-
Notifications
You must be signed in to change notification settings - Fork 4
/
nation_parks.html
executable file
·87 lines (84 loc) · 3.74 KB
/
nation_parks.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Safari Tanzania</title>
<link rel="stylesheet" type="text/css" href="css/nation.css">
</head>
<body>
<header class="safari">
<!-- log on write side -->
<div class="logo-safari">
<h1>Safari</h1>
<p id="logo-words">Explore the beauty of Tanzania</p>
</div>
<div>
</div>
<!-- right navigation bar -->
<nav id="nav">
<ul>
<li id="current"><a href="index.html">home</a></li>
<li><a class="active" href="nation_parks.html">nation parks</a></li>
<li><a href="game_reserve.html">game reserve</a></li>
</ul>
</nav>
</header>
<!-- contents -->
<div class="container">
<div class="npark-contents">
<aside class="details">
<article class="info_npark">
<aside class="image_data">
<div class="image fit"><img src="images/giraf.jpg" alt="" /></div>
</aside>
<section class="info" >
<h5>Serengeti</h5>
<p>The Park can be divided into 3 sections. The popular southern/central part (Seronera Valley), is what the Maasai called the “serengit”, the land of endless plains. It’s classic savannah, dotted with acacias and filled with wildlife. The western corridor is marked by the Grumeti River, and has more forests and dense bush. The north, Lobo area, meets up with Kenya’s Masai Mara Reserve, is the least visited section.</p>
</section>
</article>
<article class="info_npark">
<aside class="image_data">
<div class="image fit"><img src="images/jambo.jpg" alt="" /></div>
</aside>
<section class="info" >
<h5>Ngorongoro</h5>
<p>The main feature of the Ngorongoro Conservation Area include the Ngorongoro Crater, The Serengeti Plains that support about 2.0 millions migratory wildlife species of the Serengeti Mara-ecosystem and the catchment forest; the Northern Highland Forest Reserve known as 'Entim Olturot' in Maasai language. Other important features found in the NCA are the archaeological and palaeontological site located at Oldupai Gorge and the early human foot-prints that were discovered at Alaitole in Ngarusi area.</p>
</section>
</article>
<article class="info_npark">
<aside class="image_data">
<div class="image fit"><img src="images/sere.jpg" alt="" /></div>
</aside>
<section class="info" >
<h5>Manyara</h5>
<p>The alkaline soda of Lake Manyara is home to an incredible array of bird life that thrives on its brackish waters. Pink flamingo stoop and graze by the thousands colourful specks against the grey minerals of the lake shore. Yellow-billed storks swoop and corkscrew on thermal winds rising up from the escarpment, and herons flap their wings against the sun-drenched sky. Even reluctant bird-watchers will find something to watch and marvel at within the national park.</p>
</section>
</article>
</aside>
<section class="visited">
<header >
<h2>Quick facts about Tanzania's national parks</h2>
</header>
<div class="data">
<h5>Serengeti</h5>
<p>The best-known wildlife sanctuary in the world. Natural beauty,scientific value and the greatest concentration of plains game in Africa </p>
</div>
<div class="data">
<h5>Ngorongoro</h5>
<p>The multiple land use philosophy in the area is to maintain the peaceful co-existence of human and wildlife in a natural and traditional setting.</p>
</div>
<div class="data">
<h5>Manyara</h5>
<p>Located on the way to Ngorongoro Crater and the Serengeti, Lake Manyara National Park is worth a stop in its own right.</p>
</div>
<div class="data">
<h5>Mikumi</h5>
<p>Mikumi is Tanzania’s fourth-largest national park. With almost guaranteed wildlife sightings, it makes an ideal safari destination.</p>
</div>
</div>
</section>
</div>
</div>
<footer>Build by   <span>Benitoite © benitoite.co.tz </span></footer>
</body>
</html>