-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
420 lines (283 loc) · 13.7 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
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
419
420
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Contact Us | Payday - Personal Loans and Subscribers List Landing Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Payday is a business, corporate landing page, aimed for personal loans corporation and subscribe list page">
<meta name="author" content="xWisnux (Works of Wisnu)">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/style-flat2.css" rel="stylesheet"> <!-- CSS for Blue(Payday List) Layout -->
<link href="css/style-responsive.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,400italic,500italic' rel='stylesheet' type='text/css'><!-- Google Web Fonts - Roboto -->
<link href="css/animate.min.css" rel="stylesheet"> <!-- Animated CSS -->
<link href="css/flexslider.css" rel="stylesheet"> <!-- Flexslider CSS -->
<!-- Custom Flexslider Style -->
<style>
.flexslider-testimonial{
margin: 40px 0 20px;
min-height: 200px;
position: relative;
zoom: 1;
border: none;
box-shadow: none;
text-align: center;
background: url(img/bubble.png) no-repeat center top;
padding-top: 80px;
}
.flexslider-featurettes{
margin: 0 0 20px;
background: none;
position: relative;
zoom: 1;
border: none;
box-shadow: none;
min-height: 435px;
}
.flexslider-featurettes .slides img{
width: auto;
margin: 0 auto;
}
.flexslider-featurettes .flex-control-nav{
bottom: 0;
}
.flexslider-featurettes .flex-control-nav{
text-align: right;
}
.flexslider-featurettes .flex-control-paging li a{
font: 0/0 a;
}
.flexslider-content-testimonial{
margin: 65px 0;
background: url(img/quote.png) right center no-repeat;
position: relative;
zoom: 1;
border: none;
box-shadow: none;
}
.flexslider-content-testimonial .slides img{
width: auto;
}
</style>
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" /> <!-- PrettyPhoto CSS -->
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="img/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="img/ico/favicon.png">
</head>
<body>
<!-- Begin Main Container Section -->
<div class="main-container">
<!-- Top Header -->
<section id="top-header" class="blue-gradient">
<div class="container">
<div class="row">
<!-- .head-social -->
<div class="span6 head-social">
<ul class="social">
<li><a href="#"><span aria-hidden="true" class="icon-facebook"></span></a></li>
<li><a href="#"><span aria-hidden="true" class="icon-twitter"></span></a></li>
<li><a href="#"><span aria-hidden="true" class="icon-googleplus"></span></a></li>
<li><a href="#"><span aria-hidden="true" class="icon-linkedin"></span></a></li>
</ul><!--/ .green-social -->
</div><!--/ .head-social -->
<!-- .head-nav -->
<div class="span6 head-nav blue-nav">
<ul class="nav nav-pills pull-right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="faq.html">FAQ</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
</ul>
</div><!--/ .head-nav -->
</div>
</div> <!-- /container -->
</section>
<!--/ END Top Header Section -->
<!-- Header Section -->
<section id="head-content">
<div class="container">
<div class="row">
<div class="span6 leftside-header">
<a href="#"><img src="img/logo-blue.png" alt="Logo"/></a>
</div><!--/ leftside-header -->
<div class="span6 rightside-header">
<div class="row-fluid">
<div class="span6 login-box pull-right">
<h5>Returning Customer</h5>
<h6>Go to your dashboard</h6>
<a href="#" class="btn btn-small btn-yellow">Sign me in</a>
</div><!--/ .chat-box -->
</div>
</div><!--/ rightside-header -->
</div>
</div> <!-- /container -->
</section>
<!--/ END Header Section-->
<!-- Head Banner Section -->
<section id="head-banner">
<div class="container">
<div class="row">
<div class="span12 page-title centered">
<h1 class="sub-tagline">Get in Touch With Us</h1>
<h5 class="sub-tagline">Put Short Description About Your Company or Service Here</h5>
</div> <!--/ .page-title -->
</div>
</div> <!-- /container -->
</section>
<!--/ END Head Banner Section -->
<!-- Page Content Section -->
<section id="page-content">
<div class="container">
<div class="row">
<div class="span6">
<h3>Find Our Location</h3>
<h5 class="subtitle">Our location and mailing address</p>
<div id="map" class="map"></div><!--/ #map -->
<div class="contact-info">
<p>106 Harlem St. 174A<br/>New York,US<br/>123456</p>
<ul class="blue-contact-info-icon">
<li><span aria-hidden="true" class="icon-phone"></span>+01 2345 67890</li>
<li><span aria-hidden="true" class="icon-mail"></span>[email protected]</li>
<li><span aria-hidden="true" class="icon-lifebuoy"></span>[email protected]</li>
</ul><!--/ .contact-info-icon -->
</div> <!--/ .contact-info -->
</div>
<div class="span6 contact-form-container">
<h3>Or, Leave Us a Message</h3>
<h5 class="subtitle">Etiam porta sem malesuada magna mollis euismod.</p>
<form name="contactForm" id="contact_form" action="http://worksofwisnu.com/theme-preview/payday-landing-page/Payday_List(Flat)/contact.php" method="post">
<div class="row-fluid">
<!-- Alert Message for Contact Form -->
<div class="alert alert-error form-error-message" id="name_error">
<button type="button" class="close" data-dismiss="alert">×</button>
<span class="alert-icon"><i class="icon-fire icon-white"></i></span>
<strong>Error!</strong> Please enter your name.
</div>
<div class="alert alert-error form-error-message" id="email_error">
<button type="button" class="close" data-dismiss="alert">×</button>
<span class="alert-icon"><i class="icon-fire icon-white"></i></span>
<strong>Error!</strong> Please enter your valid email address.
</div>
<div class="alert alert-error form-error-message" id="subject_error">
<button type="button" class="close" data-dismiss="alert">×</button>
<span class="alert-icon"><i class="icon-fire icon-white"></i></span>
<strong>Error!</strong> Please enter your subject.
</div>
<div class="alert alert-error form-error-message" id="message_error">
<button type="button" class="close" data-dismiss="alert">×</button>
<span class="alert-icon"><i class="icon-fire icon-white"></i></span>
<strong>Error!</strong> Please enter your message.
</div>
<!--/ END Alert Message for Subscribe Form -->
</div> <!--/ .row-fluid -->
<div class="row-fluid">
<div class="span6">
<input name="thename" class="contact-input" id="name" type="text" placeholder="Input your name..">
</div>
<div class="span6">
<input name="email" class="contact-input" id="email" type="text" placeholder="Input your email..">
</div>
</div><!--/ .row-fluid -->
<div class="row-fluid">
<div class="span12">
<input name="subject" class="contact-input" id="subject" type="text" placeholder="Input your subject..">
</div>
</div><!--/ .row-fluid -->
<div class="row-fluid">
<div class="span12">
<textarea id="message" name="message" rows="7" placeholder="Your message"></textarea>
</div>
</div><!--/ .row-fluid -->
<div class="row-fluid">
<div class="alert alert-success form-error-message" id="mail_success">
<button type="button" class="close" data-dismiss="alert">×</button>
<span class="alert-icon"><i class="icon-thumbs-up icon-white"></i></span>
<strong>Success!</strong>Your message has been sent successfully.
</div>
<div class="alert form-error-message" id="mail_fail">
<button type="button" class="close" data-dismiss="alert">×</button>
<span class="alert-icon"><i class="icon-bullhorn icon-white"></i></span>
<strong>Sorry!</strong> An error occured this time sending your message.
</div>
</div><!--/ .row-fluid -->
<div class="row-fluid">
<div class="span4 pull-right" id="submit">
<input type="submit" id="send_message" class="send-button" name="submit" value="Submit">
</div>
</div><!--/ .row-fluid -->
</form>
</div>
</div>
</div> <!-- /container -->
</section>
<!--/ END Page Content Section -->
<!-- Breakline Section -->
<section id="breakline">
<div class="container">
<div class="row">
<div class="span3 clients">
<img src="img/graphicriver.png" alt="Client Logo" />
</div>
<div class="span3 clients">
<img src="img/themeforest.png" alt="Client Logo" />
</div>
<div class="span3 clients">
<img src="img/audiojungle.png" alt="Client Logo" />
</div>
<div class="span3 clients">
<img src="img/codecanyon.png" alt="Client Logo" />
</div>
</div>
</div> <!-- /container -->
</section>
<!--/ END Breakline Section -->
<!-- Footer Section -->
<section id="footer" class="blue-gradient">
<div class="container">
<div class="row">
<div class="span12 footer-offer centered">
<h4>Want to join the service like that companies?</h4>
<p class="uppercase">We recommend you to subscribe right now, because the special offers are limited</p>
<a href="#" class="btn btn-large btn-yellow uppercase">Yes, I want to register</a>
</div>
<div class="span6 leftside-footer">
<p class="copyright small">Payday Landing © copyright 2013. all rights reserved</p>
</div><!--/ .leftside-footer -->
<div class="span6 rightside-footer">
<ul class="social pull-right" style="margin-top:37px;">
<li><a href="#"><span aria-hidden="true" class="icon-facebook"></span></a></li>
<li><a href="#"><span aria-hidden="true" class="icon-twitter"></span></a></li>
<li><a href="#"><span aria-hidden="true" class="icon-googleplus"></span></a></li>
<li><a href="#"><span aria-hidden="true" class="icon-linkedin"></span></a></li>
</ul><!--/ .green-social -->
</div><!--/ .rightside-footer -->
</div>
</div> <!-- /container -->
</section>
<!--/ END Footer Section -->
<!-- Begin Scroll to Top Button -->
<div class="toTop"><a href="#">top</a></div>
<!-- END Scroll to Top Button -->
</div>
<!--/ END Main Container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="../../../../cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="js/gmap3.min.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/payday.js"></script>
</body>
</html>