-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (52 loc) · 3.88 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
<!DOCTYPE html>
<html>
<head>
<title>Hometown Homepage: Kribi</title>
<link rel="stylesheet" href="styles.css">
<script src="/vite.config.js"></script>
</head>
<body>
<div class="header">
<h1>Visit KRIBI</h1>
<h3>Resort town and port in the South Region of Cameroon; renowned especially for its beautiful sandy beaches, impressive waterfalls, and intricate natural reserves.</h3>
</div>
<h2>Top things to do</h2>
<div class="activities">
<div class="activity" id="pygmies">
<img alt="pygmies encampment" src="https://discover-cameroon.com/wp-content/uploads/2021/05/Les-peuples-Bakas2.jpg">
<h3>Visit Pygmies encampment</h3>
<p>You will have the opportunity to visit the fascinating population of Pygmies who live few kilometers from the fall of the Lobe and Kribi. these are forest dwellers who are generally small, about 1.5m and feed mainly on hunting and fishing. Pygmies are characterised by their ancient rites, traditions, mesmerising songs, their magic dances, traditional medicine, and their uncommon hunting methods.</p>
</div>
<div class="activity" id="lobe">
<img alt="lobe falls" src="https://voyage.maresaonline.com/wp-content/uploads/2020/10/Visitez-les-chutes-de-la-lobe-Maresa-voyage.jpg">
<h3>Lobe waterfalls</h3>
<p>The Lobe Waterfalls are unique in Africa since it’s a waterfall that empties straight into the Atlantic Ocean! You go to visit it by a boat from a nearby beach, and after a short ride, you get right into the waterfall’s spray hitting the waves of the ocean. The waterfall is only about 20 meters / 65 feet high as the water pours over a ledge, but it’s quite wide and you can sail in a boat its entire length while being the mist. It’s one of the main attractions in Kribi and is worth every minute and every CFA franc you spend on it.</p>
</div>
<div class="activity" id="campo">
<img alt="campo" src="https://www.lavilledekribi.cm/photo/img_1689757882.jpg">
<h3>Campo Ma'an national park</h3>
<p>Located in the middle of Pygmy region and covering an area of 264000 ha, the Campo Wildlife Reserve (1932) and the Ma'an production reserve (1980) form this Park since 2000. The Campo-Ma'an National Park represents a natural phenomenon of exceptional beauty and aesthetic importance. The Park is a biodiversity hotspot, with a wide range of plant and animal species, including several taxonomic endemics. Mammal species include forest elephants, duikers, hippos, bush pigs, giant pangolins, black colobus, mandrills and leopards.</p>
</div>
<div class="activity" id="beach">
<img alt="beach" src="https://www.steppestravel.com/app/uploads/2019/06/beach-view-hotel-illomba-kribi-1024x768.jpg">
<h3>Beautiful sandy beaches</h3>
<p>Time stands still on this coastline bordered with coconut trees. In Kribi, authenticity and tranquillity reign along the 120 km of beautiful white sandy beaches.</p>
</div>
</div>
<div class="card">
<div >
<h3>Franklin D Kamela</h3>
<p><i>"I was born and bread in Kribi and lived there for the first 8years of my life. As your tour guide i will show you all the best parts and hidden secrets of this amazing destination"</i></p>
<h4>Thanks</h4>
</div>
<img class="avatar" src="G0069243.JPG" alt="avatar picture of myself">
</div>
<div class="review">
<button id="like_btn">LIKE</button>
<p>This site currently has <span id="count"></span> Likes.</p>
<p><input type="text" id="input_comment"/></p>
<button id="comment_btn">Comment</button>
<ul id="comments"></ul>
</div>
</body>
</html>