-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgame_reserve.html
executable file
·87 lines (84 loc) · 3.47 KB
/
game_reserve.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 href="nation_parks.html">nation parks</a></li>
<li><a class="active" 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>Tarangire</h5>
<p>Tarangire National Park has some of the highest population density of elephants as compared to anywhere in Tanzania. Located just a few hours drive from the town of Arusha, Tarangire is a popular stop for people travelling through the northern safari circuit on their way to Ngorongoro and the Serengeti. The park extends into two game controlled areas and the wildlife is allowed to move freely throughout.</p>
</section>
</article>
<article class="info_npark">
<aside class="image_data">
<div class="image fit"><img src="images/game2.jpg" alt="" /></div>
</aside>
<section class="info" >
<h5>Selous</h5>
<p>The Selous is a superb safari destination for both family safaris and African honeymoons, all the better for the ease of getting there and the lack of crowds. The park has the widest diversity of safari activities in the country, offering the boating safaris as well as standard game drives, walking safaris and legendary fly camping trips.</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>Mkomazi</h5>
<p>Set below the verdant slopes of the spectacular Usambara and Pare Eastern Arc Mountain Ranges and overseen by iconic snow – capped peak of Kilimanjaro, Mkomazi is a virgin breathtaking beauty exhibiting unique natural treasures and immense sense of space – which adds to the fulfillment of high visitor’s enjoyment expectations – a much needed bridge between northern circuit and coastal attractions.</p>
</section>
</article>
</aside>
<section class="visited">
<header >
<h2>Quick facts about Tanzania's national parks</h2>
</header>
<div class="data">
<h5>Mkomazi</h5>
<p>Every day, thousands of people pass within a few kilometers of Mkomazi on one of Tanzania’s busiest highways (Arusha- Dar-es-salaam)</p>
</div>
<div class="data">
<h5>Selous</h5>
<p>Africa's largest game reserve and one of favourite game viewing areas in Africa. Covering 50,000 square kilometres.</p>
</div>
<div class="data">
<h5>Katavi</h5>
<p>It offers un-spoilt wildlife viewing in the country’s third-largest national park, in a remote location far off the beaten track.</p>
</div>
<div class="data">
<h5>Tarangire</h5>
<p>It's sparse vegetation, strewn with baobab and acacia trees, makes it a beautiful and distinctive location to visit. </p>
</div>
</div>
</section>
</div>
</div>
<footer>Build by   <span>Benitoite © benitoite.co.tz </span></footer>
</body>
</html>