-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
485 lines (484 loc) · 28.6 KB
/
index.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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>Camping Web</title>
<link rel="icon" type="image/png" href="images/app-icon.png">
<link rel="stylesheet" href="styles/reset.css">
<link rel="stylesheet" href="styles/fonts.css">
<link rel="stylesheet" href="styles/grid.css">
<link rel="stylesheet" href="styles/app.css">
<link rel="stylesheet" href="styles/responsive.css">
</head>
<body>
<header class="header">
<div class="container">
<nav class="nav">
<div class="nav__wrapper">
<a href="#" class="app-logo">
<img src="images/svgs/logo.svg" alt="Camping Web" class="app-logo__img">
</a>
<ul class="menu">
<li class="menu__item">
<a href="#" class="menu__link menu__link--active">Home</a>
</li>
<li class="menu__item">
<a href="#" class="menu__link">Destination</a>
</li>
<li class="menu__item">
<a href="#" class="menu__link">Near me</a>
</li>
<li class="menu__item">
<a href="#" class="menu__link">Events</a>
</li>
<li class="menu__item">
<a href="#" class="menu__link">Blog</a>
</li>
<li class="menu__item">
<a href="#" class="menu__link">Gallery</a>
</li>
<li class="menu__item">
<a href="#" class="menu__link">About</a>
</li>
<li class="menu__item">
<a href="#" class="menu__link">Contact us</a>
</li>
</ul>
</div>
<div class="nav-menu">
<h2 class="nav-menu__title">Camping Website</h2>
<ul class="mobile-menu">
<li class="mobile-menu__item">
<a href="#" class="mobile-menu__link">Home</a>
</li>
<li class="mobile-menu__item">
<a href="#" class="mobile-menu__link">Destination</a>
</li>
<li class="mobile-menu__item">
<a href="#" class="mobile-menu__link">Near me</a>
</li>
<li class="mobile-menu__item">
<a href="#" class="mobile-menu__link">Events</a>
</li>
<li class="mobile-menu__item">
<a href="#" class="mobile-menu__link">Blog</a>
</li>
<li class="mobile-menu__item">
<a href="#" class="mobile-menu__link">Gallery</a>
</li>
<li class="mobile-menu__item">
<a href="#" class="mobile-menu__link">About</a>
</li>
<li class="mobile-menu__item">
<a href="#" class="mobile-menu__link">Contact us</a>
</li>
</ul>
<div class="nav-menu__links">
<a href="#" class="nav-menu__link">Sign up</a>
<a href="#" class="nav-menu__link nav-menu__link--border">Sign in</a>
</div>
</div>
<div class="nav__links">
<a href="#" class="nav__link">Sign up</a>
<a href="#" class="nav__link nav__link--border">Sign in</a>
</div>
<div class="nav__btn">
<span class="nav__btn-line"></span>
</div>
</nav>
<div class="header-content">
<h1 class="header-content__title">Find Yourself Outside.</h1>
<p class="header-content__caption">Book unique camping experiences on over 300,000 campsites, cabins, RV
parks, public parks and more.</p>
<a href="#" class="btn header-content__link">Discover</a>
</div>
</div>
</header>
<main class="main">
<div class="container">
<section class="services">
<div class="service">
<img class="service__img" src="images/svgs/fire.svg" alt="Camping & Day Use">
<h2 class="service__title">Camping & Day Use</h2>
<p class="service__caption">Return to your favorite spot or discover a new one that’s right for you.</p>
</div>
<div class="service">
<img class="service__img" src="images/svgs/tickets.svg" alt="Tours & Tickets">
<h2 class="service__title">Tours & Tickets</h2>
<p class="service__caption">Reserve tours and tickets to participate in events.</p>
</div>
<div class="service">
<img class="service__img" src="images/svgs/paper.svg" alt="Permits">
<h2 class="service__title">Permits</h2>
<p class="service__caption">Obtain permits for access to high-demand locations.</p>
</div>
<div class="service">
<img class="service__img" src="images/svgs/fish.svg" alt="Recreation Activities">
<h2 class="service__title">Recreation Activities</h2>
<p class="service__caption">Find the best spots for hunting, fishing & recreational shooting.</p>
</div>
</section>
<section id="destination" class="destinations">
<img src="images/svgs/destination.svg" alt="destinations" class="destinations__logo">
<h2 class="destinations__title">Explore Destinations & Activities</h2>
<div class="destinations__places">
<div class="place">
<div class="place__banner">
<img src="images/image1.jpg" alt="" class="place__img">
<div class="place__like">
<svg class="place__like-icon place__like-icon--fill" xmlns="http://www.w3.org/2000/svg"
width="24.037"
height="24.037" viewBox="0 0 24.037 24.037" fill="#fff" stroke="#e76f51"
stroke-width="1.5">
<path id="Path_955" data-name="Path 955"
d="M15.822,8.979v.029H4V-2.1A5.915,5.915,0,0,1,9.912-7.841a5.913,5.913,0,0,1,5.849,5.049,5.912,5.912,0,0,1,.061,11.772Z"
transform="translate(2.716 20.496) rotate(-45)"/>
</svg>
</div>
<div class="place__price">
<p class="place__price-text">$36/night</p>
</div>
</div>
<h3 class="place__title">The Stuga</h3>
<p class="place__caption">Book unique camping experiences on over 300,000 campsites.</p>
<a href="#" class="btn place__link">Read More</a>
</div>
<div class="place">
<div class="place__banner">
<img src="images/image2.jpg" alt="" class="place__img">
<div class="place__like">
<svg class="place__like-icon" xmlns="http://www.w3.org/2000/svg" width="24.037"
height="24.037" viewBox="0 0 24.037 24.037" fill="#fff" stroke="#e76f51"
stroke-width="1.5">
<path id="Path_955" data-name="Path 955"
d="M15.822,8.979v.029H4V-2.1A5.915,5.915,0,0,1,9.912-7.841a5.913,5.913,0,0,1,5.849,5.049,5.912,5.912,0,0,1,.061,11.772Z"
transform="translate(2.716 20.496) rotate(-45)"/>
</svg>
</div>
<div class="place__price">
<p class="place__price-text">$36/night</p>
</div>
</div>
<h3 class="place__title">Tiny Cabin in the mountains</h3>
<p class="place__caption">Book unique camping experiences on over 300,000 campsites.</p>
<a href="#" class="btn place__link">Read More</a>
</div>
<div class="place">
<div class="place__banner">
<img src="images/image3.jpg" alt="" class="place__img">
<div class="place__like">
<svg class="place__like-icon" xmlns="http://www.w3.org/2000/svg" width="24.037"
height="24.037" viewBox="0 0 24.037 24.037" fill="#fff" stroke="#e76f51"
stroke-width="1.5">
<path id="Path_955" data-name="Path 955"
d="M15.822,8.979v.029H4V-2.1A5.915,5.915,0,0,1,9.912-7.841a5.913,5.913,0,0,1,5.849,5.049,5.912,5.912,0,0,1,.061,11.772Z"
transform="translate(2.716 20.496) rotate(-45)"/>
</svg>
</div>
<div class="place__price">
<p class="place__price-text">$36/night</p>
</div>
</div>
<h3 class="place__title">Dragonfly Tiny Cabin</h3>
<p class="place__caption">Book unique camping experiences on over 300,000 campsites.</p>
<a href="#" class="btn place__link">Read More</a>
</div>
<div class="place">
<div class="place__banner">
<img src="images/image4.jpg" alt="" class="place__img">
<div class="place__like">
<svg class="place__like-icon" xmlns="http://www.w3.org/2000/svg" width="24.037"
height="24.037" viewBox="0 0 24.037 24.037" fill="#fff" stroke="#e76f51"
stroke-width="1.5">
<path id="Path_955" data-name="Path 955"
d="M15.822,8.979v.029H4V-2.1A5.915,5.915,0,0,1,9.912-7.841a5.913,5.913,0,0,1,5.849,5.049,5.912,5.912,0,0,1,.061,11.772Z"
transform="translate(2.716 20.496) rotate(-45)"/>
</svg>
</div>
<div class="place__price">
<p class="place__price-text">$36/night</p>
</div>
</div>
<h3 class="place__title">Trickle Creek Ranch</h3>
<p class="place__caption">Book unique camping experiences on over 300,000 campsites.</p>
<a href="#" class="btn place__link">Read More</a>
</div>
<div class="place">
<div class="place__banner">
<img src="images/image5.jpg" alt="" class="place__img">
<div class="place__like">
<svg class="place__like-icon" xmlns="http://www.w3.org/2000/svg" width="24.037"
height="24.037" viewBox="0 0 24.037 24.037" fill="#fff" stroke="#e76f51"
stroke-width="1.5">
<path id="Path_955" data-name="Path 955"
d="M15.822,8.979v.029H4V-2.1A5.915,5.915,0,0,1,9.912-7.841a5.913,5.913,0,0,1,5.849,5.049,5.912,5.912,0,0,1,.061,11.772Z"
transform="translate(2.716 20.496) rotate(-45)"/>
</svg>
</div>
<div class="place__price">
<p class="place__price-text">$36/night</p>
</div>
</div>
<h3 class="place__title">The Hermitage Cabin</h3>
<p class="place__caption">Book unique camping experiences on over 300,000 campsites.</p>
<a href="#" class="btn place__link">Read More</a>
</div>
<div class="place">
<div class="place__banner">
<img src="images/image6.jpg" alt="" class="place__img">
<div class="place__like">
<svg class="place__like-icon" xmlns="http://www.w3.org/2000/svg" width="24.037"
height="24.037" viewBox="0 0 24.037 24.037" fill="#fff" stroke="#e76f51"
stroke-width="1.5">
<path id="Path_955" data-name="Path 955"
d="M15.822,8.979v.029H4V-2.1A5.915,5.915,0,0,1,9.912-7.841a5.913,5.913,0,0,1,5.849,5.049,5.912,5.912,0,0,1,.061,11.772Z"
transform="translate(2.716 20.496) rotate(-45)"/>
</svg>
</div>
<div class="place__price">
<p class="place__price-text">$36/night</p>
</div>
</div>
<h3 class="place__title">Kindred Spirits Cabin</h3>
<p class="place__caption">Book unique camping experiences on over 300,000 campsites.</p>
<a href="#" class="btn place__link">Read More</a>
</div>
<div class="place">
<div class="place__banner">
<img src="images/image7.jpg" alt="" class="place__img">
<div class="place__like">
<svg class="place__like-icon" xmlns="http://www.w3.org/2000/svg" width="24.037"
height="24.037" viewBox="0 0 24.037 24.037" fill="#fff" stroke="#e76f51"
stroke-width="1.5">
<path id="Path_955" data-name="Path 955"
d="M15.822,8.979v.029H4V-2.1A5.915,5.915,0,0,1,9.912-7.841a5.913,5.913,0,0,1,5.849,5.049,5.912,5.912,0,0,1,.061,11.772Z"
transform="translate(2.716 20.496) rotate(-45)"/>
</svg>
</div>
<div class="place__price">
<p class="place__price-text">$36/night</p>
</div>
</div>
<h3 class="place__title">The Summit Cabin</h3>
<p class="place__caption">Book unique camping experiences on over 300,000 campsites.</p>
<a href="#" class="btn place__link">Read More</a>
</div>
<div class="place">
<div class="place__banner">
<img src="images/image8.jpg" alt="" class="place__img">
<div class="place__like">
<svg class="place__like-icon" xmlns="http://www.w3.org/2000/svg" width="24.037"
height="24.037" viewBox="0 0 24.037 24.037" fill="#fff" stroke="#e76f51"
stroke-width="1.5">
<path id="Path_955" data-name="Path 955"
d="M15.822,8.979v.029H4V-2.1A5.915,5.915,0,0,1,9.912-7.841a5.913,5.913,0,0,1,5.849,5.049,5.912,5.912,0,0,1,.061,11.772Z"
transform="translate(2.716 20.496) rotate(-45)"/>
</svg>
</div>
<div class="place__price">
<p class="place__price-text">$36/night</p>
</div>
</div>
<h3 class="place__title">Luxury Tiny Beach Cabin</h3>
<p class="place__caption">Book unique camping experiences on over 300,000 campsites.</p>
<a href="#" class="btn place__link">Read More</a>
</div>
<div class="place">
<div class="place__banner">
<img src="images/image9.jpg" alt="" class="place__img">
<div class="place__like">
<svg class="place__like-icon" xmlns="http://www.w3.org/2000/svg" width="24.037"
height="24.037" viewBox="0 0 24.037 24.037" fill="#fff" stroke="#e76f51"
stroke-width="1.5">
<path id="Path_955" data-name="Path 955"
d="M15.822,8.979v.029H4V-2.1A5.915,5.915,0,0,1,9.912-7.841a5.913,5.913,0,0,1,5.849,5.049,5.912,5.912,0,0,1,.061,11.772Z"
transform="translate(2.716 20.496) rotate(-45)"/>
</svg>
</div>
<div class="place__price">
<p class="place__price-text">$36/night</p>
</div>
</div>
<h3 class="place__title">Ninovan on the Shore</h3>
<p class="place__caption">Book unique camping experiences on over 300,000 campsites.</p>
<a href="#" class="btn place__link">Read More</a>
</div>
<div class="place">
<div class="place__banner">
<img src="images/image10.jpg" alt="" class="place__img">
<div class="place__like">
<svg class="place__like-icon" xmlns="http://www.w3.org/2000/svg" width="24.037"
height="24.037" viewBox="0 0 24.037 24.037" fill="#fff" stroke="#e76f51"
stroke-width="1.5">
<path id="Path_955" data-name="Path 955"
d="M15.822,8.979v.029H4V-2.1A5.915,5.915,0,0,1,9.912-7.841a5.913,5.913,0,0,1,5.849,5.049,5.912,5.912,0,0,1,.061,11.772Z"
transform="translate(2.716 20.496) rotate(-45)"/>
</svg>
</div>
<div class="place__price">
<p class="place__price-text">$36/night</p>
</div>
</div>
<h3 class="place__title">Barrier island elevated tent</h3>
<p class="place__caption">Book unique camping experiences on over 300,000 campsites.</p>
<a href="#" class="btn place__link">Read More</a>
</div>
<div class="place">
<div class="place__banner">
<img src="images/image11.jpg" alt="" class="place__img">
<div class="place__like">
<svg class="place__like-icon" xmlns="http://www.w3.org/2000/svg" width="24.037"
height="24.037" viewBox="0 0 24.037 24.037" fill="#fff" stroke="#e76f51"
stroke-width="1.5">
<path id="Path_955" data-name="Path 955"
d="M15.822,8.979v.029H4V-2.1A5.915,5.915,0,0,1,9.912-7.841a5.913,5.913,0,0,1,5.849,5.049,5.912,5.912,0,0,1,.061,11.772Z"
transform="translate(2.716 20.496) rotate(-45)"/>
</svg>
</div>
<div class="place__price">
<p class="place__price-text">$36/night</p>
</div>
</div>
<h3 class="place__title">The Tree House</h3>
<p class="place__caption">Book unique camping experiences on over 300,000 campsites.</p>
<a href="#" class="btn place__link">Read More</a>
</div>
<div class="place">
<div class="place__banner">
<img src="images/image12.jpg" alt="" class="place__img">
<div class="place__like">
<svg class="place__like-icon" xmlns="http://www.w3.org/2000/svg" width="24.037"
height="24.037" viewBox="0 0 24.037 24.037" fill="#fff" stroke="#e76f51"
stroke-width="1.5">
<path id="Path_955" data-name="Path 955"
d="M15.822,8.979v.029H4V-2.1A5.915,5.915,0,0,1,9.912-7.841a5.913,5.913,0,0,1,5.849,5.049,5.912,5.912,0,0,1,.061,11.772Z"
transform="translate(2.716 20.496) rotate(-45)"/>
</svg>
</div>
<div class="place__price">
<p class="place__price-text">$36/night</p>
</div>
</div>
<h3 class="place__title">Red Lifeguard Stand</h3>
<p class="place__caption">Book unique camping experiences on over 300,000 campsites.</p>
<a href="#" class="btn place__link">Read More</a>
</div>
</div>
<a href="#" class="btn destinations__btn">View all</a>
</section>
<section class="newsletter">
<div class="newsletter__content">
<h2 class="newsletter__title">Let's Stay in Touch</h2>
<p class="newsletter__caption">Get travel planning ideas, helpful tips, and stories from our visitors
delivered right to your inbox.</p>
<div class="newsletter__email-box">
<form class="newsletter__form">
<svg class="newsletter__email-icon" xmlns="http://www.w3.org/2000/svg" width="24.242"
height="17.746" viewBox="0 0 24.242 17.746">
<path id="Path_908" data-name="Path 908"
d="M26.215,17.058H8.027A3.03,3.03,0,0,0,5,20.085V31.777A3.031,3.031,0,0,0,8.027,34.8H26.215a3.031,3.031,0,0,0,3.027-3.027V20.085A3.03,3.03,0,0,0,26.215,17.058Zm-18.188.857H26.215a2.168,2.168,0,0,1,1.829,1.007l-9.328,8.81a2.354,2.354,0,0,1-3.189,0L6.2,18.923A2.169,2.169,0,0,1,8.027,17.915ZM5.878,32.062a2.207,2.207,0,0,1-.021-.285V20.085a2.163,2.163,0,0,1,.021-.285l6.491,6.131Zm20.337,1.885H8.027A2.168,2.168,0,0,1,6.2,32.94l6.8-6.419,1.944,1.835a3.22,3.22,0,0,0,4.366,0l1.943-1.835,6.8,6.418A2.167,2.167,0,0,1,26.215,33.947Zm2.169-13.862V31.777a2.2,2.2,0,0,1-.021.285l-6.491-6.131L28.364,19.8A2.251,2.251,0,0,1,28.384,20.085Z"
transform="translate(-5 -17.058)" fill="#8d8d8d"/>
</svg>
<input type="text" class="newsletter__input" placeholder="Email Address">
<button class="newsletter__submit" type="submit">
<svg xmlns="http://www.w3.org/2000/svg" width="24.162" height="18.23"
viewBox="0 0 24.162 18.23">
<path id="Path_909" data-name="Path 909"
d="M9.778,15.82,6.954,17.7a.55.55,0,0,1-.816-.439V13.121l11.546-8.66L3.88,11.8.3,9.356A.748.748,0,0,1,.491,8.039L23.709-.37c.314-.126.565.251.377.565L13.606,17.514a.773.773,0,0,1-1.067.188Z"
transform="translate(0.012 0.395)" fill="#fff" fill-rule="evenodd"/>
</svg>
</button>
</form>
</div>
</div>
<div class="newsletter__banner">
<img src="images/tent.png" alt="newsletter" class="newsletter__img">
</div>
</section>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="footer__wrapper">
<div class="footer__left">
<div class="footer-content">
<h2 class="footer__title">Hipcamp is everywhere you want to camp.</h2>
<p class="footer-content__description">Discover unique experiences on ranches, nature preserves, farms, vineyards, and public campgrounds across the U.S. Book tent camping, treehouses, cabins, yurts, primitive backcountry sites, car camping, airstreams, tiny houses, RV camping, glamping tents and more.</p>
</div>
<div class="footer-app">
<h2 class="footer__title">Download Our App</h2>
<a href="#" class="footer-app__link">
<img src="images/app-store-apple.jpg" class="footer-app__img" alt="app store">
</a>
<a href="#" class="footer-app__link">
<img src="images/google-play.jpg" class="footer-app__img" alt="google play">
</a>
</div>
</div>
<div class="footer__right">
<div class="footer-list">
<h2 class="footer__title">Get to Know Us</h2>
<ul class="footer-pages">
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">About Us</a>
</li>
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Rules & Reservation Policies</a>
</li>
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Accessibility</a>
</li>
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Media Center</a>
</li>
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Site Map</a>
</li>
</ul>
</div>
<div class="footer-list">
<h2 class="footer__title">Plan with Us</h2>
<ul class="footer-pages">
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Find Trip Inspiration</a>
</li>
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Build a Trip</a>
</li>
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Buy a Pass</a>
</li>
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Enter a Lottery</a>
</li>
</ul>
</div>
<div class="footer-list">
<h2 class="footer__title">Let Us Help You</h2>
<ul class="footer-pages">
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Your Account</a>
</li>
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Your Reservations</a>
</li>
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Contact Us</a>
</li>
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Help Center</a>
</li>
<li class="footer-pages__item">
<a href="#" class="footer-pages__link">Submit Feedback</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<script src="scripts/app.js"></script>
</body>
</html>