-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
810 lines (611 loc) · 20.4 KB
/
index.html
File metadata and controls
810 lines (611 loc) · 20.4 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
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
<!DOCTYPE html>
<html class="theme-canvas--prefers" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Verdant Trails Explorer • Natura11y</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:wght@400;700&display=swap" rel="stylesheet">
<!-- 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" class="text-color-primary">
<!-- 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>
</div>
<nav class="main-menu__nav" id="main-menu" aria-label="Main Menu">
<ul class="oswald">
<li>
<button
class="dropdown"
data-toggle="dropdown"
aria-controls="dropdown-1"
aria-expanded="false"
>
Trails
</button>
<ul class="dropdown__menu" id="dropdown-1">
<li>
<a href="#1">
Forest Trails
</a>
</li>
<li>
<a href="#1">
Thermal Valleys
</a>
</li>
<li>
<a href="#1">
River Crossings
</a>
</li>
</ul>
</li>
<li>
<a href="#1">
Wildlife
</a>
</li>
<li>
<a href="#1">
Destinations
</a>
</li>
<li>
<a href="#1">
Conservation
</a>
</li>
<li>
<a href="#1">
About
</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>
<div class="border-top padding-y-2">
<div class="container wide">
<ul class="breadcrumb">
<li>
<a href="#1">
Home
</a>
</li>
<li>
<a href="#1">
Destinations
</a>
</li>
<li class="text-color-primary">
Verdant Trails
</li>
</ul>
</div>
</div>
<main id="skip-header-target">
<article>
<header class="backdrop backdrop--fixed theme-dark" id="introduction">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-60 fade-on-scroll" src="./images/todd-cravens-Wny9v0ba1Us-unsplash.jpg" alt="Aerial view of winding forest trails and open valley landscape" />
</div>
<div class="backdrop__cover">
<div class="container narrow medium--lg text-align-center text-shadow margin-y-6">
<h1 class="banner-headline text-shadow--lg margin-bottom-4">
Hidden Trails and Landscapes Waiting to Be Explored
</h1>
<div class="narrow margin-x-auto">
<p>
Follow winding paths through forests, mineral terraces, and open valleys where nature reveals new discoveries around every turn.
</p>
<div class="display-flex justify-content-center text-transform-uppercase">
<button class="button button--icon-over-text">
<span class="button__icon 👉 theme-primary border-radius-circle">
<span class="icon icon-info" aria-hidden="true"></span>
</span>
<span class="button__text">Trails</span>
</button>
<button class="button button--icon-over-text">
<span class="button__icon 👉 theme-primary border-radius-circle">
<span class="icon icon-map-pin" aria-hidden="true"></span>
</span>
<span class="button__text">Wildlife</span>
</button>
<button class="button button--icon-over-text">
<span class="button__icon 👉 theme-primary border-radius-circle">
<span class="icon icon-calendar" aria-hidden="true"></span>
</span>
<span class="button__text">Explore</span>
</button>
</div>
</div>
</div>
</div>
<div class="backdrop__media__credit margin-1">
<p>
Photo by <a href="https://unsplash.com/@dkomov7" target="_blank">Daniil Komov</a> on Unsplash
</p>
</div>
</header>
<div class="container narrow wide--lg">
<div class="grid-sidebar--left grid--divider gap-5 margin-y-5">
<div class="grid-sidebar__minor-start">
<nav class="oswald">
<ul class="nav theme-light border-top border-color-primary padding-3 position-sticky-top">
<li>
<a href="#section-1">Overview</a>
</li>
<li>
<a href="#section-2">Trail Highlights</a>
</li>
<li>
<a href="#section-3">Landscape Features</a>
</li>
<li>
<a href="#section-4">Plan Your Visit</a>
</li>
</ul>
</nav>
</div>
<div class="grid-sidebar__major">
<div class="grid-sidebar__major__container">
<header>
<h2 id="section-1">
Exploring Landscapes Shaped by Water and Time
</h2>
</header>
<section>
<h3 class="screen-reader-only">
Overview
</h3>
<p>
Across valleys, forests, and geothermal basins, natural forces have shaped landscapes that feel both ancient and constantly evolving. Trails wind through environments where mineral terraces, rivers, and mountain ridges create unforgettable scenery.
</p>
<p>
These paths reveal ecosystems where wildlife, plant life, and geological activity interact in surprising ways. Every route offers a chance to experience how water, heat, and erosion slowly transform the land.
</p>
<p>
Visitors exploring these trails often discover quiet viewpoints, unusual rock formations, and the subtle sounds of nature moving through the landscape.
</p>
</section>
<hr/>
<section>
<h3 id="section-2">
Trail Highlights
</h3>
<p>
Many routes cross terrain influenced by geothermal activity, flowing rivers, and centuries of erosion. Steam vents, mineral deposits, and layered rock formations add character to the landscape.
</p>
<p>
These environments support a variety of plants and wildlife that thrive in changing soil conditions and shifting water sources.
</p>
<p>
Careful exploration helps preserve fragile habitats and ensures that these landscapes remain protected for future generations.
</p>
<figure>
<div class="backdrop backdrop--stack--lg theme-dark">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-70--lg fade-on-scroll" src="./images/michele-orallo-tnC-bjjdwHI-unsplash.jpg" alt="Colorful mineral terraces and geothermal landscape" />
</div>
<div class="backdrop__cover align-content-end">
<div class="container margin-y-5">
<p class="h2 oswald text-shadow margin-bottom-3">
Mineral terraces and evolving landscapes
</p>
<a class="button font-size-sm theme-primary" href="#1">
Explore This Area
</a>
</div>
</div>
</div>
<figcaption>
<p>
Photo by <a href="https://unsplash.com/@eberhardgross?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Eberhard Grossgasteiger</a> on Unsplash
</p>
</figcaption>
</figure>
</section>
<hr/>
<section>
<h3 id="section-3">
Landscape Highlights
</h3>
<p>
From dense forest canopies to open thermal valleys, each trail zone offers a distinct environment with its own character and wildlife.
</p>
<section>
<h4>
Forest Trails
</h4>
<p>
Quiet paths weave through dense trees where shade, wildlife, and flowing streams shape the experience.
</p>
</section>
<section>
<h4>
Thermal Valleys
</h4>
<p>
Hot springs and mineral terraces create unusual textures and colors across the terrain.
</p>
</section>
<section>
<h4>
Mountain Views
</h4>
<p>
Higher trails reveal wide panoramas of distant peaks and rolling valleys.
</p>
</section>
<section>
<h4>
River Crossings
</h4>
<p>
Clear streams and seasonal waterfalls bring movement and sound to the landscape.
</p>
</section>
<figure>
<div class="backdrop backdrop--stack--lg theme-dark">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-70--lg fade-on-scroll" src="./images/laura-seaman-rl_P7lbVULM-unsplash.jpg" alt="Scenic trail winding through open mountain terrain" />
</div>
<div class="backdrop__cover align-content-end">
<div class="container margin-y-5">
<p class="h2 oswald text-shadow margin-bottom-3">
New perspectives along every trail
</p>
<a class="button font-size-sm theme-primary" href="#1">
View Trail Map
</a>
</div>
</div>
</div>
<figcaption>
<p>
Photo by <a href="https://unsplash.com/@eberhardgross?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Eberhard Grossgasteiger</a> on Unsplash
</p>
</figcaption>
</figure>
</section>
<hr/>
<section>
<h3 id="section-4">
Planning Your Visit
</h3>
<p>
Knowing what to expect before you go helps you make the most of your time on the trails and travel responsibly.
</p>
<section>
<h4>
Trail Difficulty
</h4>
<p>
Routes range from gentle nature walks to longer hikes across rugged terrain.
</p>
</section>
<section>
<h4>
Seasonal Conditions
</h4>
<p>
Weather, snowmelt, and rainfall can change trail conditions throughout the year.
</p>
</section>
<section>
<h4>
Wildlife Awareness
</h4>
<p>
Many trails pass through habitats where animals live and move freely.
</p>
</section>
<section>
<h4>
Leave No Trace
</h4>
<p>
Responsible travel helps protect fragile ecosystems and keeps trails open for others.
</p>
</section>
</section>
<footer class="border-top font-size-sm margin-top-4 padding-top-3">
<div class="grid grid--column-3 gap-2 align-items-center">
<a class="button 👉 button--has-icon" href="#1">
<span class="icon icon-facebook"></span>
<span class="button__text">Share</span>
</a>
<a class="button 👉 button--has-icon" href="#1">
<span class="icon icon-bluesky"></span>
<span class="button__text">Post</span>
</a>
<a class="button 👉 button--has-icon" href="#1">
<span class="icon icon-mail"></span>
<span class="button__text">Send</span>
</a>
</div>
</footer>
</div>
</div>
</div>
</div>
</article>
<section class="theme-light overflow-hidden padding-y-5">
<div class="container narrow margin-bottom-4 text-align-center">
<h2 class="text-color-primary">
More Places to Explore
</h2>
<p>
Discover landscapes shaped by natural forces, from geothermal valleys to mountain waterfalls.
</p>
</div>
<div class="container narrow wide--lg">
<div class="grid grid--column-2--md grid--column-4--lg gap-2 align-items-center">
<div class="card theme-canvas theme-canvas--prefers font-size-md">
<img src="./images/rick-majors-6XxMyMyAmdA-unsplash.jpg" alt="Steam rising from geothermal hot springs and mineral terraces"/>
<div class="card__body">
<h3 class="h5">
Thermal Basins
</h3>
<p>
Steam vents and mineral terraces reveal geothermal activity beneath the surface.
</p>
<p class="font-size-sm">
Photo by
<a href="https://unsplash.com/@rmajors" target="_blank">Rick Majors</a>
on Unsplash
</p>
</div>
<div class="card__foot font-size-sm">
<button class="button button--disperse theme-primary">
<span class="button__text">Explore</span>
<span class="icon icon-arrow-right"></span>
</button>
</div>
</div>
<div class="card theme-canvas theme-canvas--prefers font-size-md">
<img src="./images/mana5280--B1viOzKfRk-unsplash.jpg" alt="Open grassy plains with grazing wildlife in the distance"/>
<div class="card__body">
<h3 class="h5">
Wildlife Plains
</h3>
<p>
Open terrain provides habitat for grazing animals and migratory species.
</p>
<p class="font-size-sm">
Photo by
<a href="https://unsplash.com/@mana5280" target="_blank">mana5280</a>
on Unsplash
</p>
</div>
<div class="card__foot font-size-sm">
<button class="button button--disperse theme-primary">
<span class="button__text">Discover</span>
<span class="icon icon-arrow-right"></span>
</button>
</div>
</div>
<div class="card theme-canvas theme-canvas--prefers font-size-md">
<img src="./images/seth-cottle-eeoXwem688U-unsplash.jpg" alt="Mountain waterfall cascading over steep rocky terrain"/>
<div class="card__body">
<h3 class="h5">
Mountain Waterfalls
</h3>
<p>
Snowmelt and seasonal rain create dramatic waterfalls across steep terrain.
</p>
<p class="font-size-sm">
Photo by
<a href="https://unsplash.com/@sethcottle" target="_blank">Seth Cottle</a>
on Unsplash
</p>
</div>
<div class="card__foot font-size-sm">
<button class="button button--disperse theme-primary">
<span class="button__text">Explore</span>
<span class="icon icon-arrow-right"></span>
</button>
</div>
</div>
<div class="card theme-canvas theme-canvas--prefers font-size-md">
<img src="./images/jeffrey-hamilton-7a-1LBwYtmI-unsplash.jpg" alt="River winding through a valley between rocky cliffs"/>
<div class="card__body">
<h3 class="h5">
River Valleys
</h3>
<p>
Rivers shape the land as they cut through rock and carry minerals downstream.
</p>
<p class="font-size-sm">
Photo by
<a href="https://unsplash.com/@pistos" target="_blank">Jeffrey Hamilton</a>
on Unsplash
</p>
</div>
<div class="card__foot font-size-sm">
<button class="button button--disperse theme-primary">
<span class="button__text">Discover</span>
<span class="icon icon-arrow-right"></span>
</button>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="font-size-sm" 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>
<div class="text-color-primary margin-bottom-3">
<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>
</div>
<p>
<strong>Verdant Trails</strong>
</p>
<ul class="nav">
<li>
<a href="#1">About Us</a>
</li>
<li>
<a href="#1">Contact</a>
</li>
<li>
<a href="#1">Press</a>
</li>
</ul>
</nav>
<nav>
<p>
<strong>Explore</strong>
</p>
<ul class="nav">
<li>
<a href="#1">Forest Trails</a>
</li>
<li>
<a href="#1">Thermal Valleys</a>
</li>
<li>
<a href="#1">River Crossings</a>
</li>
<li>
<a href="#1">Mountain Views</a>
</li>
<li>
<a href="#1">Wildlife Plains</a>
</li>
<li>
<a href="#1">Trail Map</a>
</li>
</ul>
</nav>
<nav>
<p>
<strong>Plan</strong>
</p>
<ul class="nav">
<li>
<a href="#1">Trail Difficulty</a>
</li>
<li>
<a href="#1">Seasonal Guide</a>
</li>
<li>
<a href="#1">Wildlife Awareness</a>
</li>
<li>
<a href="#1">Leave No Trace</a>
</li>
<li>
<a href="#1">Accessibility</a>
</li>
<li>
<a href="#1">FAQs</a>
</li>
</ul>
</nav>
<nav>
<p>
<strong>Connect</strong>
</p>
<ul class="nav">
<li>
<a href="#1">Newsletter</a>
</li>
<li>
<a href="#1">Instagram</a>
</li>
<li>
<a href="#1">Facebook</a>
</li>
</ul>
</nav>
</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 href="#" data-scroll="top">
Back to Top
</a>
</div>
</div>
</footer>
<!-- Natura11y Javascript -->
<script src="../../../../dist/natura11y.js"></script>
<script>
const fadeOnScrollEls = document.querySelectorAll('.fade-on-scroll');
let observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
const el = entry.target; // reference the current element being processed
if (entry.isIntersecting) {
let opacity = entry.intersectionRatio;
el.style.opacity = opacity;
} else if (entry.boundingClientRect.top < 0) {
el.style.opacity = 0;
}
});
}, {
threshold: Array.from({length: 101}, (_, i) => i * 0.01)
});
fadeOnScrollEls.forEach(el => {
observer.observe(el);
});
</script>
</body>
</html>