-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
278 lines (204 loc) · 9.42 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
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Contact Page | Desert Kayak Adventures</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" >
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<!-- Header
================================================== -->
<header>
<div class="row">
<div class="twelve columns">
<div class="logo">
<a href="index.html"><img alt="" src="images/Desert Kayak Adventures-logo/vector/default-monochrome-white.svg" class="largerScreenOnly"><img alt="" src="images/DKA-logo/vector/default-monochrome-white.svg" class="smallScreenOnly"></a>
</div>
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li><a href="index.html">Home</a></li>
<li><span><a href="blog.html">Blog</a></span>
<ul>
<li><a href="blog.html">Blog Index</a></li>
<li><a href="single.html">Post</a></li>
</ul>
</li>
<li><a href="about.html">About</a></li>
<li class="current"><a href="contact.html">Contact</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
</div>
</div>
</header> <!-- Header End -->
<!-- Page Title
================================================== -->
<div id="page-title">
<div class="row">
<div class="ten columns centered text-center">
<h1>Get In Touch<span>.</span></h1>
<p>Have questions? What to book a tour? Ask here and we'll get back with you soon.</p>
</div>
</div>
</div> <!-- Page Title End-->
<!-- Content
================================================== -->
<div class="content-outer">
<div id="page-content" class="row page">
<div id="primary" class="eight columns">
<section>
<div id="contact-form">
<!-- form -->
<form name="contactForm" id="contactForm" method="post" action="">
<fieldset>
<div class="half">
<label for="contactName">Name <span class="required">*</span></label>
<input name="contactName" type="text" id="contactName" size="35" value="" />
</div>
<div class="half pull-right">
<label for="contactEmail">Email <span class="required">*</span></label>
<input name="contactEmail" type="text" id="contactEmail" size="35" value="" />
</div>
<div>
<label for="contactSubject">Subject</label>
<input name="contactSubject" type="text" id="contactSubject" size="35" value="" />
</div>
<div>
<label for="contactMessage">Message <span class="required">*</span></label>
<textarea name="contactMessage" id="contactMessage" rows="15" cols="50" ></textarea>
</div>
<div>
<button class="submit">Submit</button>
<span id="image-loader">
<img src="images/loader.gif" alt="" />
</span>
</div>
</fieldset>
</form> <!-- Form End -->
<!-- contact-warning -->
<div id="message-warning"></div>
<!-- contact-success -->
<div id="message-success">
<i class="icon-ok"></i>Your message was sent, thank you!<br />
</div>
</div>
</section> <!-- section end -->
</div>
<div id="secondary" class="four columns end">
<aside id="sidebar">
<div class="widget widget_search">
<h5>Search</h5>
<form action="#">
<input class="text-search" type="text" onfocus="if (this.value == 'Search here...') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Search here...'; }" value="Search here...">
<input type="submit" class="submit-search" value="">
</form>
</div>
<div class="widget widget_contact">
<h5>Address and Phone</h5>
<p class="address">
Desert Kayak Adventures<br>
2000 Desert Rd. <br>
Mesa, Az 85207 US<br>
<span>(123) 456-7890</span>
</p>
<h5>Email and Social</h5>
<p>
E-mail: info{@}desertkayakAdventures.com<br>
Twitter: <a href="#">@DesKayakAdv</a><br>
Facebook: <a href="#">DesertKayakAdventures</a><br>
</p>
</div>
</aside>
</div>
</div>
</div> <!-- Content End-->
<!-- Tweets Section
================================================== -->
<section id="tweets">
<div class="row">
<div class="tweeter-icon align-center">
<i class="fa fa-twitter"></i>
</div>
<ul id="twitter" class="align-center">
<li>
<span>
Follow us on Twitter for a chance to win merchandise, gear, or even
a free kayak excursion! Raffles monthly.
<a href="#">https://t.co/CGIrdxIlI3</a>
</span>
</li>
<!--
<li>
<span>
This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet.
Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum
<a href="#">https://t.co/CGIrdxIlI3</a>
</span>
<b><a href="#">3 Days Ago</a></b>
</li>
-->
</ul>
<p class="align-center"><a href="#" class="button">Follow us</a></p>
</div>
</section> <!-- Tweet Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="footer-nav">
<li><a href="index.html">Home.</a></li>
<li><a href="blog.html">Blog.</a></li>
<li><a href="about.html">About.</a></li>
<li><a href="contact.html">Contact.</a></li>
</ul>
<ul class="footer-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></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>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
<li><a href="#"><i class="fa fa-rss"></i></a></li>
</ul>
<ul class="copyright">
<li>Copyright © 2022 Desert Kayak Adventures</li>
<li>Design by <a href="https://www.styleshout.com/">Styleshout</a></li>
</ul>
</div>
<div id="go-top" style="display: block;"><a title="Back to Top" href="#">Go To Top</a></div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/doubletaptogo.js"></script>
<script src="js/init.js"></script>
</body>
</html>