-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
669 lines (658 loc) · 26.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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Discover Amazing places in Japan">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/svg/odigo-logo.svg" />
<title>Odigo</title>
</head>
<body>
<!-- Header Start -->
<header
class="header"
x-data
@scroll.window.throttle.100ms="$store.features.handleHeader()"
>
<div class="wrapper">
<div class="header__wrapper">
<div class="header__logo">
<a href="#" class="header__logo-link">
<img
src="/svg/odigo-logo.svg"
alt="Discover Amazing places in Japan"
/>
</a>
</div>
<nav
class="header__nav"
:class="$store.features.on ? 'header__nav_active' : ''"
>
<button
type="button"
class="header__nav-close"
x-ref="close"
@click="$store.features.toggleMenu()"
>
<span class="header__nav-close-line"></span>
<span class="header__nav-close-line"></span>
</button>
<ul class="header__list">
<template x-for="category in $store.features.categories">
<li class="header__item">
<a
:href="category.link"
@click.prevent="$store.features.handleSmoothScroll(category.link)"
x-text="category.name"
class="header__link js-scroll"
></a>
</li>
</template>
</ul>
</nav>
<button
type="button"
title="Navigation menu trigger"
class="header__burger burger"
@click="() => {
$store.features.toggleMenu();
$refs.close.focus();
}"
>
<span class="burger__line burger__line_first"></span>
<span class="burger__line burger__line_second"></span>
<span class="burger__line burger__line_third"></span>
</button>
</div>
</div>
</header>
<!-- Header End -->
<!-- Main Start -->
<main class="main">
<!-- Intro Start -->
<section class="intro" id="sign-in">
<div class="wrapper">
<h1 class="intro__title">Discover Amazing places in Japan</h1>
<p class="intro__subtitle">
Welcome to the beautiful land of Japan, a country known for its stunning natural landscapes, rich cultural heritage, and vibrant cities. Whether you seek the serene beauty of Mount Fuji, the historical charm of Kyoto, the bustling streets of Tokyo, or the scenic beauty of Niigata and Sapporo, Japan has something to offer for every traveler.
</p>
<form
x-data
@submit.prevent="$store.features.sendRequest($el)"
class="search-form"
>
<fieldset class="search-form__wrap">
<div class="search-form__info">
<input
type="text"
name="user-like-to-do"
x-model="$store.features.userInputAction"
class="search-form__field"
placeholder="What would you like to do?"
/>
<input
type="text"
name="user-like-to-go"
x-model="$store.features.userInputPlace"
class="search-form__field"
placeholder="Where would you like to go?"
/>
<button
id="sendRequest"
@click="$store.features.openModal()"
type="submit"
class="search-form__submit"
>
Search
</button>
</div>
</fieldset>
</form>
</div>
<dialog x-data id="sendRequestDialog">
<section>
<p>
You like to go:
<span x-text="$store.features.userInputPlace"></span>
</p>
<p>
You like to do:
<span x-text="$store.features.userInputAction"></span>
</p>
</section>
<menu>
<button
type="button"
aria-label="Close modal"
id="close"
@click="$store.features.closeModal()"
>
Got it!
</button>
</menu>
</dialog>
</section>
<!-- Intro End -->
<!-- Benefits Start -->
<section class="benefits">
<div class="benefits__wrap">
<h2 class="benefits__title">Benefits of Odigo</h2>
<div class="benefits__cards">
<div class="benefits__card">
<div class="benefits__card-pic">
<img
src="/svg/church-icon.svg"
alt="Welcome to Odigo!"
class="benefits__card-thumb"
loading="lazy"
/>
</div>
<h3 class="benefits__card-title">Welcome to Odigo!</h3>
<p class="benefits__card-desc">
Welcome to Odigo, your personal guide to exploring the wonders of Japan. With us, you'll have access to a vast collection of travel information, itineraries, and insider tips to make your journey unforgettable.
</p>
<a href="!#" class="benefits__card-more"
>Learn more about Odigo</a
>
</div>
<div class="benefits__card">
<div class="benefits__card-pic">
<img
src="/svg/person-icon.svg"
width="65"
height="65"
alt="Your Personal Japan Guide"
class="benefits__card-thumb"
loading="lazy"
/>
</div>
<h3 class="benefits__card-title">Your Personal Japan Guide</h3>
<p class="benefits__card-desc">
With Odigo, you have a personalized Japan guide at your fingertips. Explore the hidden gems, find the best local spots, and immerse yourself in the authentic culture of this enchanting country.
</p>
<a href="!#" class="benefits__card-more"
>Read guide about Japan</a
>
</div>
<div class="benefits__card">
<div class="benefits__card-pic">
<img
src="/svg/building-icon.svg"
alt="Promoting Local Businesses"
class="benefits__card-thumb"
loading="lazy"
/>
</div>
<h3 class="benefits__card-title">Promoting Local Businesses</h3>
<p class="benefits__card-desc">
At Odigo, we believe in supporting local businesses and communities. Discover authentic experiences, support local artisans, and contribute to the sustainable growth of Japan's vibrant towns and cities.
</p>
<a href="!#" class="benefits__card-more">See Businesses</a>
</div>
</div>
</div>
</section>
<!-- Benefits End -->
<!-- Places Start -->
<section class="places">
<div class="wrapper-full">
<div class="places__caption">
<h2 class="places__title section__title">
Get inspired for your next trip
</h2>
<a href="#!" class="places__view-all">VIEW ALL</a>
</div>
<div class="places__cards">
<figure class="places__card places__card_size_lg">
<img
src="/mount-fuji-min.jpg"
alt="Mount Fuji"
class="places__card-pic places__card-pic_size_lg"
loading="lazy"
/>
<figcaption class="places__card-title">Mount Fuji</figcaption>
<a href="!#" title="Mount Fuji" class="places__card-link"></a>
</figure>
<figure class="places__card places__card_size_lg">
<img
src="/kyoto-min.jpg"
alt="Kyoto"
class="places__card-pic places__card-pic_size_lg"
loading="lazy"
/>
<figcaption class="places__card-title">Kyoto</figcaption>
<a href="!#" title="Kyoto" class="places__card-link"></a>
</figure>
<figure class="places__card places__card_size_sm">
<img
src="/tokyo-min.jpg"
alt="Tokyo"
class="places__card-pic places__card-pic_size_sm"
loading="lazy"
/>
<figcaption class="places__card-title">Tokyo</figcaption>
<a href="!#" title="Tokyo" class="places__card-link"></a>
</figure>
<figure class="places__card places__card_size_sm">
<img
src="/niigata-min.jpg"
alt="Niigata"
class="places__card-pic places__card-pic_size_sm"
loading="lazy"
/>
<figcaption class="places__card-title">Niigata</figcaption>
<a href="!#" title="Niigata" class="places__card-link"></a>
</figure>
<figure class="places__card places__card_size_sm">
<img
src="/sapporo-min.jpg"
alt="Sapporo"
class="places__card-pic places__card-pic_size_sm"
loading="lazy"
/>
<figcaption class="places__card-title">Sapporo</figcaption>
<a href="!#" title="Sapporo" class="places__card-link"></a>
</figure>
</div>
</div>
</section>
<!-- Places End -->
<!-- Tours Start -->
<div class="tours" id="articles">
<div class="wrapper-full">
<div class="tours__tour tour">
<div class="tour__pic">
<img
src="/tour-1-min.jpg"
alt="Prefecture in Focus: Tottori"
class="tour__thumb"
loading="lazy"
/>
</div>
<div class="tour__info">
<h3 class="tour__title">Prefecture in Focus: Tottori</h3>
<p class="tour__desc">
Dive deep into the enchanting beauty of Tottori Prefecture, where you'll find pristine sand dunes, captivating landscapes, and a rich cultural heritage. Experience the essence of Japan in this picturesque region.
</p>
<a href="#!" class="tour__more">VIEW PREFECTURE</a>
</div>
</div>
<div class="tours__tour tour">
<div class="tour__info">
<h3 class="tour__title">
Featured Neighborhood: Kyoto’s Arashiyama
</h3>
<p class="tour__desc">
Discover the timeless allure of Arashiyama in Kyoto, a district renowned for its bamboo groves, traditional temples, and scenic beauty. Immerse yourself in the tranquility and charm of this iconic neighborhood.
</p>
<a href="#!" class="tour__more">VIEW NEIGHBORHOOD</a>
</div>
<div class="tour__pic tour__pic_mob-first">
<img
src="/tour-2-min.jpg"
alt="Featured Neighborhood: Kyoto’s Arashiyama"
class="tour__thumb"
loading="lazy"
/>
</div>
</div>
</div>
</div>
<!-- Tours End -->
<!--Top Start-->
<section class="top" id="locations">
<div class="wrapper-full">
<h2 class="top__title section__title">Today top places to visit</h2>
<div class="top__cards">
<div class="top__card">
<div class="top__card-pic">
<img
src="/top-1-min.jpg"
alt="NAGOYA"
class="top__card-thumb"
loading="lazy"
/>
<div class="top__card-stats">
<h3 class="top__card-title">NAGOYA</h3>
<div class="top__card-likes">
<span class="top__card_likes-value">220</span>
</div>
<div class="top__card-comments">
<span class="top__card-comments-value">50</span>
</div>
</div>
</div>
<p class="top__card-desc">
Explore the vibrant city of Nagoya, where tradition and modernity blend seamlessly. From ancient castles to futuristic attractions, Nagoya offers an unforgettable experience for every traveler.
</p>
<a href="#!" class="top__card-more">SEE MORE</a>
</div>
<div class="top__card">
<div class="top__card-pic">
<img
src="/top-2-min.jpg"
alt="NIIGATA"
class="top__card-thumb"
loading="lazy"
/>
<div class="top__card-stats">
<h3 class="top__card-title">NIIGATA</h3>
<div class="top__card-likes">
<span class="top__card_likes-value">220</span>
</div>
<div class="top__card-comments">
<span class="top__card-comments-value">50</span>
</div>
</div>
</div>
<p class="top__card-desc">
Embark on a journey to Niigata, where you can experience the beauty of the Japanese countryside, taste exceptional sake, and immerse yourself in the warmth of the local hospitality.
</p>
<a href="#!" class="top__card-more">SEE MORE</a>
</div>
<div class="top__card">
<div class="top__card-pic">
<img
src="/top-3-min.jpg"
alt="OSAKA"
class="top__card-thumb"
loading="lazy"
/>
<div class="top__card-stats">
<h3 class="top__card-title">OSAKA</h3>
<div class="top__card-likes">
<span class="top__card_likes-value">220</span>
</div>
<div class="top__card-comments">
<span class="top__card-comments-value">50</span>
</div>
</div>
</div>
<p class="top__card-desc">
Experience the energetic spirit of Osaka, a city brimming with culinary delights, historic landmarks, and modern entertainment. Unravel the multifaceted charm of Japan's kitchen and entertainment capital.
</p>
<a href="#!" class="top__card-more">SEE MORE</a>
</div>
<div class="top__card">
<div class="top__card-pic">
<img
src="/top-4-min.jpg"
alt="SAITAMA"
class="top__card-thumb"
loading="lazy"
/>
<div class="top__card-stats">
<h3 class="top__card-title">SAITAMA</h3>
<div class="top__card-likes">
<span class="top__card_likes-value">220</span>
</div>
<div class="top__card-comments">
<span class="top__card-comments-value">50</span>
</div>
</div>
</div>
<p class="top__card-desc">
Delve into the lesser-known wonders of Saitama, an area filled with hidden gems, serene parks, and cultural treasures. Discover the perfect blend of nature and urban charm in this fascinating region.
</p>
<a href="#!" class="top__card-more">SEE MORE</a>
</div>
<div class="top__card">
<div class="top__card-pic">
<img
src="/top-5-min.jpg"
alt="UENO"
class="top__card-thumb"
loading="lazy"
/>
<div class="top__card-stats">
<h3 class="top__card-title">UENO</h3>
<div class="top__card-likes">
<span class="top__card_likes-value">220</span>
</div>
<div class="top__card-comments">
<span class="top__card-comments-value">50</span>
</div>
</div>
</div>
<p class="top__card-desc">
Immerse yourself in the cultural heart of Tokyo at Ueno, a district celebrated for its museums, cherry blossoms, and vibrant atmosphere. Discover the rich history and contemporary allure of this captivating neighborhood.
</p>
<a href="#!" class="top__card-more">SEE MORE</a>
</div>
<div class="top__card">
<div class="top__card-pic">
<img
src="/top-6-min.jpg"
alt="SHIBUYA"
class="top__card-thumb"
loading="lazy"
/>
<div class="top__card-stats">
<h3 class="top__card-title">SHIBUYA</h3>
<div class="top__card-likes">
<span class="top__card_likes-value">220</span>
</div>
<div class="top__card-comments">
<span class="top__card-comments-value">50</span>
</div>
</div>
</div>
<p class="top__card-desc">
Immerse yourself in the dynamic energy of Shibuya, Tokyo's iconic fashion and entertainment hub. Explore trendy shops, indulge in delectable cuisine, and experience the vibrant street culture of this bustling district.
</p>
<a href="#!" class="top__card-more">SEE MORE</a>
</div>
</div>
</div>
</section>
<!--Top End-->
<!-- Videos Start -->
<div class="videos" id="videos">
<div class="videos__wrapper">
<div class="video">
<a class="video__link" title="Walking in the Rain Tokyo, Japan Video" href="https://youtu.be/Et7O5-CzJZg">
<picture>
<source
srcset="
https://i.ytimg.com/vi_webp/Et7O5-CzJZg/maxresdefault.webp
"
type="image/webp"
/>
<img
class="video__media"
loading="lazy"
src="https://i.ytimg.com/vi/Et7O5-CzJZg/maxresdefault.jpg"
alt="Walking in the Rain Tokyo, Japan"
/>
</picture>
</a>
<button class="video__button" aria-label="Play video">
<svg width="68" height="48" viewBox="0 0 68 48">
<path
class="video__button-shape"
d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"
></path>
<path
class="video__button-icon"
d="M 45,24 27,14 27,34"
></path>
</svg>
</button>
</div>
<div class="video">
<a class="video__link" title="Cherry Blossom in Kyoto, Japan Video" href="https://youtu.be/9-dOVxyaHSw">
<picture>
<source
srcset="
https://i.ytimg.com/vi_webp/9-dOVxyaHSw/maxresdefault.webp
"
type="image/webp"
/>
<img
class="video__media"
loading="lazy"
src="https://i.ytimg.com/vi/9-dOVxyaHSw/maxresdefault.jpg"
alt="Cherry Blossom in Kyoto, Japan"
/>
</picture>
</a>
<button class="video__button" aria-label="Play video">
<svg width="68" height="48" viewBox="0 0 68 48">
<path
class="video__button-shape"
d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"
></path>
<path
class="video__button-icon"
d="M 45,24 27,14 27,34"
></path>
</svg>
</button>
</div>
<div class="video">
<a class="video__link" title="Japan's Winter Wonderland Video" href="https://youtu.be/nGJMwixogyk">
<picture>
<source
srcset="
https://i.ytimg.com/vi_webp/nGJMwixogyk/maxresdefault.webp
"
type="image/webp"
/>
<img
class="video__media"
loading="lazy"
src="https://i.ytimg.com/vi/nGJMwixogyk/maxresdefault.jpg"
alt="Japan's Winter Wonderland"
/>
</picture>
</a>
<button class="video__button" aria-label="Play video">
<svg width="68" height="48" viewBox="0 0 68 48">
<path
class="video__button-shape"
d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"
></path>
<path
class="video__button-icon"
d="M 45,24 27,14 27,34"
></path>
</svg>
</button>
</div>
</div>
</div>
<!-- Videos End -->
<!-- Testimonials Start -->
<section class="testimonials">
<div class="wrapper">
<h2 class="testimonials__title section__title">
What our travelers say
</h2>
<div class="testimonials__slider">
<div class="testimonial">
<p class="testimonial__quote">
"Odigo is an invaluable resource for anyone planning a trip to Japan. It's like having a knowledgeable local friend to guide you through the best places to visit, eat, and experience."
</p>
<p class="testimonial__author">
- Emily, California
</p>
</div>
<div class="testimonial">
<p class="testimonial__quote">
"I discovered hidden gems in Japan through Odigo's travel guides and user recommendations. It made my trip truly special and allowed me to explore beyond the typical tourist spots."
</p>
<p class="testimonial__author">
- David, Australia
</p>
</div>
<div class="testimonial">
<p class="testimonial__quote">
"As a solo traveler, Odigo gave me the confidence to explore Japan at my own pace. I met amazing people and had unforgettable experiences, all thanks to the insights shared by the Odigo community."
</p>
<p class="testimonial__author">
- Sarah, United Kingdom
</p>
</div>
</div>
</div>
</section>
<!-- Testimonials End -->
</main>
<!-- Main End -->
<!-- Footer Start -->
<footer class="footer">
<div class="wrapper">
<div class="footer__logo">
<a href="#" class="footer__logo">
<img
src="/svg/odigo-logo.svg"
alt="Discover Amazing places in Japan"
/>
</a>
</div>
<nav class="footer__nav">
<ul class="footer__list">
<li class="footer__item">
<h3 class="footer__list-title">Company</h3>
</li>
<li class="footer__item">
<a href="#sign-in" class="footer__link">Home</a>
</li>
<li class="footer__item">
<a href="#articles" class="footer__link">Articles</a>
</li>
<li class="footer__item">
<a href="#locations" class="footer__link">Locations</a>
</li>
<li class="footer__item">
<a href="#videos" class="footer__link">Videos</a>
</li>
<li class="footer__item">
<a href="#!" class="footer__link">About</a>
</li>
<li class="footer__item">
<a href="#!" class="footer__link">Contact</a>
</li>
</ul>
<ul class="footer__list">
<li class="footer__item">
<h3 class="footer__list-title">Location</h3>
</li>
<li class="footer__item">
<a href="!#" class="footer__link">Tokyo</a>
</li>
<li class="footer__item">
<a href="!#" class="footer__link">Kyoto</a>
</li>
<li class="footer__item">
<a href="!#" class="footer__link">Osaka</a>
</li>
<li class="footer__item">
<a href="!#" class="footer__link">Hokkaido</a>
</li>
</ul>
<ul class="footer__list">
<li class="footer__item">
<h3 class="footer__list-title">Social Media</h3>
</li>
<li class="footer__item">
<a href="!#" class="footer__link">Facebook</a>
</li>
<li class="footer__item">
<a href="!#" class="footer__link">Twitter</a>
</li>
<li class="footer__item">
<a href="!#" class="footer__link">Instagram</a>
</li>
<li class="footer__item">
<a href="!#" class="footer__link">Youtube</a>
</li>
</ul>
</nav>
</div>
</div>
</footer>
<!-- Footer End -->
<script type="module" src="src/main.ts"></script>
</body>
</html>