-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
773 lines (550 loc) · 20.8 KB
/
index.html
File metadata and controls
773 lines (550 loc) · 20.8 KB
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
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Peak Performance Page • Natura11y</title>
<!-- Natura11y Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/natura11y-icons@v2/dist/natura11y-icons.min.css">
<!-- Natura11y Stylesheet -->
<link rel="stylesheet" href="../../../../dist/natura11y.css">
<!-- Custom Stylesheet -->
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="skip-links">
<a href="#main">
Jump to main content
</a>
<a href="#global-footer">
Jump to website footer
</a>
</div>
<header class="margin-x-auto wide">
<div class="main-menu--bar--lg">
<div class="main-menu__logo">
<a
href="#1" title="Home" data-logo="brand">
<!-- Placeholder logo, replace the following <svg> tag with your own -->
<svg xmlns="http://www.w3.org/2000/svg" width="126" height="34" viewbox="0 0 126 34" role="img" aria-label="Placeholder Logo">
<title>Title for screen readers</title>
<g>
<polygon points="8 25 8 1 0 1 0 33 3 33 8 33 16 33 16 25 8 25"/>
<path d="M35,0A17,17,0,1,0,52,17,17,17,0,0,0,35,0Zm0,26a9,9,0,1,1,9-9A9,9,0,0,1,35,26Z"/>
<path d="M109,0a17,17,0,1,0,17,17A17,17,0,0,0,109,0Zm0,26a9,9,0,1,1,9-9A9,9,0,0,1,109,26Z"/>
<path d="M88.95,16H72v6h7.4824a9,9,0,1,1,0-10H88.25A17.0052,17.0052,0,1,0,89,17C89,16.6624,88.9689,16.3327,88.95,16Z"/>
</g>
</svg>
</a>
</div>
<nav class="main-menu__nav" id="main-menu" aria-label="Main Menu">
<ul>
<li>
<button
class="dropdown"
data-toggle="dropdown"
aria-controls="dropdown-1"
aria-expanded="false"
>
Training
</button>
<ul class="dropdown__menu box-shadow-1--lg" id="dropdown-1">
<li>
<a href="#1">
Strength
</a>
</li>
<li>
<a href="#1">
Endurance
</a>
</li>
<li>
<a href="#1">
Recovery
</a>
</li>
</ul>
</li>
<li>
<a href="#1">
Nutrition
</a>
</li>
<li>
<a href="#1">
Athletes
</a>
</li>
<li>
<a href="#1">
Gear
</a>
</li>
</ul>
</nav>
<div class="main-menu__toggle">
<button class="mobile-menu-toggle button button--icon-only" aria-label="Menu" data-toggle="collapse" aria-controls="main-menu">
<span class="icon icon-menu"></span>
</button>
</div>
<div class="main-menu__actions">
<button class="button button--icon-only" aria-label="Language">
<span class="icon icon-language"></span>
</button>
</div>
</div>
</header>
<main id="main">
<section class="backdrop backdrop--fixed theme-dark" id="introduction">
<div class="backdrop__media__control margin-2">
<button
class="button button--icon-only font-size-md border-radius-circle"
data-check-reduced-motion>
<span class="icon icon-pause" aria-hidden="true"></span>
</button>
</div>
<div class="backdrop__media gradient-mask-bottom">
<video class="opacity-40" autoplay muted loop>
<source src="./images/BackdropVideo.mp4" type="video/mp4">
</video>
</div>
<div class="backdrop__cover">
<div class="container narrow--sm medium--lg text-align-center margin-y-6">
<h1 class="banner-headline text-shadow margin-bottom-4">
Endless mountain landscapes waiting beyond the horizon
</h1>
<div class="narrow margin-x-auto">
<div class="grid grid--column-2--md gap-3">
<a class="button theme-primary box-shadow-1" href="#1">
<span class="text">Plan Your Visit</span>
</a>
<a class="button theme-secondary box-shadow-1" href="#1">
<span class="text">View Destinations</span>
</a>
</div>
</div>
</div>
</div>
<div class="backdrop__media__credit margin-1">
<p>
Photo by <a href="https://unsplash.com/@jonnyjames2" target="_blank">Jonny James</a> on Unsplash
</p>
</div>
</section>
<section class="container medium wide--xl margin-y-6" id="featured">
<div class="grid grid--features">
<a class="backdrop backdrop--fixed theme-dark" href="https://unsplash.com/@kalenemsley" target="_blank">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-40" src="./images/kalen-emsley-Bkci_8qcdvQ-unsplash.jpg" alt="Placeholder" />
</div>
<div class="backdrop__cover justify-content-end">
<div class="container width-100 margin-y-3">
<div class="narrow">
<div class="text-shadow margin-bottom-3">
<h2>
Vast valleys and forested peaks shape unforgettable journeys
</h2>
<p class="font-size-sm opacity-80">
Photo by <span class="text-decoration-underline">Kalen Emsley</span>
</p>
</div>
<span class="button button--has-icon theme-secondary font-size-md">
<span class="text">Explore the Region</span>
<span class="icon icon-chevron-right" aria-hidden="true"></span>
</span>
</div>
</div>
</div>
</a>
<a class="backdrop backdrop--fixed theme-dark" href="https://unsplash.com/@apphex" target="_blank">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-50" src="./images/tomasz-smal-HJNQCoXVkU-unsplash.jpg" alt="Placeholder" />
</div>
<div class="backdrop__cover justify-content-end text-shadow">
<div class="container narrow margin-y-3">
<h2 class="h4">
High mountain passes reveal breathtaking views
</h2>
<p class="font-size-sm opacity-80">
Photo by <span class="text-decoration-underline">Tomasz Smal</span>
</p>
<span class="link text-color-secondary font-size-md">
<span class="text">Scenic Routes</span>
<span class="icon icon-chevron-right" aria-hidden="true"></span>
</span>
</div>
</div>
</a>
<a class="backdrop backdrop--fixed theme-dark" href="https://unsplash.com/@tonography" target="_blank">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-50" src="./images/tono-graphy-k7SElGCAmgc-unsplash.jpg" alt="Placeholder" />
</div>
<div class="backdrop__cover justify-content-end text-shadow">
<div class="container narrow margin-y-3">
<h2 class="h4">
Golden light transforms rugged peaks at sunset
</h2>
<p class="font-size-sm opacity-80">
Photo by <span class="text-decoration-underline">Tono Graphy</span>
</p>
<span class="link text-color-secondary font-size-md">
<span class="text">Photography Guide</span>
<span class="icon icon-chevron-right" aria-hidden="true"></span>
</span>
</div>
</div>
</a>
</div>
</section>
<section class="theme-dark">
<div class="container medium wide--xl padding-y-6">
<header class="narrow text-align-center margin-x-auto">
<h2>
Explore Landscapes That Inspire Adventure
</h2>
<p>
From towering summits to quiet forest trails, every landscape offers a different way to experience the outdoors.
</p>
</header>
<div class="grid grid--column-2--lg grid--column-4--xl gap-3 margin-y-5">
<a class="backdrop box-shadow-3" href="https://unsplash.com/@mujoh" target="_blank">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-50" src="./images/mujo-hasanovic-kgoOGADs6c8-unsplash.jpg" alt="Placeholder" />
</div>
<div class="backdrop__cover justify-content-end text-shadow">
<div class="container wide margin-y-3">
<div class="narrow">
<div class="text-shadow margin-bottom-1">
<h2 class="h5">
Alpine Trails
</h2>
<p class="font-size-sm opacity-80">
Photo by <span class="text-decoration-underline">Mujo Hasanovic</span>
</p>
<p>
Winding paths lead through dramatic mountain scenery and open alpine meadows.
</p>
</div>
<span class="link text-color-secondary font-size-md">
<span class="text">Trail Guide</span>
<span class="icon icon-arrow-right" aria-hidden="true"></span>
</span>
</div>
</div>
</div>
</a>
<a class="backdrop box-shadow-3" href="https://unsplash.com/@asoggetti" target="_blank">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-50" src="./images/alessio-soggetti-umnkKO0xgco-unsplash.jpg" alt="Placeholder" />
</div>
<div class="backdrop__cover justify-content-end text-shadow">
<div class="container wide margin-y-3">
<div class="narrow">
<div class="text-shadow margin-bottom-1">
<h2 class="h5">
Forest Valleys
</h2>
<p class="font-size-sm opacity-80">
Photo by <span class="text-decoration-underline">Alessio Soggetti</span>
</p>
<p>
Dense evergreen forests shelter rivers, wildlife, and peaceful backcountry routes.
</p>
</div>
<span class="link text-color-secondary font-size-md">
<span class="text">Explore Valleys</span>
<span class="icon icon-arrow-right" aria-hidden="true"></span>
</span>
</div>
</div>
</div>
</a>
<a class="backdrop box-shadow-3" href="https://unsplash.com/@sairaa" target="_blank">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-50" src="./images/saira-ahmed-nLdTtHGZ25E-unsplash.jpg" alt="Placeholder" />
</div>
<div class="backdrop__cover justify-content-end text-shadow">
<div class="container wide margin-y-3">
<div class="narrow">
<div class="text-shadow margin-bottom-1">
<h2 class="h5">
Snow-Capped Peaks
</h2>
<p class="font-size-sm opacity-80">
Photo by <span class="text-decoration-underline">saira ahmed</span>
</p>
<p>
Towering summits create some of the most iconic landscapes in the world.
</p>
</div>
<span class="link text-color-secondary font-size-md">
<span class="text">Mountain Views</span>
<span class="icon icon-arrow-right" aria-hidden="true"></span>
</span>
</div>
</div>
</div>
</a>
<a class="backdrop box-shadow-3" href="https://unsplash.com/@till2" target="_blank">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-50" src="./images/till-rottmann-xhDQ2qkDuaE-unsplash.jpg" alt="Placeholder" />
</div>
<div class="backdrop__cover justify-content-end text-shadow">
<div class="container wide margin-y-3">
<div class="narrow">
<div class="text-shadow margin-bottom-1">
<h2 class="h5">
Volcanic Ridges
</h2>
<p class="font-size-sm opacity-80">
Photo by <span class="text-decoration-underline">Till Rottmann</span>
</p>
<p>
Ancient volcanic formations shape rugged terrain and dramatic skylines.
</p>
</div>
<span class="link text-color-secondary font-size-md">
<span class="text">Learn More</span>
<span class="icon icon-arrow-right" aria-hidden="true"></span>
</span>
</div>
</div>
</div>
</a>
</div>
<div class="narrow text-align-center margin-x-auto">
<a class="button button--has-icon theme-secondary" href="#1">
<span class="button__text">View All Destinations</span>
<span class="icon icon-chevron-right" aria-hidden="true"></span>
</a>
</div>
</div>
</section>
<section class="container wide margin-y-6">
<div class="grid grid--column-2--md gap-4 align-items-center">
<div class="position-relative">
<img src="./images/christian-joudrey-mWRR1xj95hg-unsplash.jpg" alt="Placeholder" />
<div class="position-bottom-right theme-dark padding-x-2 padding-y-1 font-size-sm">
Photo by <a class="link-expanded" href="https://unsplash.com/@cjoudrey" target="_blank">Christian Joudrey</a>
</div>
</div>
<div class="narrow">
<h2 class="h3">
The Beauty of Wild Places
</h2>
<p>
Towering cliffs, winding rivers, and quiet forests offer endless opportunities to explore nature at your own pace.
</p>
<a class="button button--has-icon theme-secondary" href="#1">
<span class="button__text">Start Exploring</span>
<span class="icon icon-chevron-right" aria-hidden="true"></span>
</a>
</div>
</div>
</section>
<section class="theme-light">
<div class="container medium wide--xl padding-y-5">
<header class="narrow text-align-center margin-x-auto">
<h2>
Stories from the Mountains
</h2>
<p>
Travel notes, outdoor guides, and photography stories inspired by wild landscapes.
</p>
</header>
<div class="grid grid--column-3--xl gap-2 margin-y-5">
<a class="thumb-button no-hover-focus" href="https://unsplash.com/@z734923105" target="_blank">
<p>
<span class="thumb-button__text">
The Northern Range
</span>
<span class="thumb-button__credit">
Photo by <span class="text-decoration-underline">Jerry Zhang</span>
</span>
</p>
<img class="thumb-button__image" src="./images/jerry-zhang-ePpaQC2c1xA-unsplash.jpg" alt="Placeholder" />
</a>
<a class="thumb-button no-hover-focus" href="https://unsplash.com/@onixion" target="_blank">
<p>
<span class="thumb-button__text">
Above the Alpine Lakes
</span>
<span class="thumb-button__credit">
Photo by <span class="text-decoration-underline">Alin Andersen</span>
</span>
</p>
<img class="thumb-button__image" src="./images/alin-andersen-f0SgAs27BYI-unsplash.jpg" alt="Placeholder" />
</a>
<a class="thumb-button no-hover-focus" href="https://unsplash.com/@lalalife" target="_blank">
<p>
<span class="thumb-button__text">
Mountain Rivers
</span>
<span class="thumb-button__credit">
Photo by <span class="text-decoration-underline">Deogyeon Hwang</span>
</span>
</p>
<img class="thumb-button__image" src="./images/deogyeon-hwang-zBLoozHjHwY-unsplash.jpg" alt="Placeholder" />
</a>
<a class="thumb-button no-hover-focus" href="https://unsplash.com/@weinraum" target="_blank">
<p>
<span class="thumb-button__text">
High Country Trails
</span>
<span class="thumb-button__credit">
Photo by <span class="text-decoration-underline">thomas henke</span>
</span>
</p>
<img class="thumb-button__image" src="./images/thomas-henke-mWk5pbVELDU-unsplash.jpg" alt="Placeholder" />
</a>
<a class="thumb-button no-hover-focus" href="https://unsplash.com/@heijmerikx" target="_blank">
<p>
<span class="thumb-button__text">
Wildlife at Dusk
</span>
<span class="thumb-button__credit">
Photo by <span class="text-decoration-underline">Rutger Heijmerikx</span>
</span>
</p>
<img class="thumb-button__image" src="./images/rutger-heijmerikx-iQiFZ_MnzKo-unsplash.jpg" alt="Placeholder" />
</a>
<a class="thumb-button no-hover-focus" href="https://unsplash.com/@kurti" target="_blank">
<p>
<span class="thumb-button__text">
Autumn in the Backcountry
</span>
<span class="thumb-button__credit">
Photo by <span class="text-decoration-underline">Kurt Liebhaeuser</span>
</span>
</p>
<img class="thumb-button__image" src="./images/kurt-liebhaeuser-CcWSIocNThA-unsplash.jpg" alt="Placeholder" />
</a>
</div>
</div>
</section>
</main>
<footer class="font-size-md" id="global-footer">
<h2 class="screen-reader-only">
Page Footer
</h2>
<div class="container narrow wide--lg padding-y-4">
<div class="grid grid--column-2 grid--column-4--lg gap-4">
<nav>
<p class="h6 margin-bottom-2">
Training
</p>
<ul class="nav">
<li>
<a href="#1">Workout Plans</a>
</li>
<li>
<a href="#1">Nutrition</a>
</li>
<li>
<a href="#1">Recovery</a>
</li>
<li>
<a href="#1">Technique</a>
</li>
<li>
<a href="#1">Coaching</a>
</li>
</ul>
</nav>
<nav>
<p class="h6 margin-bottom-2">
Gear
</p>
<ul class="nav">
<li>
<a href="#1">Footwear</a>
</li>
<li>
<a href="#1">Apparel</a>
</li>
<li>
<a href="#1">Equipment</a>
</li>
<li>
<a href="#1">Accessories</a>
</li>
<li>
<a href="#1">Sale</a>
</li>
</ul>
</nav>
<nav>
<p class="h6 margin-bottom-2">
Company
</p>
<ul class="nav">
<li>
<a href="#1">About Us</a>
</li>
<li>
<a href="#1">Careers</a>
</li>
<li>
<a href="#1">Press</a>
</li>
<li>
<a href="#1">Contact</a>
</li>
<li>
<a href="#1">Blog</a>
</li>
</ul>
</nav>
<div>
<a href="#1" title="Home" data-logo="brand">
<!-- Placeholder logo, replace the following <svg> tag with your own -->
<svg xmlns="http://www.w3.org/2000/svg" width="126" height="34" viewbox="0 0 126 34" role="img" aria-label="Placeholder Logo">
<g>
<polygon points="8 25 8 1 0 1 0 33 3 33 8 33 16 33 16 25 8 25"/>
<path d="M35,0A17,17,0,1,0,52,17,17,17,0,0,0,35,0Zm0,26a9,9,0,1,1,9-9A9,9,0,0,1,35,26Z"/>
<path d="M109,0a17,17,0,1,0,17,17A17,17,0,0,0,109,0Zm0,26a9,9,0,1,1,9-9A9,9,0,0,1,109,26Z"/>
<path d="M88.95,16H72v6h7.4824a9,9,0,1,1,0-10H88.25A17.0052,17.0052,0,1,0,89,17C89,16.6624,88.9689,16.3327,88.95,16Z"/>
</g>
</svg>
</a>
<p>
Journeys begin with landscapes that invite exploration and wonder.
</p>
<ul class="nav nav--horizontal font-size-sm">
<li>
<a class="button button--icon-only theme-dark border-radius-circle" href="#1" aria-label="Facebook">
<span class="icon icon-facebook" aria-hidden="true"></span>
</a>
</li>
<li>
<a class="button button--icon-only theme-dark border-radius-circle" href="#1" aria-label="Bluesky">
<span class="icon icon-bluesky" aria-hidden="true"></span>
</a>
</li>
<li>
<a class="button button--icon-only theme-dark border-radius-circle" href="#1" aria-label="Instagram">
<span class="icon icon-instagram" aria-hidden="true"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
<hr/>
<div class="container narrow wide--lg padding-y-2 font-size-sm">
<div class="display-flex justify-content-between">
<span>
© Copyright 2024. All rights reserved.
</span>
<a class="link" href="#" data-scroll="top">
<span class="icon icon-arrow-up" aria-hidden="true"></span>
<span class="text">Back to Top</span>
</a>
</div>
</div>
</footer>
<!-- Natura11y Javascript -->
<script src="../../../../dist/natura11y.js"></script>
</body>
</html>