-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
352 lines (350 loc) · 17.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Playfair+Display:wght@700&display=swap"
rel="stylesheet">
<title>Explore and travel</title>
</head>
<body>
<div class="container">
<header class="page-header">
<div class="header-top">
<div class="logo">
<a href="#">
<img src="img/logo.jpg" alt="logo"></a>
</div>
<!-- /.logo -->
<div class="header-nav">
<ul class="header-nav-links">
<li class="header-nav-link">
<a href="#home">Home</a>
</li>
<li class="header-nav-link">
<a href="#destinations">Destinations</a>
</li>
<li class="header-nav-link">
<a href="#about">About</a>
</li>
<li class="header-nav-link">
<a href="#partner">Partner</a>
</li>
</ul>
<a href="#" class="button button-login">Login</a>
<a href="#" class="button button-register">Register</a>
</div>
<!-- /.header-nav -->
</div>
<!-- /.header-top -->
<div class="header-content">
<div class="header-left">
<h1 class="header-title">Explore and <br>Travel</h1>
<!-- /.header-title -->
<div class="header-search">
<h3 class="header-search-title">Holiday finder</h3>
<div class="header-line"></div>
<form>
<input list="location" placeholder="Location">
<svg class="icon icon-search">
<use xlink:href="../img/icons.svg#for search"></use>
</svg>
<datalist id="location">
<option value="Madagaskar">
<option value="Great piramid of Giza">
<option value="Temple of Artemis">
<option value="Grand canyon">
<option value="Underground River">
<option value="Chineese wall">
</datalist>
<input list="activity" placeholder="Activity">
<svg class="icon icon-search">
<use xlink:href="../img/icons.svg#for search"></use>
</svg>
<datalist id="activity">
<option value="star gazing">
<option value="Fly-fishing">
<option value="Horseback riding">
<option value="Cycling">
<option value="Rafting">
<option value="Rock climbing">
<option value="Camping">
</datalist>
<input list="grade" placeholder="Grade">
<svg class="icon icon-search">
<use xlink:href="../img/icons.svg#for search"></use>
</svg>
<datalist id="grade">
<option value="beginner">
<option value="easy">
<option value="medium">
<option value="hard">
<option value="master">
</datalist>
<input list="date" placeholder="Date">
<svg class="icon icon-search">
<use xlink:href="../img/icons.svg#for search"></use>
</svg>
<datalist id="date">
<option value="January 2021">
<option value="February 2021">
<option value="March 2021">
<option value="April 2021">
<option value="May 2021">
<option value="June 2021">
<option value="Jule 2021">
<option value="August 2021">
</datalist>
<input class="button input-button" type="submit" value="Explore">
</form>
</div>
<!-- /.header-search -->
</div>
<div class="header-right">
<img src="img/header_pic.jpg" alt="picture" class="header-img"></div>
</div>
<!-- /.header-content -->
</header>
</div>
<!-- /.container -->
<div class="container">
<section class="page-article" id="about">
<img class="article-img" src="img/article-pic.jpg" alt="">
<div class="page-article-item">
<h2 class="article-title">A new way to explore the world</h2>
<p class="article-text">For decades travellers have reached for Lonely Planet books when looking to plan and execute their perfect
trip, but now, they can also let Lonely Planet Experiences lead the way</p>
<a href="#" class="button article-button">Learn more</a>
</div>
</section>
</div>
<div class="container">
<section class="featured-destinations">
<div class="featured-destinations-top">
<h2 class="article-title" id="destinations">Featured destinations</h2>
<a href="#" class="view-all">View all
<svg class="icon view-icon">
<use xlink:href="../img/icons.svg#pointer.svg"></use>
</svg></a>
</div>
<!-- /.featured-destinations-top -->
<div class="destinations-list">
<div class="destination-item">
<a href="#" class="destination">
<img class="destination-image" src="img/destination-first.jpg" width="261" height="332" alt="Indonesia">
<div class="image-text">Raja Ampat<br><span>Indonesia</span></div></a>
</div>
<div class="destination-item">
<a href="#" class="destination">
<img class="destination-image" src="img/China.jpg" width="261" height="332" alt="China">
<div class="image-text">Fanjingshan<br><span>China</span></div></a>
</div>
<div class="destination-item">
<a href="#" class="destination">
<img class="destination-image" src="img/Switzerland.jpg" width="261" height="332" alt="Vevey">
<div class="image-text">Vevey<br><span>Switzerland</span></div></a>
</div>
<div class="destination-item">
<a href="#" class="destination">
<img class="destination-image" src="img/Montenegro.jpg" width="261" height="332" alt="Montenegro">
<div class="image-text">Skadar<br><span>Montenegro</span></div></a>
</div>
</div>
</section>
</div>
<div class="container">
<section class="guide">
<div class="guide-article">
<h2 class="article-title">Guides by Thousand<br> Sunny</h2>
<p class="article-text guide-text">Packed with tips and advice from our on-the-ground experts, our city guides app (iOS and Android) is the ultimate resource before and during a trip.</p>
<a href="#" class="button">Download</a>
</div>
<img src="img/guides-pic.jpg" alt="article picture" class="article-pic" width="599" height="542">
</section>
</div>
<div class="container">
<section class="testimonials" id="partner">
<h2 class="article-title">Testimonials</h2>
<div class="testimonial-item">
<div class="testimonial-article">
<div class="stars">
<svg class="icon star-icon">
<use xlink:href="img/icons.svg#star"></use>
</svg>
<svg class="icon star-icon">
<use xlink:href="img/icons.svg#star"></use>
</svg>
<svg class="icon star-icon">
<use xlink:href="img/icons.svg#star"></use>
</svg>
<svg class="icon star-icon">
<use xlink:href="img/icons.svg#star"></use>
</svg>
<svg class="icon star-icon">
<use xlink:href="img/icons.svg#star"></use>
</svg>
</div>
<p class="testimonial-text">“Quisque in lacus a urna fermentum euismod. Integer mi nibh, dapibus ac scelerisque eu, facilisis quis purus. Morbi blandit sit amet turpis nec”</p>
<p class="testimonial-author">Edward Newgate</p>
<p class="testimonial-author-add">Founder Circle</p>
</div>
<div class="article-author">
<img src="img/testimonials-photo.jpg" alt="author's photo" class="testimonial-photo">
<div class="button-cover">
<button class="toggle">
<svg class="icon icon-toggle">
<use xlink:href="img/icons.svg#previous"></use>
</svg>
</button>
<button class="toggle">
<svg class="icon icon-toggle">
<use xlink:href="img/icons.svg#next"></use>
</svg>
</button>
</div>
</div>
</div>
</section>
</div>
<div class="container">
<section class="trending-stories">
<div class="section-top">
<h2 class="article-title">Trending stories</h2>
<a href="#" class="view-all">View all
<svg class="icon view-icon">
<use xlink:href="../img/icons.svg#pointer.svg"></use>
</svg></a>
</div>
<!-- /.section-top -->
<div class="section-content">
<div class="story">
<a href="#" class="story-link">
<img src="img/story1.jpg" alt="story image" class="story-img">
<h3 class="story-title">The many benefits of
taking a healing holiday</h3>
<p class="story-text">‘Helaing holidays’ are on the rise
tohelp maximise your health and happines...</p>
<a href="#" class="story-link">Read more</a></a>
</div>
<!-- /.story -->
<div class="story">
<a href="#" class="story-link">
<img src="img/story2.jpg" alt="story image" class="story-img">
<h3 class="story-title">The best Kyoto restaurant
to try Japanese food</h3>
<p class="story-text">From tofu to teahouses, here’s our guide to Kyoto’s best restaurants
to visit...</p>
<a href="#" class="story-link">Read more</a></a>
</div>
<!-- /.story -->
<div class="story">
<a href="#" class="story-link">
<img src="img/story3.jpg" alt="story image" class="story-img">
<h3 class="story-title">Skip Chichen Itza and head
to this remote Yucatan</h3>
<p class="story-text">It’s remote and challenging to get,
but braving the jungle and exploring
these ruins without the...</p>
<a href="#" class="story-link">Read more</a></a>
</div>
<!-- /.story -->
<div class="story">
<a href="#" class="story-link">
<img src="img/story4.jpg" alt="story image" class="story-img">
<h3 class="story-title">Surf’s up at these beginner
spots around the world</h3>
<p class="story-text">If learning to surf has in on your to-
do list for a while, the good news
is: it’s never too late...</p>
<a href="#" class="story-link">Read more</a></a>
</div>
<!-- /.story -->
</div>
<!-- /.section-content -->
</section>
<!-- /.trending-stories -->
</div>
<!-- /.container -->
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-column footer-column-first">
<div class="logo">
<a href="#">
<img src="img/logo.jpg" alt="logo"></a>
</div>
<!-- /.logo -->
<p class="footer-text">Plan and book your perfect trip with
expert advice, travel tips destination
information from us</p>
<p class="footer-rights">©2020 Thousand Sunny. All rights reserved</p>
</div>
<!-- /.footer-column -->
<div class="footer-column">
<h4 class="footer-title">Destinations</h4>
<ul class="footer-list">
<li class="footer-list-item"><a href="#" class="footer-link">Africa</a></li>
<li class="footer-list-item"><a href="#" class="footer-link">Antarctica</a></li>
<li class="footer-list-item"><a href="#" class="footer-link">Asia</a></li>
<li class="footer-list-item"><a href="#" class="footer-link">Europe</a></li>
<li class="footer-list-item"><a href="#" class="footer-link">America</a></li>
</ul>
</div>
<!-- /.footer-column -->
<div class="footer-column">
<h4 class="footer-title">Shop</h4>
<ul class="footer-list">
<li class="footer-list-item"><a href="#" class="footer-link">Destination Guides</a></li>
<li class="footer-list-item"><a href="#" class="footer-link">Pictorial & Gifts</a></li>
<li class="footer-list-item"><a href="#" class="footer-link">Special Offers</a></li>
<li class="footer-list-item"><a href="#" class="footer-link">Delivery Times</a></li>
<li class="footer-list-item"><a href="#" class="footer-link">FAQs</a></li>
</ul>
</div>
<!-- /.footer-column -->
<div class="footer-column">
<h4 class="footer-title">Interests</h4>
<ul class="footer-list">
<li class="footer-list-item"><a href="#" class="footer-link">Adventure Travel</a></li>
<li class="footer-list-item"><a href="#" class="footer-link">Art and Culture</a></li>
<li class="footer-list-item"><a href="#" class="footer-link">Wildlife and Nature</a></li>
<li class="footer-list-item"><a href="#" class="footer-link">Family Holidays</a></li>
<li class="footer-list-item"><a href="#" class="footer-link">Food and Drink</a></li>
</ul>
</div>
<!-- /.footer-column -->
</div>
<!-- /.footer-content -->
<div class="footer-bottom">
<div class="social-links">
<a href="#" class="social-link"><svg class="footer-icon tw">
<use xlink:href="img/icons.svg#twitter"></use>
</svg></a>
<a href="#" class="social-link">
<svg class="footer-icon fb">
<use xlink:href="img/icons.svg#fb"></use>
</svg>
</a>
<a href="#" class="social-link">
<svg class="footer-icon inst">
<use xlink:href="img/icons.svg#inst"></use>
</svg>
</a>
<a href="#" class="social-link">
<svg class="footer-icon in">
<use xlink:href="img/icons.svg#in"></use>
</svg>
</a>
<a href="#" class="social-link">
<svg class="footer-icon youtube">
<use xlink:href="img/icons.svg#youtube"></use>
</svg></a>
</div>
</div>
<!-- /.footer-bottom -->
</div>
</footer>
</body>
</html>