-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
188 lines (167 loc) · 8.4 KB
/
contact.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html>
<head>
<title>Falcon | Contact Us</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel = "stylesheet" href = "css/style.css">
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<!--<i class="fa fa-bars" aria-hidden="true" style="font-size: 24px; color: #525c65 !important;"></i>-->
<div id="nav-icon3">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<a title="Falcon"class="navbar-brand" href="#myPage">
<!--<img alt="logo" src="images/logo.png" width="150px">-->
<p class="logo">Falcon</p>
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a title="Home" href="index.html">Home</a></li>
<li><a title="Models" href="models.html">Models</a></li>
<li><a title="About" href="about.html">About</a></li>
<li><a title="Events" href="events.html">Events</a></li>
<li><a title="Contact" href="contact.html">Contact</a></li>
<li><a title="Shop" href="shop.html">Shop</a></li>
</ul>
</div>
</div>
</nav>
<!--<img src="images/contacts.jpg" class="parallax" alt="contact" width="100%">-->
<div class="parallax"></div>
<!-- Container (Contact Section) -->
<div id="contact" class="container bg-grey">
<h3 class="text-center heading">CONTACT</h3><br><br>
<div class="row">
<div class="col-sm-5 fontlato">
<p>Lets Get In Touch.</p>
<p><span class="glyphicon glyphicon-map-marker"></span> Chicago, US</p>
<p><span class="glyphicon glyphicon-phone"></span> +00 (224) 409 91135</p>
<p><span class="glyphicon glyphicon-envelope"></span> [email protected]</p>
</div>
<div class="col-sm-7 slideanim">
<div class="row">
<div class="col-sm-6 form-group">
<input class="form-control" id="name" name="name" placeholder="Name" type="text" required>
</div>
<div class="col-sm-6 form-group">
<input class="form-control" id="email" name="email" placeholder="Email" type="email" required>
</div>
</div>
<textarea class="form-control" id="comments" name="comments" placeholder="Comment" rows="5"></textarea><br>
<div class="row">
<div class="col-sm-12 form-group">
<button class="btn btn-default pull-right" type="submit">Send</button>
</div>
</div>
</div>
</div>
</div>
<div id="googleMap" style="height:400px;width:100%;margin-bottom:100px;"></div>
<!-- Add Google Maps -->
<script src="http://maps.googleapis.com/maps/api/js"></script>
<script>
var myCenter = new google.maps.LatLng(41.878114, -87.629798);
function initialize() {
var mapProp = {
center:myCenter,
zoom:12,
scrollwheel:false,
draggable:false,
mapTypeId:google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("googleMap"),mapProp);
var marker = new google.maps.Marker({
position:myCenter,
});
marker.setMap(map);
}
google.maps.event.addDomListener(window, 'load', initialize);
</script>
<!-- Footer -->
<footer class="marg70">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
<h3>Newsletter</h3>
<form class="form-inline marg30" role="form">
<div class="form-group ">
<input type="email" class="footerinput" id="email" placeholder="Email">
<button type="submit" class="btn btn-info">Submit</button>
</div>
</form>
</div>
</div>
<div class="hr"></div>
<div class="row">
<div class="pull-right">
<!--<h3>CONTACT US</h3>-->
<div style="padding-top:10px">
<a title="Facebook" href="#"><i class="fa fa-facebook-f" style="font-size:20px"></i></a>
<a title="Twitter" href="#"><i class="fa fa-twitter" style="font-size:20px"></i></a>
<a title="Instagram" href="#"><i class="fa fa-instagram" style="font-size:20px"></i></a>
<a title="LinkedIn" href="#"> <i class="fa fa-linkedin" style="font-size:20px"></i></a>
<a title="Google +" href="#"> <i class="fa fa-google-plus" style="font-size:20px"></i></a>
</div>
</div>
</div>
<div class="text-center">
<p style="color:#ccc; font-size:10px; padding-top:10px">Copyrights © 2017 Falcon. All rights reserved.</p>
<p><span style="color:#ccc; font-size:10px;">Designed by</span> Harshil Moradia</p>
</div>
</div>
</footer>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#myPage']").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
$(window).scroll(function() {
$(".slideanim").each(function(){
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
$(this).addClass("slide");
}
});
});
})
</script>
<script>
$(document).ready(function(){
$('#nav-icon1,#nav-icon2,#nav-icon3,#nav-icon4').click(function(){
$(this).toggleClass('open');
});
});
</script>
</body>
</html>