-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
346 lines (263 loc) · 11.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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Industrix</title>
<meta name="description" content="" />
<!-- This styles only adds some repairs on idevices -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.png" />
<!-- Roboto Condensed Webfont -->
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,400,300,700' rel='stylesheet' type='text/css'>
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="css/font-awesome.min.css" />
<!-- Normalize CSS -->
<link rel="stylesheet" href="css/normalize.css" />
<!-- Owl Carousel CSS -->
<link href="css/owl.carousel.css" rel="stylesheet" media="screen">
<!-- REVOLUTION BANNER CSS SETTINGS -->
<link rel="stylesheet" type="text/css" href="rs-plugin/css/settings.css" media="screen" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/offcanvas.css" />
<!-- Main CSS -->
<link rel="stylesheet" href="style.css" />
<!-- Responsive Framework -->
<link href="css/responsive.css" rel="stylesheet" media="screen" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<div class="row row-offcanvas row-offcanvas-left">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="inner-wrapper">
<!-- Header and Navigation Bar -->
<script src="js/navigationBar.js"></script>
<!-- End Header and Navigation Bar -->
<section class="contact-page-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="contact-map box-wrapper">
<div id="mapCanvas" class="map-canvas"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-9 less-pad-right">
<div class="contact-input-form box-wrapper mt-15 sm-mrgright-15 xs-mrgright-15">
<div class="contact">
<dl class="contact-address dl-horizontal"></dl>
<h2>Contact Form</h2>
<div class="contact-form">
<form id="contactForm" action="sendemail.php" class="form-validate" method="post">
<fieldset>
<p class="required-field">Send an email. All fields with an * are
required.</p>
<div class="alert alert-success hidden" id="contactSuccess">
<strong>Success!</strong> Your message has been sent to us.
</div>
<div class="alert alert-danger hidden" id="contactError">
<strong>Error!</strong> There was an error sending your message.
</div>
<div class="control-group col-md-12">
<div class="row">
<div class="control-contact col-md-6 col-xs-12">
<div class="contact-label">
<label class="required">
Name<span class="star"> *</span>
</label>
<input id="name" name="name" required="" size="30" type="text" value="" />
</div>
</div>
<div class="control-contact col-md-6 col-xs-12">
<div class="contact-label">
<label class="required" >
Email<span class="star"> *</span>
</label>
<input id="email" name="email" value="" size="30" required="Email" type="email" />
</div>
</div>
</div>
</div>
<div class="control-group">
<div class="contact-label">
<label class="required">
Subject<span class="star"> *</span>
</label>
<input id="subject" size="60" name="subject" required="Subject" type="text">
</div>
</div>
<div class="control-group">
<div class="contact-message">
<label class="required">
Message<span class="star"> *</span>
</label>
<textarea id="message" cols="50" name="message" required="" rows="10"></textarea>
</div>
</div>
<div class="contact-form-submit">
<button class="btn btn-primary validate subbtn" type="submit">Send
Email</button>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="contact-page-sidebar box-wrapper mt-15 ">
<h3 class="sidebar-title"><span>Address</span></h3>
<p><strong>Email</strong><br>
Please feel free to send us an email info@joomlart.com</p>
<p><strong>Phone</strong><br>
Give us a call<br>
+1-212-736-1234</p>
<p><strong>Mobile</strong><br>
Buy Online or call<br>
+1-212-736-1234</p>
<p><strong>Location</strong><br>
350 Fifth Avenue, 34th floor New York NY 10065 USA</p>
</div>
</div>
</div>
</div>
</section>
<div class="container mt-15">
<div class="footer-widget box-wrapper ">
<div class="row">
<div class="col-lg-3 col-md-2 col-sm-4 col-xs-12">
<div class="custom-menu-widget">
<h2 class="widget-title "><span><i class="fa fa-twitter"></i> Latest Tweets</span></h2>
<p>Check out this great <a target="_self" href="#">#themeforest</a> item 'Industrix - HTML Responsive Business Template' <a target="_self" href="#">http://t.co/4z2q06KAl2</a></p>
</div>
</div>
<div class=" col-lg-2 col-md-2 col-sm-4 col-xs-12">
<div class="custom-menu-widget">
<h2 class="widget-title "><span><i class="fa fa-briefcase "></i> Industrix</span></h2>
<div class="custom-widget">
<ul>
<li><a href="#" title="About Us">About
Us</a></li>
<li><a href="#" title="">New Services</a></li>
<li><a href="#" title="">Recent
Projects</a></li>
<li><a href="#" title="">Contacts</a></li>
<li><a href="#" title="">Blog</a></li>
</ul>
</div>
</div>
</div>
<div class=" col-lg-2 col-md-2 col-sm-4 col-xs-12">
<div class="custom-menu-widget">
<h2 class="widget-title "><span><i class="fa fa-cloud "></i> Information</span></h2>
<div class="custom-widget">
<ul>
<li><a href="#" title=
"About Us">Presss</a></li>
<li><a href="#" title="">Terms</a></li>
<li><a href="#" title="">Clients</a></li>
<li><a href="#" title="">Partners</a></li>
<li><a href="#" title="">Support</a></li>
</ul>
</div>
</div>
</div>
<div class=" col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="custom-menu-widget">
<h2 class="widget-title "><span><i class="fa fa-clock-o "></i> Office Hours</span></h2>
<div class="custom-widget">
<p>Our support Hotline is available 8 Hours a
day</p>
<p><strong>Monday-Friday:</strong> 10am to 8pm<br>
<strong>Saturday – Sunday:</strong> By Special
Appointment<br>
<strong>Weekend:</strong> Closed</p>
</div>
</div>
</div>
<div class=" col-lg-2 col-md-3 col-sm-6 col-xs-12">
<div class="custom-menu-widget">
<h2 class="widget-title "><span><i class="fa fa-map-marker "></i> Location Map</span></h2>
<div class="map">
<img src="img/worldmap.png" alt="worldmap" />
</div>
</div>
</div>
</div>
</div>
<div class="copyright-text box-wrapper">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="col-md-12 copyright">
<div class="left-copy-text">
<p>Copyright © 2014 Industrix. All Rights
Reserved. <br />Designed and Developed by <a href="#" title="" >cloudsoftwaresolutions.com</a></p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 hidden-xs">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Start script-->
<script src="js/jquery.min.js"></script>
<script src="js/modernizr-2.6.2.min.js"></script>
<script src="js/jquery.validate.js"></script>
<!-- jQuery REVOLUTION Slider -->
<script type="text/javascript" src="rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
<script type="text/javascript" src="rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.scrollUp.js"></script>
<script src="js/offcanvas.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/script.js"></script>
<script src="js/contactform.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script type="text/javascript">
function initialize() {
var myLatlng = new google.maps.LatLng(40.748183, -73.985064);
var mapOptions = {
zoom: 15,
scrollwheel: false,
center: myLatlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(document.getElementById('mapCanvas'), mapOptions);
var marker = new google.maps.Marker({
position: myLatlng,
map: map,
animation: google.maps.Animation.DROP,
title: 'Industrix'
});
var contentString = ''+
''+
'';
var infowindow = new google.maps.InfoWindow({
content: contentString
});
google.maps.event.addListener(marker, 'click', function() {
infowindow.open(map,marker);
});
}
google.maps.event.addDomListener(window, 'load', initialize);
</script>
<!--End script-->
</body>
</html>