-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (31 loc) · 1.71 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
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1> Welcome to BahirDar, Ethiopia</h1>
<img src="images/bahir.jpg" alt="view of BahirDar"class="bigtana/">
<h2>Places to visit in Bahir Dar</h2>
<div class="big-div">
<div class="box">
<img src="images/th.jpg" alt="lake tana" id="box-img"/>
<h3>Lake Tana</h3>
<p> Lake Tana was formed by volcanic activity, blocking the course of inflowing rivers in the early Pleistocene epoch, about 5 million years ago.
The lake was originally much larger than it is today. Seven large permanent rivers feed the lake as well as 40 small seasonal rivers.</p>
</div>
<div class="box">
<img src="images/tis.jpg" alt="tis abay" class="box-img" />
<h3>Tis Abay</h3>
<p> Known locally as Tis Abay meaning "Great Smoke"the Blue Nile Falls are a testimony to Ethiopia's natural beauty. The Blue Nile Falls are the most dramatic falls anywhere on the Nile river system, and are at their most impressive in the rainy season from June to early September. </p>
</div>
<div class="box">
<img src="images/mo.jpg" alt="monasteries"class="box-img"/>
<h3>Tana Monastries</h3>
<p> The Monastery of Ura Kidane Mihret in Bahir Dar,Ethiopia is a stunningly beautiful and historically significant site. Built in the 13th century,</p>
</div>
<div class="last message">
<p>If you want to know more about Bahir,Dar please click this
<a href="#">Link</a></p>
</div>
</body>
</html>