-
Notifications
You must be signed in to change notification settings - Fork 0
/
places.html
258 lines (251 loc) · 9.6 KB
/
places.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
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
<link rel="icon" href="images/favicon/favicon.ico" type="image/x-icon" />
<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="styles/shared.css" />
<link rel="stylesheet" href="styles/places.css" />
<script src="scripts/mobile-drawer.js" defer></script>
<title>Bosnia & Herzegovina Cities</title>
</head>
<body>
<header>
<div id="page-logo">
<a href="index.html">Bosnia & Herzegovina Cities</a>
</div>
<nav>
<ul>
<li class="dropdown">
<a href="#" class="dropbtn">Menu</a>
<div class="dropdown-content">
<a href="index.html">Home</a>
<a href="login.html">Login</a>
<a href="register.html">Register</a>
<a href="places.html">Destinations</a>
</div>
</li>
</ul>
</nav>
<a href="#side-drawer" class="menu-btn">
<span></span>
<span></span>
<span></span>
</a>
</header>
<main>
<ul>
<li>
<img src="images/places/sarajevo.jpg" alt="City of Sarajevo" />
<div class="item-content">
<div>
<h2>Sarajevo</h2>
<p>
Sarajevo, the largest city in Bosnia and Herzegovina, is a prominent cultural center in Southeastern
Europe and serves as the political, financial, social, and cultural hub of the country, as well as a
notable center of culture in the Balkans. Sarajevo is sometimes referred to as the 'Jerusalem of Europe'
or "Jerusalem of the Balkans".
</p>
<p>
Located within the greater Sarajevo valley of Bosnia, it is surrounded by the Dinaric Alps and situated
along the Miljacka River in the heart of the Balkans In 1885, it was the
first city in Europe and the second city in the world to have a full-time electric tram network running
through the city, following San Francisco...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Sarajevo">Explore →</a>
</div>
</div>
</li>
<li>
<img src="images/places/banja-luka.webp" alt="City of Banja Luka" />
<div class="item-content">
<div>
<h2>Banja Luka</h2>
<p>
Banja Luka is the second largest city in Bosnia and Herzegovina by size, situated on the Vrbas River. It
serves
as the administrative, economic and cultural center of this part of Bosnian Krajina...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Banja_Luka">Explore →</a>
</div>
</div>
</li>
<li>
<img src="images/places/zenica.webp" alt="City of Zenica" />
<div class="item-content">
<div>
<h2>Zenica</h2>
<p>
Zenica, in Bosnia and Herzegovina, is an industrial hub with a rich history.
It's famous for steel production and boasts a diverse cultural heritage with mosques, churches, museums...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Zenica">Explore →</a>
</div>
</div>
</li>
<li>
<img src="images/places/tuzla.jpg" alt="City of Tuzla" />
<div class="item-content">
<div>
<h2>Tuzla</h2>
<p>
Tuzla is the third-largest city in Bosnia and Herzegovina. The name Tuzla is the Ottoman Turkish word for
salt mine, tuzla, and refers to the extensive salt deposits found underneath the city...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Tuzla">Explore →</a>
</div>
</div>
</li>
<li>
<img src="images/places/mostar.jpg" alt="City of Mostar" />
<div class="item-content">
<div>
<h2>Mostar</h2>
<p>
In Bosnia and Herzegovina, Mostar brings history to life with its iconic "Stari Most" bridge spanning the
Neretva River.
Explore the old town, a blend of Ottoman and Austro-Hungarian influences...
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Mostar">Explore →</a>
</div>
</div>
</li>
<li>
<img src="images/places/bihac.jpeg" alt="City of Bihać" />
<div class="item-content">
<div>
<h2>Bihać</h2>
<p>
Bihac, in northwest Bosnia and Herzegovina, is a charming town by the Una River. Outdoor activities like
rafting and hiking are popular, alongside Ottoman architecture and a medieval fortress,
showcasing its history...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Bihać">Explore →</a>
</div>
</div>
</li>
<li>
<img src="images/places/bugojno.jpg" alt="City of Bugojno" />
<div class="item-content">
<div>
<h2>Bugojno</h2>
<p>
Bugojno, in central Bosnia and Herzegovina, has a rich history, scenic hills.
Ancient settlements and Ottoman architecture reveal its past, while its blend of Bosniaks, Croats, and
Serbs adds to its charm....
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Bugojno">Explore →</a>
</div>
</div>
</li>
<li>
<img src="images/places/brcko.jpg" alt="City of Brčko" />
<div class="item-content">
<div>
<h2>Brčko</h2>
<p>
Brčko, in northeastern BiH, blends ancient civilizations and diverse architecture along the Sava River.
It's now a bustling economic hub with a rich multicultural past, offering a unique Balkan experience...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Brčko">Explore →</a>
</div>
</div>
</li>
<li>
<img src="images/places/bijeljina.jpg" alt="City of Bijeljina" />
<div class="item-content">
<div>
<h2>Bijeljina</h2>
<p>
Bijeljina, in northeastern Bosnia and Herzegovina, blends modernity with its Ottoman past along the Sava
River. Visitors can explore markets, stroll by the river, and enjoy cultural events...
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/Bijeljina">Explore →</a>
</div>
</div>
</li>
<li>
<img src="images/places/bosniaandherzegovinaflag.jpg" alt="Flag of Bosnia and Herzegovina" />
<div class="item-content">
<div>
<h2>Bosnia and Herzegovina</h2>
<p>
Discover the enchanting tapestry of cities that Bosnia and Herzegovina has to offer, where every corner
tells a story waiting to be explored. From the bustling markets of Sarajevo to the tranquil lakes of
Trebinje, there's a world of adventure awaiting you. Immerse yourself in the rich culture, vibrant
history, and breathtaking landscapes that make each city unique.
</p>
<p>
Click 'Explore' to embark on a journey
through the heart and soul of Bosnia and Herzegovina, where every discovery is a treasure waiting to be
found.
</p>
</div>
<div class="actions">
<a href="https://en.wikipedia.org/wiki/List_of_cities_in_Bosnia_and_Herzegovina">Explore →</a>
</div>
</div>
</li>
</ul>
</main>
<aside id="side-drawer">
<header>
<a href="#" class="menu-btn">
<span></span>
<span></span>
<span></span>
</a>
</header>
<nav>
<ul id="menu-items">
<li><a href="index.html" class="menu-item">Home Page</a></li>
<li><a href="places.html" class="menu-item">Destinations</a></li>
<li><a href="login.html" class="menu-item">Login</a></li>
<li><a href="register.html" class="menu-item">Register</a></li>
</ul>
</nav>
</aside>
<footer>
<div class="footer-left">
<p>
<a href="#forum">Forum</a> |
<a href="#schedules">Schedules</a> |
<a href="#about">About BiHCities</a> |
<a href="#contact">Contact Us</a>
</p>
<p>© 2024 Bosnia & Herzegovina Cities. All Rights Reserved. <a href="#terms">Terms of Use</a> | <a
href="#privacy">Privacy Policy</a></p>
</div>
<div class="footer-right">
<ul>
<li><a href="https://www.instagram.com/enjoy.bosnia.herzegovina/?hl=en" target="_blank"><img
src="images/icons/instagram.png" alt="Instagram Logo"></a></li>
<li><a href="https://www.facebook.com/groups/visitbosnia/" target="_blank"><img src="images/icons/facebook.png"
alt="facebook Logo"></a></li>
</ul>
</div>
</footer>
</body>
</html>