-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
413 lines (315 loc) · 16.5 KB
/
index.html
File metadata and controls
413 lines (315 loc) · 16.5 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
<!DOCTYPE html>
<html class="theme-dark" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Majestic Lion Digest • 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=Bebas+Neue&family=DM+Serif+Display:ital@0;1&family=Work+Sans:ital,wght@0,400;0,700;1,400;1,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 class="grid-layout wide" id="skip-header-target">
<div class="skip-links">
<a href="#main">
Jump to main content
</a>
<a href="#global-footer">
Jump to website footer
</a>
</div>
<header class="header font-size-md">
<div class="main-menu--bar--lg">
<div class="main-menu__logo margin-y-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>
<nav class="main-menu__nav" id="main-menu" aria-label="Main Menu">
<ul>
<li>
<button
class="dropdown"
data-toggle="dropdown"
aria-controls="menu-1"
aria-expanded="false"
data-hover="true"
>
<span class="text">Aliquet</span>
</button>
<ul class="dropdown__menu theme-primary--lg box-shadow-1--lg" id="menu-1">
<li>
<a href="#1">
Ornare
</a>
</li>
<li>
<a href="#1">
Malesuada
</a>
</li>
<li>
<a href="#1">
Viverra
</a>
</li>
</ul>
</li>
<li>
<a href="#1">
Neque
</a>
</li>
<li>
<a href="#1">
Aamet
</a>
</li>
<li>
<a href="#1">
Morbi
</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"
aria-expanded="false">
<span class="icon icon-menu"></span>
</button>
</div>
<div class="main-menu__actions">
<a class="button theme-primary" href="#1">
Tempor
</a>
</div>
</div>
</header>
<div class="banner">
<div class="backdrop backdrop--stack--lg">
<div class="backdrop__media ">
<img class="opacity-30--lg" src="./images/jean-wimmerlin-onzE7gzbyyM-unsplash.jpg" alt="" />
</div>
<div class="backdrop__cover justify-content-end">
<div class="margin-y-3 margin-y-6--lg">
<div class="container narrow text-shadow">
<h1 class="bebas text-color-primary">
The African savanna
</h1>
<p class="font-size-lg margin-bottom-1">
Lions, grasslands, and ancient migration routes shape one of the most dynamic ecosystems on Earth.
</p>
<span class="font-size-sm">
<em>
Photo by <a class="text-decoration-underline" href="https://unsplash.com/@jwimmerli" target="_blank">Jean Wimmerlin</a>
</em>
</span>
</div>
</div>
</div>
</div>
</div>
<main class="content">
<aside class="content__sidebar">
<nav class="container narrow--md position-sticky-top">
<ul class="nav padding-y-4">
<li>
<a class="button width-100" href="#1">
Overview
</a>
</li>
<li>
<a class="button width-100 clip-path-4" href="#1" aria-current="page">
Lion Behavior
</a>
</li>
<li>
<a class="button width-100 clip-path-5" href="#1">
Savanna Habitat
</a>
</li>
<li>
<a class="button width-100 clip-path-6" href="#1">
Pride Dynamics
</a>
</li>
<li>
<a class="button width-100 clip-path-7" href="#1">
Conservation
</a>
</li>
</ul>
</nav>
</aside>
<article class="content__body overflow-hidden">
<div class="container narrow margin-y-4 margin-y-6--lg">
<h2>The world of the African lion</h2>
<p>
African lions live in open savanna ecosystems where grasslands, scattered trees, and seasonal water sources shape daily life. Unlike most big cats, lions are highly social animals that live in family groups known as prides. Cooperation allows them to defend territory, raise cubs, and hunt larger prey across the plains.
</p>
<p>
Within each pride, complex relationships develop between related females, cubs, and a small number of dominant males. Their survival depends on healthy habitats, abundant prey, and the ability to move across large connected landscapes.
</p>
</div>
<figure class="container medium">
<ul class="grid grid--column-3--md gap-1 text-shadow text-align-center cats-3-up">
<li class="backdrop">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-60" src="./images/luke-tanis-IPRFX7CVVoU-unsplash.jpg" alt="Placeholder" />
</div>
<div class="backdrop__cover justify-content-end">
<div class="container medium margin-y-4">
<a class="h3 bebas margin-bottom-1 display-block" href="#1">
Territory
</a>
<span class="font-size-sm">
<em>
Photo by <a class="text-decoration-underline" href="https://unsplash.com/@saluken" target="_blank">Luke Tanis</a>
</em>
</span>
</div>
</div>
</li>
<li class="backdrop">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-60" src="./images/birger-strahl-4WzdySGib64-unsplash.jpg" alt="Placeholder" />
</div>
<div class="backdrop__cover justify-content-end">
<div class="container medium margin-y-4">
<a class="h3 bebas margin-bottom-1 display-block" href="#1">
Lion Pride
</a>
<span class="font-size-sm">
<em>
Photo by <a class="text-decoration-underline" href="https://unsplash.com/@vincefleming" target="_blank">Vince Fleming</a>
</em>
</span>
</div>
</div>
</li>
<li class="backdrop">
<div class="backdrop__media gradient-mask-bottom">
<img class="opacity-60" src="./images/kurt-cotoaga-huXZH43-qiw-unsplash.jpg" alt="Placeholder" />
</div>
<div class="backdrop__cover justify-content-end">
<div class="container medium margin-y-4">
<a class="h3 bebas margin-bottom-1 display-block" href="#1">
Cub Behavior
</a>
<span class="font-size-sm">
<em>
Photo by <a class="text-decoration-underline" href="https://unsplash.com/@kydroon" target="_blank">Kurt Cotoaga</a>
</em>
</span>
</div>
</div>
</li>
</ul>
</figure>
<div class="container narrow margin-y-4 margin-y-6--lg">
<h3>Life within the pride</h3>
<p>
Lions are one of the few big cats that live in stable social groups. Female lions often remain in the pride where they were born, forming a cooperative network that hunts together and protects young cubs.
</p>
<p>
Male lions typically defend territory and protect the pride from rival males. When new males take over, the structure of the pride can change dramatically, shaping the future of the group.
</p>
</div>
<figure class="padding-4 theme-primary margin-x-auto narrow cat-table">
<table class="table table--edge">
<caption>
<em>African Lion Statistics</em>
</caption>
<thead>
<tr>
<th scope="col">Category</th>
<th scope="col">Average</th>
</tr>
</thead>
<tbody>
<tr>
<td>Pride size</td>
<td>10–15 lions</td>
</tr>
<tr>
<td>Male weight</td>
<td>330–420 lbs</td>
</tr>
<tr>
<td>Female weight</td>
<td>260–300 lbs</td>
</tr>
<tr>
<td>Territory range</td>
<td>50–150 sq miles</td>
</tr>
<tr>
<td>Lifespan</td>
<td>10–14 years</td>
</tr>
</tbody>
</table>
</figure>
<div class="container narrow margin-y-4 margin-y-6--lg">
<h3>Why lions matter to ecosystems</h3>
<p>
As apex predators, lions help maintain balance across savanna ecosystems. Their presence influences prey populations, grazing patterns, and the health of the entire landscape.
</p>
<ul>
<li>
<p>
<strong>Prey balance</strong> Lions regulate populations of grazing animals, which helps prevent overgrazing and supports plant diversity.
</p>
</li>
<li>
<p>
<strong>Territory structure</strong> Lion territories shape wildlife movement patterns across the savanna.
</p>
</li>
<li>
<p>
<strong>Habitat protection</strong> Protecting lions often protects large landscapes that many species depend on.
</p>
</li>
<li>
<p>
<strong>Biodiversity impact</strong> Healthy lion populations signal a functioning and balanced ecosystem.
</p>
</li>
</ul>
</div>
</article>
</main>
<footer class="footer border-top">
<div class="container 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>
</body>
<!-- Natura11y Javascript -->
<script src="../../../../dist/natura11y.js"></script>
</html>