-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
179 lines (179 loc) · 6.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./images/logo.png" type="image/png" />
<link rel="stylesheet" href="./dist/css/main.css" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<title>A Hiking guide</title>
</head>
<body>
<header id="start">
<nav>
<img
src="./images/logo.png"
alt="Logo"
id="logo"
data-aos="zoom-in"
data-aos-delay="500"
/>
<ul class="hide">
<li data-aos="zoom-in" data-aos-delay="600">Equipment</li>
<li data-aos="zoom-in" data-aos-delay="700">About us</li>
<li data-aos="zoom-in" data-aos-delay="800">Blog</li>
</ul>
<img
src="./images/account.png"
alt="account"
id="account"
data-aos="zoom-in"
data-aos-delay="900"
/>
<div class="menuBtn">
<span class="menuBurger"></span>
</div>
</nav>
<section class="hero">
<div class="sideBar" data-aos="zoom-in" data-aos-delay="2000">
<p>Follow us</p>
<a href="https://www.instagram.com/" target="_blank">
<img src="./images/instagram.png" alt="instagram" class="hide"
/></a>
<a href="https://www.twitter.com/" target="_blank">
<img src="./images/twitter.png" alt="twitter" class="hide" />
</a>
</div>
<div data-aos="fade-up" data-aos-delay="1300">
<div class="subheader">
<div class="underline"></div>
<h3>A Hiking guide</h3>
</div>
<h1>Be prepared for the Mountains and beyond!</h1>
<a href="#first" id="scroll">
<p>scroll down</p>
<img src="./images/arrowDown.png" alt="arrow" id="arrow" />
</a>
</div>
<div class="slider">
<ul>
<li data-aos="zoom-in" data-aos-delay="2000" data-num="start">
<a href="#start">Start</a>
</li>
<li data-aos="zoom-in" data-aos-delay="2300" data-num="1">
<a href="#first" id="scroll">01</a>
</li>
<li data-aos="zoom-in" data-aos-delay="2600" data-num="2">
<a href="#essentials">02</a>
</li>
<li data-aos="zoom-in" data-aos-delay="2900" data-num="3">
<a href="#key">03</a>
</li>
</ul>
<div class="progress">
<div></div>
</div>
</div>
</section>
</header>
<main>
<section class="mainSection" id="first">
<article data-aos="fade-right">
<div class="subheader">
<div class="underline"></div>
<h3>Get Started</h3>
</div>
<div>
<h1>What level of hiker are you?</h1>
<p>
Determining what level of hiker you are can be an important tool
when planning future hikes. This hiking level guide will help you
plan hikes according to different hike ratings set by various
websites like All Trails and Modern Hiker. What type of hiker are
you - novice, moderate, advanced moderate, expert, or expert
backpacker?
</p>
</div>
<div class="readMore">
<p>read more</p>
<img src="./images/readMoreArrow.png" alt="arrow" />
</div>
</article>
<img src="./images/getStarted.png" alt="IMG" data-aos="fade-left" />
</section>
<section class="mainSection essentials" id="essentials">
<img src="./images/essentials.png" alt="IMG" data-aos="fade-right" />
<article data-aos="fade-left">
<div class="subheader">
<div class="underline"></div>
<h3>Hiking Essentials</h3>
</div>
<div>
<h1>Picking the right Hiking Gear!</h1>
<p>
The nice thing about beginning hiking is that you don’t really
need any special gear, you can probably get away with things you
already have. Let’s start with clothing. A typical mistake hiking
beginners make is wearing jeans and regular clothes, which will
get heavy and chafe wif they get sweaty or wet.
</p>
</div>
<div class="readMore">
<p>read more</p>
<img src="./images/readMoreArrow.png" alt="arrow" />
</div>
</article>
</section>
<section class="mainSection" id="key">
<article data-aos="fade-right">
<div class="subheader">
<div class="underline"></div>
<h3>Where you go is the key</h3>
</div>
<div>
<h1>Understand Your Map & Timing</h1>
<p>
To start, print out the hiking guide and map. If it’s raining,
throw them in a Zip-Lock bag. Read over the guide, study the map,
and have a good idea of what to expect. I like to know what my
next landmark is as I hike. For example, I’ll read the guide and
know that say, in a mile, I make a right turn at the junction..
</p>
</div>
<div class="readMore">
<p>read more</p>
<img src="./images/readMoreArrow.png" alt="arrow" />
</div>
</article>
<img src="./images/compass.png" alt="IMG" data-aos="fade-left" />
</section>
</main>
<footer>
<article>
<img src="./images/logo.png" alt="LOGO" />
<p>Get out there & discover your next slope, mountain & destination!</p>
</article>
<article>
<p>More on The Blog</p>
<ul>
<li>About MNTN</li>
<li>Contributors & Writers</li>
<li>Write For Us</li>
<li>Contact Us</li>
<li>Privacy Policy</li>
</ul>
</article>
<article>
<p>More on MNTN</p>
<ul>
<li>The Team</li>
<li>Jobs</li>
<li>Press</li>
</ul>
</article>
</footer>
</body>
<script src="./main.js"></script>
</html>