-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (78 loc) · 4.37 KB
/
index.html
File metadata and controls
84 lines (78 loc) · 4.37 KB
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to Asmara, Eritrea</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="hero">
<h1>Welcome to Asmara, the Jewel of Eritrea</h1>
<p>The heart of Eritrea, where modernist architecture meets rich cultural heritage</p>
</header>
<section class="about">
<h2>About Asmara</h2>
<p>
Asmara, the capital city of Eritrea, is often referred to as "Little Rome" due to its
remarkable Italian-inspired architecture. With its tree-lined streets, Art Deco buildings,
and rich history, Asmara is a city that combines the old and the new, tradition and modernity.
Located at an altitude of 2,325 meters (7,628 feet) above sea level, it enjoys a cool climate
throughout the year, perfect for leisurely strolls along its wide boulevards.
</p>
<p>
The city is a UNESCO World Heritage site, recognized for its well-preserved modernist architecture.
From cinemas to coffee houses, every corner of Asmara tells a story of its colonial past
intertwined with the cultural resilience of the Eritrean people.
</p>
</section>
<section class="landmarks">
<h2>Famous Landmarks in Asmara</h2>
<ul>
<li>
<h3>Fiat Tagliero Building</h3>
<p>An iconic service station with futuristic design, resembling an airplane with wings,
a true testament to Italian modernist architecture.</p>
</li>
<li>
<h3>Enda Mariam Orthodox Cathedral</h3>
<p>One of the most important religious sites in Eritrea, showcasing both traditional
and modern design elements in harmony.</p>
</li>
<li>
<h3>Cinema Impero</h3>
<p>Built in the 1930s, Cinema Impero is a beautiful Art Deco theater that still functions
today, making it one of the most preserved cinemas from that era.</p>
</li>
<li>
<h3>Asmara Cathedral (Catholic Cathedral of Asmara)</h3>
<p>A striking piece of Lombard-Romanesque architecture, this cathedral stands proudly
in the heart of the city.</p>
</li>
</ul>
</section>
<section class="culture">
<h2>The Culture of Asmara</h2>
<p>
Asmara is not just known for its architectural wonders but also for its rich culture.
The city is home to various festivals, from religious celebrations to cultural and
historical events that bring its streets to life. The blend of Eritrean traditions and
the remnants of Italian influence create a unique atmosphere, especially visible in
the local cuisine, music, and art.
</p>
<p>
The cafes in Asmara are a staple of the city’s social life. Influenced by Italy, the
culture of sipping strong coffee, while watching the world go by, is deeply ingrained
in the local lifestyle. The famous "macchiato" in Asmara is a must-try for any visitor.
</p>
</section>
<section class="image-gallery">
<h2>Gallery</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Asmara_Main_Street.jpeg/640px-Asmara_Main_Street.jpeg" alt="Asmara View 1" class="gallery-image">
<img src="https://whc.unesco.org/document/159059/t=l" alt="Asmara View 2" class="gallery-image">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2bX2cxqz5nVF76j0bFYWgC-iuJyFZHfkXbIqe7XGQ5uLPOTrlqQFZ4f37nvzsNFkAKPiGaxSVFUNX_9Cw9Q3tMxFp22JAsAjeR8b-GOt8im7K41abta4lgQ8klnXm4C3PWgOY7m218JA/w1200-h630-p-k-no-nu/asmara+eritrea.jpg" alt="Asmara View 3" class="gallery-image">
</section>
<footer class="footer">
<p>© 2024 Discover Asmara | Designed with love for Eritrea</p>
</footer>
</body>
</html>