-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
401 lines (358 loc) · 20.5 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
<!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">
<title>Let's hike!</title>
<meta name="author" content="">
<meta name="description" content="">
<meta property="og:image" content="">
<link rel="stylesheet" href="./assets/styles.css">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon-16x16.png">
</head>
<body class="bg-black antialiased">
<div class="p-8 md:p-12 lg:px-24 mx-auto bg-black text-white" style="max-width: 90rem;">
<div class="p-0 sm:px-8 md:px-12 flex justify-between items-center">
<a href="./">
<img src="./assets/movement-spontaneous-logo.svg" class="h-8 w-auto" alt="Movement Spontaneous Logo">
</a>
<div class="flex space-x-8">
<a href="">Hikes</a>
<a href="">Team</a>
<a href="">Parthers</a>
</div>
</div>
</div>
<div class="px-8 md:px-12 lg:px-24 mx-auto bg-black text-white" style="max-width: 90rem;">
<div class="flex flex-col relative">
<div class="absolute w-full inset-x-0 top-24 md:top-48 lg:top-64 px-4 md:px-12 lg:px-24 text-center z-20">
<h1 class="mx-auto max-w-md leading-snug">Night hiking and outdoor adventures</h1>
</div>
<video class="rounded opacity-60 sticky top-8 md:top-12 lg:top-24 w-full h-80 md:h-auto" autoplay muted loop poster="">
<source src="./assets/header-video.mp4" type="video/mp4">
</video>
<div class="z-20 px-4 md:px-12 lg:px-24">
<div class="text-center max-w-md mx-auto">
<p class="text-lg md:text-2xl my-48 md:my-80">We organise regular outdoor activities, collect experiences and train together for international expeditions, kayaking trips and mountain climbing challenges</p>
<p class="hidden font-bold text-2xl md:text-4xl mb-4">12706 km</p>
<p class="hidden text-lg md:text-2xl mb-48 md:mb-80">That’s how much we have hiked since 2015 when first event was organised</p>
</div>
</div>
</div>
</div>
<div class="px-8 py-16 md:px-12 md:py-24 lg:px-24 lg:py-32 mx-auto bg-black text-white" style="max-width: 90rem;">
<div class="p-0 sm:px-8 md:px-12">
<div class="max-w-xl">
<h2>Featured hikes</h2>
<p>As part of our team training we organise outdoor hikes, kayaking trips and climbing trainings every month. However not all our events are publically announced. Collect badges by Movement Spontaneous and get access to MS calendar and more experiences.</p>
</div>
</div>
</div>
<div class=" mx-auto bg-black text-white" style="max-width: 90rem;">
<div class="relateive">
<div class="flex overflow-x-scroll hide-scrollbar space-x-4 px-8 md:px-12 lg:px-24">
<div class="w-3/4 sm:1/2 md:w-1/3 h-[24rem] lg:h-[32rem] flex-none rounded cursor-pointer bg-cover bg-center bg-black" style="background-image: url('./assets/hikes/hike-bg-1.jpg');">
<div class="flex flex-col justify-between h-full hover:backdrop-blur-xl transition duration-75 p-4 rounded group">
<div class="flex flex-col md:flex-row items-start justify-between">
<h4 class="mr-4 mb-2">Crossing Iceland in Crocs</h4>
<span class="flex-none px-2 py-1 text-xs font-bold bg-[#FFD600] text-black rounded-full">COMING SOON</span>
</div>
<div class="flex justify-between items-end transition opacity-0 group-hover:opacity-100">
<div>
<span>Iceland</span>
<br>
<span>9 Jun 2023</span>
</div>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 4L8.84645 6.98858L17.0114 15.1536L20 4ZM4.70711 20.7071L14.3431 11.0711L12.9289 9.65685L3.29289 19.2929L4.70711 20.7071Z" fill="white"/>
</svg>
</div>
</div>
</div>
<div class="w-3/4 sm:1/2 md:w-1/3 h-[24rem] lg:h-[32rem] flex-none rounded cursor-pointer bg-cover bg-center bg-black" style="background-image: url('./assets/hikes/hike-bg-2.jpg');">
<div class="flex flex-col justify-between h-full hover:backdrop-blur-xl transition duration-75 p-4 rounded group">
<h4>Olaine Christmas Hike</h4>
<div class="flex justify-between items-end transition opacity-0 group-hover:opacity-100">
<div>
<span>Olaine, Latvia</span>
<br>
<span>23 Dec 2022</span>
</div>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 4L8.84645 6.98858L17.0114 15.1536L20 4ZM4.70711 20.7071L14.3431 11.0711L12.9289 9.65685L3.29289 19.2929L4.70711 20.7071Z" fill="white"/>
</svg>
</div>
</div>
</div>
<div class="hidden w-3/4 sm:1/2 md:w-1/3 h-[24rem] lg:h-[32rem] flex-none rounded cursor-pointer bg-cover bg-center bg-black" style="background-image: url('./assets/placeholder-hike.png');">
<div class="flex flex-col justify-between h-full hover:backdrop-blur-xl transition duration-75 p-4 rounded group">
<h4>Spontaneous Micro Hike</h4>
<div class="flex justify-between items-end transition opacity-0 group-hover:opacity-100">
<div >
<span>Balozi, Latvia</span>
<br>
<span>7 Dec 2022</span>
</div>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 4L8.84645 6.98858L17.0114 15.1536L20 4ZM4.70711 20.7071L14.3431 11.0711L12.9289 9.65685L3.29289 19.2929L4.70711 20.7071Z" fill="white"/>
</svg>
</div>
</div>
</div>
<div class="w-3/4 sm:1/2 md:w-1/3 h-[24rem] lg:h-[32rem] flex-none rounded cursor-pointer bg-cover bg-center bg-black" style="background-image: url('./assets/hikes/hike-bg-4.jpg');">
<div class="flex flex-col justify-between h-full hover:backdrop-blur-xl transition duration-75 p-4 rounded group">
<h4>Spontaneous Micro Hike</h4>
<div class="flex justify-between items-end transition opacity-0 group-hover:opacity-100">
<div>
<span>Balozi, Latvia</span>
<br>
<span>7 Dec 2022</span>
</div>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 4L8.84645 6.98858L17.0114 15.1536L20 4ZM4.70711 20.7071L14.3431 11.0711L12.9289 9.65685L3.29289 19.2929L4.70711 20.7071Z" fill="white"/>
</svg>
</div>
</div>
</div>
<div class="w-3/4 sm:1/2 md:w-1/3 h-[24rem] lg:h-[32rem] flex-none rounded cursor-pointer bg-cover bg-center bg-black" style="background-image: url('./assets/hikes/hike-bg-3.jpg');">
<div class="flex flex-col justify-between h-full hover:backdrop-blur-xl transition duration-75 p-4 rounded group">
<h4>Wild Sauna Hike</h4>
<div class="flex justify-between items-end transition opacity-0 group-hover:opacity-100">
<div>
<span>Jelgava</span>
<br>
<span>17 Nov 2022</span>
</div>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 4L8.84645 6.98858L17.0114 15.1536L20 4ZM4.70711 20.7071L14.3431 11.0711L12.9289 9.65685L3.29289 19.2929L4.70711 20.7071Z" fill="white"/>
</svg>
</div>
</div>
</div>
</div>
<div class="px-8 mt-16 md:px-12 md:mt-24 lg:px-24 lg:mt-32 mx-auto bg-black" style="max-width: 90rem;">
<div class="h-px bg-white"></div>
</div>
<div class="px-8 py-16 md:px-12 md:py-24 lg:px-24 lg:py-32 mx-auto bg-black text-white" style="max-width: 90rem;">
<div class="p-0 sm:px-8 md:px-12 grid grid-cols-1 md:grid-cols-2 gap-16 md:gap-24">
<div class="max-w-xl">
<h4>Upcoming hikes</h4>
<p>All our upcoming public events are announced on Facebook, join our community and don’t miss out on the next adventure.</p>
<p><a href="" target="_blank" class="border-b border-white/60 hover:border-none">Join our Facebook group</a></p>
</div>
<div class="max-w-xl">
<h4>More hikes</h4>
<p>All our past events are archived on Movement Spontaneous Flickr account. Feel free to check them out and get inspired.</p>
<p><a href="" target="_blank" class="border-b border-white/60 hover:border-none">Check out photos on Flickr</a></p>
</div>
</div>
</div>
<div class="w-full bg-slate-900 white flex items-center justify-center">
<img src="assets/map.jpg">
</div>
<div class="px-8 py-16 md:px-12 md:py-24 lg:px-24 lg:py-32 mx-auto bg-white text-black" style="max-width: 90rem;">
<div class="p-0 sm:px-8 md:px-12">
<div class="max-w-xl">
<h2>Team Spontaneous</h2>
<p>Group of like-minded people aimed to make your life more adventurous. Do you feel like joining our team? Just send us an e-mail and we will come back to you as soon as we can.</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-x-4 gap-y-8 sm:gap-8 mt-16 md:mt-24 lg:mt-32">
<div class="flex space-x-2 sm:space-x-4 items-center">
<img src="./assets/placeholder-team.png" alt="" class="h-12 sm:h-16 w-12 sm:w-16 flex-none rounded-full">
<div class="">
<span class="font-bold">Full Name</span>
<br>
<span class="opacity-60">47 hikes</span>
</div>
</div>
<div class="flex space-x-2 sm:space-x-4 items-center">
<img src="./assets/placeholder-team.png" alt="" class="h-12 sm:h-16 w-12 sm:w-16 flex-none rounded-full">
<div class="">
<span class="font-bold">Full Name</span>
<br>
<span class="opacity-60">47 hikes</span>
</div>
</div>
<div class="flex space-x-2 sm:space-x-4 items-center">
<img src="./assets/placeholder-team.png" alt="" class="h-12 sm:h-16 w-12 sm:w-16 flex-none rounded-full">
<div class="">
<span class="font-bold">Full Name</span>
<br>
<span class="opacity-60">47 hikes</span>
</div>
</div>
<div class="flex space-x-2 sm:space-x-4 items-center">
<img src="./assets/placeholder-team.png" alt="" class="h-12 sm:h-16 w-12 sm:w-16 flex-none rounded-full">
<div class="">
<span class="font-bold">Full Name</span>
<br>
<span class="opacity-60">47 hikes</span>
</div>
</div>
<div class="flex space-x-2 sm:space-x-4 items-center">
<img src="./assets/placeholder-team.png" alt="" class="h-12 sm:h-16 w-12 sm:w-16 flex-none rounded-full">
<div class="">
<span class="font-bold">Full Name</span>
<br>
<span class="opacity-60">47 hikes</span>
</div>
</div>
<div class="flex space-x-2 sm:space-x-4 items-center">
<img src="./assets/placeholder-team.png" alt="" class="h-12 sm:h-16 w-12 sm:w-16 flex-none rounded-full">
<div class="">
<span class="font-bold">Full Name</span>
<br>
<span class="opacity-60">47 hikes</span>
</div>
</div>
<div class="flex space-x-2 sm:space-x-4 items-center">
<img src="./assets/placeholder-team.png" alt="" class="h-12 sm:h-16 w-12 sm:w-16 flex-none rounded-full">
<div class="">
<span class="font-bold">Full Name</span>
<br>
<span class="opacity-60">47 hikes</span>
</div>
</div>
<div class="flex space-x-2 sm:space-x-4 items-center">
<img src="./assets/placeholder-team.png" alt="" class="h-12 sm:h-16 w-12 sm:w-16 flex-none rounded-full">
<div class="">
<span class="font-bold">Full Name</span>
<br>
<span class="opacity-60">47 hikes</span>
</div>
</div>
<div class="flex space-x-2 sm:space-x-4 items-center">
<img src="./assets/placeholder-team.png" alt="" class="h-12 sm:h-16 w-12 sm:w-16 flex-none rounded-full">
<div class="">
<span class="font-bold">Full Name</span>
<br>
<span class="opacity-60">47 hikes</span>
</div>
</div>
<div class="flex space-x-2 sm:space-x-4 items-center">
<img src="./assets/placeholder-team.png" alt="" class="h-12 sm:h-16 w-12 sm:w-16 flex-none rounded-full">
<div class="">
<span class="font-bold">Full Name</span>
<br>
<span class="opacity-60">47 hikes</span>
</div>
</div>
<div class="flex space-x-2 sm:space-x-4 items-center">
<img src="./assets/placeholder-team.png" alt="" class="h-12 sm:h-16 w-12 sm:w-16 flex-none rounded-full">
<div class="">
<span class="font-bold">Full Name</span>
<br>
<span class="opacity-60">47 hikes</span>
</div>
</div>
<div class="flex space-x-2 sm:space-x-4 items-center">
<img src="./assets/placeholder-team.png" alt="" class="h-12 sm:h-16 w-12 sm:w-16 flex-none rounded-full">
<div class="">
<span class="font-bold">Full Name</span>
<br>
<span class="opacity-60">47 hikes</span>
</div>
</div>
</div>
</div>
</div>
<div class="px-8 py-16 md:px-12 md:py-24 lg:px-24 lg:py-32 mx-auto bg-black text-white" style="max-width: 90rem;">
<div class="p-0 sm:px-8 md:px-12">
<div class="max-w-xl">
<h2>Our partners and friends</h2>
<p>We have partnerships with great companies to inspire an active, healthy and exploration driven future for our society. Let us know if you would like to become our partner.</p>
</div>
<div class="grid grid-cols-3 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 gap-4 mt-16 md:mt-24 lg:mt-32">
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
<div class="flex items-center justify-center p-4 sm:p-8 rounded bg-white/5">
<img src="./assets/placeholder-partner.png" alt="" class="w-full max-w-16 h-auto">
</div>
</div>
<div class="max-w-xl mt-16 md:mt-24 lg:mt-32">
<h2>Support us</h2>
<p>Help us continue providing night hiking events and expeditions with funding for emergency radios, safety tools, glowsticks, event badges, maps and other outdoor equipment. (include instruction for how to buy)</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-16 md:mt-24 lg:mt-32">
<div>
<img src="./assets/product/1.jpg" alt="" class="w-full h-auto rounded">
<p>Purchase t-shirt. Available colors and sizes.</p>
</div>
<div>
<img src="./assets/product/2.jpg" alt="" class="w-full h-auto rounded">
<p>Purchase hike map. Available options.</p>
</div>
</div>
</div>
</div>
<div class="px-8 md:px-12 lg:px-24 mx-auto bg-black" style="max-width: 90rem;">
<div class="h-px bg-white"></div>
</div>
<div class="p-8 md:px-12 lg:px-24 mt-16 mx-auto bg-black text-white" style="max-width: 90rem;">
<div class="p-0 sm:px-8 md:px-12 flex justify-between items-center flex-col sm:flex-row space-y-16 sm:space-y-0 sm:space-x-8">
<div class="flex space-x-8">
<a href="">
<img src="./assets/icn/facebook.svg" class="" alt="">
</a>
<a href="">
<img src="./assets/icn/instagram.svg" class="" alt="">
</a>
<a href="">
<img src="./assets/icn/flickr.svg" class="" alt="">
</a>
<a href="">
<img src="./assets/icn/youtube.svg" class="" alt="">
</a>
</div>
<div class="flex space-x-8">
<a href="">Hikes</a>
<a href="">Team</a>
<a href="">Parthers</a>
</div>
</div>
<img src="./assets/logo.png" class="h-12 w-auto mx-auto mt-16 md:mt-24 lg:mt-32" alt="Movement Spontaneous Logo">
</div>
</body>
</html>