-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact5.html
98 lines (71 loc) · 4.74 KB
/
contact5.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Contact</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-Equiv="Cache-Control" Content="cache">
<meta http-Equiv="Pragma" Content="cache">
<meta http-Equiv="Expires" Content="1000">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/button.css" rel="stylesheet">
<link href="css/slick.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/rnd-style.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.ico">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="page" class="page">
<div data-attr-rnd="customsection">
<div class="wrapper grey bg">
<div class="container padding-20">
<div class="drag-column col-sm-6 mapWrapper">
<iframe class="half-map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d211429.76643163903!2d-117.87612372084845!3d34.10563972616549!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80c2c75ddc27da13%3A0xe22fdf6f254608f4!2sLos+Angeles%2C+CA!5e0!3m2!1sen!2sus!4v1442698963179" width="600" height="450" frameborder="0" style="border:0" allowfullscreen=""></iframe>
</div><!-- /.drag-column col-sm-6 -->
<div class="drag-column col-sm-5 drag-column col-sm-offset-1">
<h3 class="margin-bottom-40 editContent">Get in touch! We're here for you...</h3>
<form role="form">
<input type="hidden" name="form_type" id="form_type">
<input type="hidden" name="mailer_name" id="mailer_name">
<input type="hidden" name="redirect_url" id="redirect_url">
<div class="form-group input-field">
<input type="text" class="form-control input-lg" id="name" name="_name" required placeholder="Your name *">
</div>
<div class="form-group input-field">
<input type="email" class="form-control input-lg" id="email" name="_email" required placeholder="Your email *">
</div>
<div class="form-group input-field">
<input type="phone" class="form-control input-lg" id="phone" name="_phone" placeholder="Your phone number">
</div>
<div class="form-group input-field">
<textarea class="form-control" rows="4" name="_your_message" placeholder="Add comment..."></textarea>
</div>
<label class="checkbox" for="checkbox1">
<input type="checkbox" checked="" value="" id="checkbox1" data-toggle="checkbox">
Keep me in the loop
</label>
<button type="submit" class="btn btn-primary btn-embossed btn-lg btn-wide">Submit contact form</button>
</form>
</div><!-- /.drag-column col-sm-5 -->
</div><!-- /.container -->
</div><!-- /.wrapper -->
</div><!-- /.item -->
</div><!-- /#page -->
<!-- Load JS here for greater good =============================-->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/slick.min.js"></script>
<script type="text/javascript" src="js/waypoints.min.js"></script>
<script type="text/javascript" src="js/jquery.counterup.min.js"></script>
<script type="text/javascript" src="js/jquery.countdown.min.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="js/rnd-script.js"></script>
</body>
</html>