-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (68 loc) · 2.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Happy+Monkey&display=swap" rel="stylesheet">
<link rel="stylesheet" href="main.css">
<title>hometown homepage</title>
</head>
<body>
<div class="bg-img"></div>
<div class="bg-txt">
<h1>Visit Juba South Sudan</h1>
<p>
Juba, the vibrant capital of South Sudan, is located along the majestic White Nile River in the southern part of the country.
</p>
</div>
<div >
<h2> Explore with me</h2>
<p>I am here to take you to places you will love</p>
</div>
<div class="grid">
<div>
<h2>Nimule National Park</h2>
<p>
South Sudan's smallest but most popular national park, home to a variety of game species including elephants, hippopotamuses, and crocodiles.
</p>
</div>
<div>
<img id="park-img" src="images/park.jpg" alt="elephant standing the calf">
</div>
<div>
<img src="images/sud.jpeg" alt="sud wetlands">
</div>
<div>
<h2>Sud Wetlands</h2>
<p>
one of the largest and most important wetland ecosystems in the world. The Sudd is a vast and complex area of swamps, channels, and lagoons, formed by the White Nile River.
</p>
</div>
<div>
<h2>Jebel Kujur</h2>
<p>
Jebel Kujur is a prominent hill located on the outskirts of Juba. It is one of the most recognizable natural landmarks in the area and holds cultural, historical, and recreational significance.
</p>
</div>
<div>
<img src="images/jebel.jpg" alt="Jebel kujur mountain">
</div>
<div>
<img src="images/culture.jpg" alt="two men wrestling">
</div>
<div>
<h2>Wrestling culture</h2>
<p>
Wrestling holds a deep cultural and social significance in South Sudan, It is more than just a sport; it is a traditional practice that fosters community cohesion
</p>
</div>
</div>
<ul id="list"></ul>
<div class="footer" >
<p>for more information click <button id="button">My Links</button> </p>
</div>
<script src="main.js"></script>
</body>
</html>