-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
241 lines (241 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Tore M. Hirth" />
<meta name="keywords" content=" outdoor, adventures, travel, blog, activities, explore, exciting, inspiring" />
<meta
name="description"
content="Out n' About - Your ultimate travel blog for outdoor adventures. Explore exciting activities, discover hidden gems, and get inspired to embark on your next journey" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
as="style"
onload="this.rel='stylesheet'" />
<noscript
><link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
/></noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<script defer src="https://kit.fontawesome.com/c4115ef720.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/icon-x" href="./assets/logo/favicon.ico" />
<link rel="stylesheet" href="./css/styles.css" />
<script type="module" src="./js/views/index.mjs"></script>
<!-- Hotjar Tracking Code for Out n' About -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 5120796, hjsv: 6 };
a = o.getElementsByTagName("head")[0];
r = o.createElement("script");
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
</script>
<title>Home | Out 'n About</title>
</head>
<body class="body-index">
<div class="hero">
<div>
<header id="header-container">
<nav class="header-nav">
<div class="nav-links-left">
<a href="./contact/index.html" class="nav-link" title="contact me">Contact</a>
<a href="./about/index.html" class="nav-link" title="about me">about</a>
</div>
<figure class="logo-container">
<a href="/" title="home" class="logo-colour"
><img
class="logo"
src="./assets/logo/logo-orange.svg"
alt="logo inside a orange rotated square, with o and a in big letters, rest of letters are written beside them in small letters"
/></a>
<a href="/" title="home" class="logo-colour"
><img class="logo logo-text" src="./assets/logo/logo-name-white.svg" alt="written logo in big capitals"
/></a>
</figure>
<div class="nav-links-right">
<a href="./articles/index.html" class="nav-link articles" title="articles">Articles</a>
<a href="/" class="nav-link home current-page" title="home">Home</a>
<button id="nav-search-btn" type="button" class="zero-padding search-icon" title="search">
<span class="material-symbols-sharp size-32">search</span>
</button>
<div class="hamburger" title="hamburger menu">
<div class="hamburger-bar"></div>
</div>
</div>
</nav>
<!-- mobile nav -->
<aside class="mobile-nav">
<nav class="mobile-nav-links">
<a href="/" class="mobile-nav-link current-page">home</a>
<a href="./articles/index.html" class="mobile-nav-link">articles</a>
<a href="./about/index.html" class="mobile-nav-link">about</a>
<a href="./contact/index.html" class="mobile-nav-link">contact</a>
</nav>
<div class="some-icons-container">
<a href="https://www.facebook.com" target="_blank" class="mobile-some-link" title="facebook"
><span>facebook</span><i class="fa-brands fa-facebook"></i
></a>
<a href="https://www.instagram.com" target="_blank" class="mobile-some-link" title="instagram"
><span>instagram</span><i class="fa-brands fa-instagram"></i
></a>
<a href="https://www.twitter.com" target="_blank" class="mobile-some-link" title="twitter"
><span>twitter</span><i class="fa-brands fa-x-twitter"></i
></a>
<a href="https://www.github.com/torehirth" target="_blank" class="mobile-some-link" title="github"
><span>github</span><i class="fa-brands fa-github"></i
></a>
</div>
</aside>
<!-- search bar -->
<div class="outer-search-container">
<form id="search-form" action="/search" method="GET" class="search-form is-hidden">
<input required type="text" id="search-input" class="search-input" name="search" placeholder="Search blog posts..." />
</form>
<div class="search-content-container is-hidden">
<div class="search-content"></div>
</div>
</div>
</header>
<!-- landing section -->
<article class="landing-container">
<div class="index-top-heading-container">
<h2 class="index-sub-heading">Explore Nature's Playground with me</h2>
<h1 class="index-main-heading">Your inspiration to Outdoor adventures</h1>
<div class="landing-btn-down-wrapper">
<button id="landing-btn" type="button">
<span class="material-symbols-sharp landing-arrow-down size-32 weight-400">keyboard_arrow_down</span>
</button>
</div>
</div>
</article>
</div>
</div>
<main class="index-content" id="main-content">
<!-- intro section -->
<section class="grey-section">
<article class="intro-container">
<h2>welcome to my playground!</h2>
<figure>
<img class="intro-img" src="./assets/img/hu-chen-FZ0qzjVF_-c-unsplash.webp" alt="me climbing an overhanging cliff in Thailand" />
</figure>
<div class="intro-text-wrapper">
<p>I'm John, and I'm here to share my adventures in nature.</p>
<p>
Whether I'm climbing, casting a line into a crystal-clear water, carving fresh tracks down a mountain, or simply lacing up my boots for
a weekend trek, I believe that the best adventures are found outdoors.
</p>
<p>
Follow along as I document my journeys, share tips and tricks I've learned along the way, and inspire you to discover the magic of
nature's playground for yourself.
</p>
</div>
<a class="card-btn" href="./articles/index.html" title="to articles">Explore my articles</a>
</article>
</section>
<!-- News -->
<section class="white-section">
<div class="news-container">
<div class="subheading-wrapper">
<h2>news</h2>
<a href="./articles/index.html" class="plain-text-btn" title="to articles"
>View more<span class="font-weight-7 material-symbols-sharp">keyboard_arrow_right</span></a
>
</div>
<div id="news-wrapper" class="news-card-wrapper">
<!-- Loader -->
<div class="lds-ellipsis loader-center">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<a class="card-btn" href="" title="">Read more</a>
<!-- -->
</div>
</div>
</section>
<!-- Carousel -->
<section class="grey-section about-bottom-padding">
<div class="post-carousel-wrapper">
<div class="subheading-wrapper">
<h2>latest posts</h2>
<a href="./articles/index.html" class="plain-text-btn" title="to articles"
>View more<span class="font-weight-7 material-symbols-sharp">keyboard_arrow_right</span></a
>
</div>
<button class="carousel-arrow-left" id="prev-btn">
<span class="material-symbols-sharp size-32" hidden>keyboard_arrow_left</span>
</button>
<button class="carousel-arrow-right" id="next-btn">
<span class="material-symbols-sharp size-32" hidden>keyboard_arrow_right</span>
</button>
<div class="post-carousel" id="post-carousel">
<!-- Loader -->
<div class="lds-ellipsis loader-center">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="footer">
<div class="first-footer">
<div class="left-container">
<a href="/" class="footer-logo logo-colour"
><img src="./assets/logo/logo-without-frame-white.svg" alt="logo without orange frame" title="home"
/></a>
<nav class="footer-nav">
<a href="/" class="footer-nav-link current-page" title="home">home</a>
<a href="./articles/index.html" class="footer-nav-link" title="articles">articles</a>
<a href="./about/index.html" class="footer-nav-link" title="about me">about</a>
<a href="./contact/index.html" class="footer-nav-link" title="contact me">contact</a>
</nav>
</div>
<div class="right-container">
<div class="some-container">
<p>Follow me</p>
<div class="some-icons-container">
<a href="https://www.facebook.com" target="_blank" title="facebook" class="some-link"
><i class="fa-brands fa-facebook white-icon"></i
></a>
<a href="https://www.instagram.com" target="_blank" title="instagram" class="some-link"
><i class="fa-brands fa-instagram white-icon"></i
></a>
<a href="https://www.twitter.com" target="_blank" title="twitter" class="some-link"
><i class="fa-brands fa-x-twitter white-icon"></i
></a>
<a href="https://www.github.com/torehirth" target="_blank" title="github" class="some-link"
><i class="fa-brands fa-github white-icon"></i
></a>
</div>
</div>
<div class="top-btn-container">
<div class="top-btn" id="top-btn">
<button type="button" title="to top"><span class="material-symbols-sharp size-32 arrow-up">keyboard_arrow_up</span></button>
</div>
<p>top</p>
</div>
</div>
</div>
<div>
<p class="copyright">Copyright © 2024, Out 'n About. All rights reserved!</p>
</div>
</div>
</footer>
</body>
</html>