-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
418 lines (368 loc) · 18.9 KB
/
contact.html
File metadata and controls
418 lines (368 loc) · 18.9 KB
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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!doctype html>
<!--[if IE 7 ]> <html lang="en-gb" class="isie ie7 oldie no-js"> <![endif]-->
<!--[if IE 8 ]> <html lang="en-gb" class="isie ie8 oldie no-js"> <![endif]-->
<!--[if IE 9 ]> <html lang="en-gb" class="isie ie9 no-js"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<!--<![endif]-->
<!--<![endif]-->
<html lang="en">
<head>
<title>Hasta - Responsive MultiPurpose HTML5 Template</title>
<meta charset="utf-8">
<!-- Meta -->
<meta name="keywords" content="" />
<meta name="author" content="">
<meta name="robots" content="" />
<meta name="description" content="" />
<!-- this styles only adds some repairs on idevices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Google fonts - witch you want to use - (rest you can just remove) -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900' rel='stylesheet' type='text/css'>
<link href='https://www.google.com/fonts#UsePlace:use/Collection:Droid+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Stylesheets -->
<link rel="stylesheet" media="screen" href="js/bootstrap/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="js/mainmenu/menu.css" type="text/css" />
<link rel="stylesheet" href="css/default.css" type="text/css" />
<link rel="stylesheet" href="css/layouts.css" type="text/css" />
<link rel="stylesheet" href="css/shortcodes.css" type="text/css" />
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css"/>
<link rel="stylesheet" media="screen" href="css/responsive-leyouts.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/Simple-Line-Icons-Webfont/simple-line-icons.css" media="screen" />
<link rel="stylesheet" href="css/et-line-font/et-line-font.css"/>
<link rel="stylesheet" href="js/jFlickrFeed/style.css" />
<link href="js/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="js/gmaps/example.css" />
<link rel="stylesheet" type="text/css" href="js/smart-forms/smart-forms.css">
<!-- Remove the below comments to use your color option -->
<!--<link rel="stylesheet" href="css/colors/lightblue.css" />-->
<!--<link rel="stylesheet" href="css/colors/orange.css" />-->
<!--<link rel="stylesheet" href="css/colors/green.css" />-->
<!--<link rel="stylesheet" href="css/colors/pink.css" />-->
<!--<link rel="stylesheet" href="css/colors/red.css" />-->
<!--<link rel="stylesheet" href="css/colors/purple.css" />-->
<!--<link rel="stylesheet" href="css/colors/bridge.css" />-->
<!--<link rel="stylesheet" href="css/colors/yellow.css" />-->
<!--<link rel="stylesheet" href="css/colors/violet.css" />-->
<!--<link rel="stylesheet" href="css/colors/cyan.css" />-->
<!--<link rel="stylesheet" href="css/colors/mossgreen.css" />-->
</head>
<body>
<div class="site_wrapper">
<div class="topbar white topbar-padding">
<div class="container">
<div class="topbar-left-items">
<ul class="toplist toppadding pull-left paddtop1">
<li class="rightl"><i class="fa fa-phone"></i> 1234 - 5678 - 9012</li>
<li><i class="fa fa-envelope"></i> yourmail@domain.com</li>
</ul>
</div>
<!--end left-->
<div class="topbar-right-items pull-right">
<ul class="toplist toppadding">
<li class="lineright"><a href="#">Login</a></li>
<li class="lineright"><a href="#">Register</a></li>
<li><a href="https://www.facebook.com/codelayers"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/codelayers"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li class="last"><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="clearfix"></div>
<div id="header">
<div class="container">
<div class="navbar yellow-green navbar-default yamm">
<div class="navbar-header">
<button type="button" data-toggle="collapse" data-target="#navbar-collapse-grid" class="navbar-toggle"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
<a href="index.html" class="navbar-brand"><img src="images/logo.png" alt=""/></a> </div>
<div id="navbar-collapse-grid" class="navbar-collapse collapse pull-right">
<ul class="nav yellow-green navbar-nav">
<li> <a href="index.html" class="dropdown-toggle">Home</a></li>
<li> <a href="about.html" class="dropdown-toggle">About Me</a></li>
<li class="dropdown"> <a href="fullwidth-post.html" class="dropdown-toggle">Posts</a>
<ul class="dropdown-menu five" role="menu">
<li> <a href="gallerypost.html">Gallery Post</a> </li>
<li> <a href="fullwidth-post.html">Full Width Post</a> </li>
<li> <a href="video-post.html">Video Post</a> </li>
<li> <a href="index.html">Post with Sidebar</a></li>
</ul>
</li>
<li> <a href="contact.html" class="dropdown-toggle active">Contact Me</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--end menu-->
<div class="clearfix"></div>
<section>
<div class="container-fluid">
<div class="row no-gutter">
<div class="col-md-6">
<div class="blog2-header-box">
<div class="image-holder">
<div class="text-box top-padding"> <a href="#">
<h1 class="title uppercase dosis">pharetra quis vulputate </h1>
</a> <a href="#">
<h1 class="title uppercase dosis">pharetra vulputate </h1>
</a>
<div class="post-info"><span><i class="fa fa-user"></i> By John Doe</span> <span><i class="fa fa-clock-o"></i> 20/07/2015</span> <span><i class="fa fa-comment"></i> 15</span> </div>
</div>
<img src="http://placehold.it/1000x650" alt="" class="img-responsive"/> </div>
</div>
</div>
<!--end item-->
<div class="col-md-6">
<div class="blog2-header-box">
<div class="image-holder">
<div class="text-box top-padding"> <a href="#">
<h1 class="title uppercase dosis">pharetra quis vulputate </h1>
</a> <a href="#">
<h1 class="title uppercase dosis">pharetra vulputate </h1>
</a>
<div class="post-info"><span><i class="fa fa-user"></i> By John Doe</span> <span><i class="fa fa-clock-o"></i> 20/07/2015</span> <span><i class="fa fa-comment"></i> 15</span> </div>
</div>
<img src="http://placehold.it/1000x650" alt="" class="img-responsive"/> </div>
</div>
</div>
<!--end item-->
</div>
</div>
</section>
<!--end section-->
<div class="clearfix"></div>
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-12 nopadding">
<div class="blog1-post-holder padding">
<div class="col-md-8">
<div class="smart-forms bmargin">
<h3 class="dosis uppercase">Contact Us</h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse et justo. Praesent mattis commodo augue. Aliquam ornare hendrerit consectetuer adipiscing elit. Suspendisse et justo. augue.</p>
<br/>
<br/>
<form method="post" action="php/smartprocess.php" id="smart-form">
<div>
<div class="section">
<label class="field prepend-icon">
<input type="text" name="sendername" id="sendername" class="gui-input" placeholder="Enter name">
<span class="field-icon"><i class="fa fa-user"></i></span> </label>
</div>
<!-- end section -->
<div class="section">
<label class="field prepend-icon">
<input type="email" name="emailaddress" id="emailaddress" class="gui-input" placeholder="Email address">
<span class="field-icon"><i class="fa fa-envelope"></i></span> </label>
</div>
<!-- end section -->
<div class="section colm colm6">
<label class="field prepend-icon">
<input type="tel" name="telephone" id="telephone" class="gui-input" placeholder="Telephone">
<span class="field-icon"><i class="fa fa-phone-square"></i></span> </label>
</div>
<!-- end section -->
<div class="section">
<label class="field prepend-icon">
<input type="text" name="sendersubject" id="sendersubject" class="gui-input" placeholder="Enter subjec">
<span class="field-icon"><i class="fa fa-lightbulb-o"></i></span> </label>
</div>
<!-- end section -->
<div class="section">
<label class="field prepend-icon">
<textarea class="gui-textarea" id="sendermessage" name="sendermessage" placeholder="Enter message"></textarea>
<span class="field-icon"><i class="fa fa-comments"></i></span> <span class="input-hint"> <strong>Hint:</strong> Please enter between 80 - 300 characters.</span> </label>
</div>
<!-- end section -->
<!--<div class="section">
<div class="smart-widget sm-left sml-120">
<label class="field">
<input type="text" name="captcha" id="captcha" class="gui-input sfcode" maxlength="6" placeholder="Enter CAPTCHA">
</label>
<label class="button captcode">
<img src="php/captcha/captcha.php?<?php echo time();?>" id="captchax" alt="captcha">
<span class="refresh-captcha"><i class="fa fa-refresh"></i></span>
</label>
</div>
</div>-->
<div class="result"></div>
<!-- end .result section -->
</div>
<!-- end .form-body section -->
<div class="form-footer">
<button type="submit" data-btntext-sending="Sending..." class="button btn-primary yellow-green">Submit</button>
<button type="reset" class="button"> Cancel </button>
</div>
<!-- end .form-footer section -->
</form>
</div>
<!-- end .smart-forms section -->
</div>
<div class="col-md-4">
<br/>
<h4 class="dosis uppercase">Address Info</h4>
No.28 - 63739 street lorem ipsum City, Country <br />
Telephone: +1 1234-567-89000<br />
FAX: +1 0123-4567-8900<br />
<br />
E-mail: <a href="mailto:email@example.com">email@example.com</a><br />
Website: <a href="index.html">www.example.com</a>
<div class="clearfix"></div>
<br/>
<h4 class="dosis uppercase">Find the Address</h4>
<div id="map" class="map">
<p>This will be replaced with the Google Map.</p>
</div>
</div>
</div>
</div>
<!--end post-->
</div>
<!--end left item-->
</div>
</div>
</section>
</div>
<!--end main bg-->
<div class="clearfix"></div>
<section class="section-dark sec-padding">
<div class="container ">
<div class="row">
<div class="col-md-4 bmargin clearfix">
<div class="item-holder">
<h4 class="uppercase less-mar3 dosis text-white">Recent Posts</h4>
<div class="footer-title-bottomstrip2"></div>
<div class="clearfix"></div>
<div class="blog1-sidebar-posts">
<div class="image-left"><img src="http://placehold.it/80x80" alt=""/></div>
<div class="text-box-right">
<h6 class="less-mar3 uppercase dosis nopadding text-white"><a href="#">Clean And Modern</a></h6>
<p>Lorem ipsum dolor sit</p>
<div class="blog1-post-info dark"> <span>By John Doe</span><span>May 19</span> </div>
</div>
</div>
<div class=" divider-line solid dark"></div>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<div class="blog1-sidebar-posts">
<div class="image-left"><img src="http://placehold.it/80x80" alt=""/></div>
<div class="text-box-right">
<h6 class="less-mar3 uppercase dosis nopadding text-white"><a href="#">Clean And Modern</a></h6>
<p>Lorem ipsum dolor sit</p>
<div class="blog1-post-info dark"> <span>By John Doe</span><span>May 19</span> </div>
</div>
</div>
</div>
</div>
<!--end item-->
<div class="col-md-4 bmargin clearfix">
<h4 class="uppercase less-mar3 dosis text-white">search widget</h4>
<div class="footer-title-bottomstrip2"></div>
<div class="clearfix"></div>
<p>Lorem ipsum dolor sit amet consectetuer adipiscing elit Suspendisse et justo Praesent mattis. </p>
<br/>
<input class="blog1-sidebar-serch_input dark" type="search" placeholder="Email Address">
<input name="" value="Submit" class="blog1-sidebar-serch-submit dark" type="submit">
<div class="clearfix"></div>
<br/>
<br/>
<ul class="social-icons-3 dark">
<li><a class="twitter" href="https://twitter.com/codelayers"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.facebook.com/codelayers"><i class="fa fa-facebook"></i></a></li>
<li><a class="active" href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<!--end item-->
<div class="col-md-4 bmargin clearfix">
<h4 class="uppercase less-mar3 dosis text-white">Featured News</h4>
<div class="footer-title-bottomstrip2"></div>
<div class="clearfix"></div>
<div id="owl-demo11" class="owl-carousel">
<div class="item"> <a href="#"><img src="http://placehold.it/400x220" alt="" class="img-responsive"/></a> <br/>
<h4 class="dosis uppercase less-mar1 text-white"><a href="#">Aliquam ornare</a></h4>
<div class="blog1-post-info dark"> <span>By John Doe</span><span>May 19</span> </div>
</div>
<!--end slide item-->
<div class="item"> <a href="#"><img src="http://placehold.it/400x220" alt="" class="img-responsive"/></a> <br/>
<h4 class="dosis uppercase less-mar1 text-white"><a href="#">Aliquam ornare</a></h4>
<div class="blog1-post-info dark"> <span>By John Doe</span><span>May 19</span> </div>
</div>
<!--end slide item-->
</div>
</div>
<!--end item-->
<div class="clearfix"></div>
<br/>
<br/>
<div class="divider-line solid dark"></div>
<br/>
<div class="col-md-2"> <br/>
<img src="images/flogo.png" alt=""/> </div>
<div class="col-md-10">
<blockquote class="style1"><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse et justo. Praesent mattis commodo augue. Aliquam ornare hendrerit augue. Cras tellus. In pulvinar lectus a est. Curabitur eget orci.</span></blockquote>
</div>
</div>
</div>
</section>
<!--end section-->
<div class="clearfix"></div>
<section class="section-copyrights sec-moreless-padding">
<div class="container">
<div class="row">
<div class="col-md-12"> <span>Copyright © 2019 <a href="https://1.envato.market/hasta-html-by-codelayers">hasta</a> By <a href="https://1.envato.market/codelayers">Codelayers</a> | All rights reserved.</span></div>
</div>
</div>
</section>
<!--end section-->
<div class="clearfix"></div>
<a href="#" class="scrollup yellow-green"></a><!-- end scroll to top of the page-->
</div>
<!--end sitewraper-->
<!-- ============ JS FILES ============ -->
<script type="text/javascript" src="js/universal/jquery.js"></script>
<script src="js/bootstrap/bootstrap.min.js" type="text/javascript"></script>
<script src="js/jFlickrFeed/jflickrfeed.min.js"></script>
<script src="js/masterslider/jquery.easing.min.js"></script>
<script>
$('#basicuse').jflickrfeed({
limit: 6,
qstrings: {
id: '133294431@N08'
},
itemTemplate:
'<li>' +
'<a href="{{image_b}}"><img src="{{image_s}}" alt="{{title}}" /></a>' +
'</li>'
});
</script>
<script src="js/mainmenu/customeUI.js"></script>
<script src="js/owl-carousel/owl.carousel.js"></script>
<script src="js/owl-carousel/custom.js"></script>
<script src="js/scrolltotop/totop.js"></script>
<script src="js/mainmenu/jquery.sticky.js"></script>
<script type="text/javascript" src="js/smart-forms/jquery.form.min.js"></script>
<script type="text/javascript" src="js/smart-forms/jquery.validate.min.js"></script>
<script type="text/javascript" src="js/smart-forms/additional-methods.min.js"></script>
<script type="text/javascript" src="js/smart-forms/smart-form.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="js/gmaps/jquery.gmap.js"></script>
<script type="text/javascript" src="js/gmaps/examples.js"></script>
<script src="js/scripts/functions.js" type="text/javascript"></script>
</body>
</html>