-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplaces.html
More file actions
227 lines (227 loc) · 11.1 KB
/
Copy pathplaces.html
File metadata and controls
227 lines (227 loc) · 11.1 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
href="https://fonts.googleapis.com/css2?family=Raleway:wght@700&family=Oleo+Script:wght@700&family=Quicksand:wght@300;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="shared.css" />
<link rel="stylesheet" href="places.css" />
<title>Travel Goals</title>
</head>
<body>
<header>
<div id="page-logo">
<a href="./">Travel Goals</a>
</div>
<nav>
<ul>
<li><a href="places.html">Destinations</a></li>
<li><a href="">About</a></li>
</ul>
</nav>
</header>
<main>
<ul>
<li>
<img src="images/places/makkah.webp" alt="City of Makkah" />
<div class="item-content">
<div>
<h2>Makkah</h2>
<p>
Mecca, officially Makkah al-Mukarramah (Arabic: مكة المكرمة,
romanized: Makkat al-Mukarramah, lit. 'Makkah the Noble', Hejazi
pronunciation: [makːa almʊkarːama]) and commonly shortened to
Makkah (Arabic: مكة, romanized: Makkah, Hejazi pronunciation:
[makːa]),[a] is a city and administrative center of the Mecca
Province of Saudi Arabia, and the holiest city in Islam...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Mecca" target="_blank"
>Explore</a
>
</div>
</div>
</li>
<li>
<img src="images/places/dubai.webp" alt="City of Dubai" />
<div class="item-content">
<div>
<h2>Dubai</h2>
<p>
Dubai (/duːˈbaɪ/, doo-BY; Arabic: دبي, romanized: Dubayy, IPA: [dʊˈbajj], Gulf Arabic pronunciation: [dəˈbaj]) is the most populous city in the United Arab Emirates (UAE) and the capital of the Emirate of Dubai.[3][4][5] Established in the 18th century as a small fishing village, the city grew rapidly in the early 21st century with a focus on tourism and hospitality,[6] having the second most five-star hotels in the world,[7] and the tallest building in the world, the Burj Khalifa.[8]...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Dubai" target="_blank"
>Explore →</a
>
</div>
</div>
</li>
<li>
<img src="images/places/kuala-lumpur.webp" alt="City of Kuala Lumpur" />
<div class="item-content">
<div>
<h2>Kuala Lumpur</h2>
<p>
Kuala Lumpur (Malaysian pronunciation: [ˈkualə, -a ˈlumpo(r), -ʊ(r)]), officially the Federal Territory of Kuala Lumpur (Malay: Wilayah Persekutuan Kuala Lumpur) and colloquially referred to as KL, is a federal territory and the capital city of Malaysia. It is one of the fastest growing cities in Asia and the largest city in Malaysia, covering an area of 243 km2 (94 sq mi) with an census population of 1,982,112 as of 2020.[8] Greater Kuala Lumpur, also known as the Klang Valley, is an urban agglomeration of 7.564 million people as of 2018.[4] It is among the fastest growing metropolitan regions in Southeast Asia, both in population and economic development.
</p>
<p>
The city serves as the cultural, financial, and economic centre of Malaysia. It is also home to the Parliament of Malaysia, and the Istana Negara, the official residence of the Yang di-Pertuan Agong (monarch of Malaysia). Kuala Lumpur first developed around 1857 as a town serving the tin mines of the region and served as the capital of Selangor from 1880 until 1978. Kuala Lumpur was the founding capital of the Federation of Malaya and its successor Malaysia, and the city remained the seat of the executive and judicial branches of the Malaysian federal government until these were relocated to Putrajaya in early 1999.[9] However, some sections of the political bodies still remain in Kuala Lumpur...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Kuala_Lumpur" target="_blank"
>Explore →</a
>
</div>
</div>
</li>
<li>
<img src="images/places/algeria.webp" alt="Algeria" />
<div class="item-content">
<div>
<h2>Algeria</h2>
<p>
Algeria,[c] officially the People's Democratic Republic of Algeria, is a country in North Africa. Algeria is bordered to the northeast by Tunisia; to the east by Libya; to the southeast by Niger; to the southwest by Mali, Mauritania, and Western Sahara; to the west by Morocco; and to the north by the Mediterranean Sea. It is considered to be a part of the Maghreb region of North Africa. It has a semi-arid geography, with most of the population living in the fertile north and the Sahara dominating the geography of the south. ..
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Algeria" target="_blank"
>Explore →</a
>
</div>
</div>
</li>
<li>
<img src="images/places/morocco.webp" alt="Morocco" />
<div class="item-content">
<div>
<h2>Morocco</h2>
<p>
Morocco,[note 3] officially the Kingdom of Morocco,[note 4] is the westernmost country in the Maghreb region of North Africa. It overlooks the Mediterranean Sea to the north and the Atlantic Ocean to the west, and has land borders with Algeria to the east, and the disputed territory of Western Sahara to the south. Morocco also claims the Spanish exclaves of Ceuta, Melilla and Peñón de Vélez de la Gomera, and several small Spanish-controlled islands off its coast.[16]...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Morocco" target="_blank"
>Explore →</a
>
</div>
</div>
</li>
<li>
<img src="images/places/tunisia.webp" alt="Tunisia" />
<div class="item-content">
<div>
<h2>Tunisia</h2>
<p>
Tunisia,[a] officially the Republic of Tunisia,[b][21] is the northernmost country in Africa. It is a part of the Maghreb region of North Africa, and is bordered by Algeria to the west and southwest, Libya to the southeast, and the Mediterranean Sea to the north and east, covering 163,610 km2 (63,170 sq mi), with a population of 11 million...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Tunisia" target="_blank"
>Explore →</a
>
</div>
</div>
</li>
<li>
<img src="images/places/turkey.webp" alt="Turkey" />
<div class="item-content">
<div>
<h2>Turkey</h2>
<p>
Turkey (Turkish: Türkiye [ˈtyɾcije]), officially the Republic of Türkiye (Turkish: Türkiye Cumhuriyeti [ˈtyɾcije dʒumˈhuːɾijeti] (listen)), is a transcontinental country located mainly on the Anatolian Peninsula in Western Asia, with a small portion on the Balkan Peninsula in Southeast Europe. It shares borders with the Black Sea to the north; Georgia to the northeast; Armenia, Azerbaijan, and Iran to the east; Iraq to the southeast; Syria and the Mediterranean Sea to the south; the Aegean Sea to the west; and Greece and Bulgaria to the northwest...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Turkey" target="_blank"
>Explore →</a
>
</div>
</div>
</li>
<li>
<img src="images/places/makkah.webp" alt="City of Makkah" />
<div class="item-content">
<div>
<h2>Makkah</h2>
<p>
Mecca, officially Makkah al-Mukarramah (Arabic: مكة المكرمة,
romanized: Makkat al-Mukarramah, lit. 'Makkah the Noble', Hejazi
pronunciation: [makːa almʊkarːama]) and commonly shortened to
Makkah (Arabic: مكة, romanized: Makkah, Hejazi pronunciation:
[makːa]),[a] is a city and administrative center of the Mecca
Province of Saudi Arabia, and the holiest city in Islam...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Mecca" target="_blank"
>Explore →</a
>
</div>
</div>
</li>
<li>
<img src="images/places/makkah.webp" alt="City of Makkah" />
<div class="item-content">
<div>
<h2>Makkah</h2>
<p>
Mecca, officially Makkah al-Mukarramah (Arabic: مكة المكرمة,
romanized: Makkat al-Mukarramah, lit. 'Makkah the Noble', Hejazi
pronunciation: [makːa almʊkarːama]) and commonly shortened to
Makkah (Arabic: مكة, romanized: Makkah, Hejazi pronunciation:
[makːa]),[a] is a city and administrative center of the Mecca
Province of Saudi Arabia, and the holiest city in Islam...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Mecca" target="_blank"
>Explore →</a
>
</div>
</div>
</li>
<li>
<img src="images/places/makkah.webp" alt="City of Makkah" />
<div class="item-content">
<div>
<h2>Makkah</h2>
<p>
Mecca, officially Makkah al-Mukarramah (Arabic: مكة المكرمة,
romanized: Makkat al-Mukarramah, lit. 'Makkah the Noble', Hejazi
pronunciation: [makːa almʊkarːama]) and commonly shortened to
Makkah (Arabic: مكة, romanized: Makkah, Hejazi pronunciation:
[makːa]),[a] is a city and administrative center of the Mecca
Province of Saudi Arabia, and the holiest city in Islam...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Mecca" target="_blank"
>Explore →</a
>
</div>
</div>
</li>
</ul>
</main>
<footer>
<ul>
<li>
<a href="https://www.facebook.com/Com4Muz" target="_blank">
<img src="images/icons/facebook.png" alt="Facebook logo"
/></a>
</li>
<li>
<a href="https://www.instagram.com/com4muz" target="_blank">
<img src="images/icons/insta.png" alt="Instagram logo"
/></a>
</li>
</ul>
</footer>
</body>
</html>