-
Notifications
You must be signed in to change notification settings - Fork 0
/
symposium-venue.html
executable file
·318 lines (301 loc) · 11.9 KB
/
symposium-venue.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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="icon" href="img/icon/SYMPOSIUM-favicon.png" type="image/png" />
<title>MASE venue</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="vendors/linericon/style.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css" />
<link rel="stylesheet" href="vendors/lightbox/simpleLightbox.css" />
<link rel="stylesheet" href="vendors/nice-select/css/nice-select.css" />
<link rel="stylesheet" href="vendors/animate-css/animate.css" />
<!-- main css -->
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link rel="stylesheet" href="css/SYMPOSIUM.css" />
</head>
<body>
<!--================Header Menu Area =================-->
<header class="header_area">
<div class="main_menu" id="mainNav">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container box_1620">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand logo_h" href="index.html"
><img src="img/Logo-white-transparent-en.png" alt=""
/></a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav ml-auto">
<li class="nav-item submenu dropdown">
<a
href="#"
class="nav-link dropdown-toggle"
data-toggle="dropdown"
role="button"
aria-haspopup="true"
aria-expanded="false"
><strong>MENU ▾</strong></a
>
<ul class="dropdown-menu">
<li class="nav-item">
<a class="nav-link" href="symposium-MAIN.html">Start page</a>
</li>
<li class="nav-item">
<a class="nav-link" href="symposium-organization.html">Organization</a>
</li>
<li class="nav-item">
<a class="nav-link" href="symposium-important-dates.html">Dates</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="symposium-venue.html">Venue</a>
</li>
<li class="nav-item">
<a class="nav-link" href="symposium-marketing.html">Sponsorship</a>
</li>
<li class="nav-item">
<a class="nav-link" href="symposium-gallery.html">Photos and videos</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="symposium-programme.html">Programme</a>
</li>
<li class="nav-item">
<a class="nav-link" href="symposium-instructions.html">Instructions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="symposium-registration.html">Registration</a>
</li>
<li class="nav-item">
<a class="nav-link" href="symposium-correspondence.html">Correspondence</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/in/mase-dgkm"
><i class="fa fa-linkedin"></i
></a>
</li>
<li class="nav-item">
<a class="nav-link" href="symposium-venue-mk.html"
><img src="img/mk.gif" alt=""
/></a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!--================Header Menu Area =================-->
<!--================Home Banner Area =================-->
<section class="banner_area">
<div class="banner_inner d-flex align-items-center">
<div
class="overlay bg-parallax"
data-stellar-ratio="0.9"
data-stellar-vertical-offset="0"
data-background=""></div>
<div class="container">
<div class="banner_content text-center">
<h2>Venue</h2>
<!-- <div class="page_link">
<a href="MASE18-index.html">MASE 2019</a>
<a href="#">Venue and Accommodation</a>
</div> -->
</div>
</div>
</div>
</section>
<!--================End Home Banner Area =================-->
<div class="whole-wrap">
<div class="container">
<div class="section-top-border">
<div class="row">
<div class="col-lg-8 col-sm-6 mt-sm-30 typo-sec">
<div class="">
<h2>Venue</h2>
<img src="img/hotel.jpg" alt="" />
<p>
Symposium will be held in
<a href="https://inexolgica.com/">"Inex Olgica Hotel & Spa "</a> in Ohrid.
</p>
<p>
Each participant should make a timely reservation, not later than August
24<sup>th</sup> 2025, by filling-in this
<a href="downloads/Reservation-Request-Form-MASE21.pdf" download>form</a> and
sending it to: info (@) hotelinexolgica.com.mk.
</p>
<p>Prices per night:</p>
<ul>
<li>Single room (BB): 85€</li>
<li>Double room (BB): 110€</li>
</ul>
<!--<p>The prices include: 5% VAT and tourist tax, breakfast in restaurant Monte, coffee/tea and 1l water in each room, free wi-fi, spa and fitness center (massages and other spa treatments are not included).</p>-->
Accommodation at special prices is also available at the following hotels:
<ul>
<li>Hotel Granit</li>
<ul>
<li>Single room (BB) 60€</li>
<li> Double room (BB) 100€</li>
<li> Reservations at: reservation(@)granit.com.mk </li>
</ul>
<li>Hotel Metropol & Bellevue</li>
<ul>
<li>Single room (BB) 69€</li>
<li> Double room (BB) 98€</li>
<li> Reservations at: sales(@)metropol-ohrid.com.mk </li>
</ul>
<li>Unique Resort & Spa</li>
<ul>
<li>Single room (BB) 80€</li>
<li> Double room (BB) 112€</li>
<li><a href="downloads/Unique.resort.and.spa.-.Reservation.form.xls">Reservation form</a></li>
<li> Reservations at: sales(@)uniqueresort.mk</li>
</ul>
<li>Hotel Tino Sveti Stefan</li>
<ul>
<li>Single room (BB) 90€</li>
<li> Double room (BB) 100€</li>
<li> Reservations at: tino_svstefan(@)t.mk </li>
</ul>
<li>Laki Hotel & Spa</li>
<ul>
<li>Single room (BB) 85€</li>
<li> Double room (BB) 130€</li>
<li> Reservations at: lakihotelspa(@)t.mk </li>
</ul>
</ul>
<p>Since September is still high season in Ohrid, please reserve your accommodation as soon as possible, not later than 24.8.2025.</p>
</div>
</div>
</div>
</div>
<div class="section-top-border">
<div class="row">
<div class="col-lg-8 col-sm-6 mt-sm-30 typo-sec">
<div class="">
<h2>Ohrid</h2>
<p>
Ohrid is a city in the southwestern part of Macedonia, on the northeast coast of
Ohrid Lake. Ohrid and Lake Ohrid are one of the main tourist destinations in
Macedonia. Due to the large number of churches and monasteries, the city of Ohrid is
known as Balkan and European Jerusalem. It is also known as the "City of Light", a
literal translation of its old name, Lychnidos. The Ohrid region is included in the
UNESCO World Heritage.
</p>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/jOJP2L3QIZ8?si=2EJkIYmrv4kNeU6i"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen></iframe>
<p>
<a
class="main_btn"
href="https://macedonia-timeless.com/eng/cities_and_regions/cities/ohrid/"
>More about Ohrid</a
>
</p>
</div>
</div>
</div>
<div class="section-top-border">
<div class="row">
<div class="col-lg-8 col-sm-6 mt-sm-30 typo-sec">
<div class="">
<h2>North Macedonia</h2>
<p>
Republic of North Macedonia is located in Southeast Europe, in the central part
of the Balkan Peninsula. It has a position of a strategic crossroad and some
kind of a bridge between Europe and the nearby countries of Asia and North
Africa. Republic of North Macedonia belongs to the group of countries from the
so-called Western Balkans. It is surrounded by the following neighbours - Serbia
and Kosovo to the north, Bulgaria to the east, Greece to the south, and Albania
to the west.
</p>
<p>
Macedonia as a state is part of the contemporary international political scene
since gaining independence from the Yugoslav Federation and is its active
subject both on a bilateral and multilateral level. But when it comes to
conditions and data imposed by history and culture, it can be said that Republic
of North Macedonia is one of the older European and world civilizations within
the Roman, Byzantine and Ottoman Empire.
</p>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/zqdWW2TOkBE"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
<p>
<a
class="main_btn"
href="https://www.macedonia-timeless.com/eng/about/about/basic_informationaboutrepublicofnorthmacedonia/"
>More about North Macedonia</a
>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--================Footer Area =================-->
<footer class="footer_area p_120">
<div class="container">
<div class="copy_right_text">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | This template is made with
<i class="fa fa-heart-o" aria-hidden="true"></i> by
<a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</footer>
<!--================End Footer Area =================-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/stellar.js"></script>
<script src="vendors/lightbox/simpleLightbox.min.js"></script>
<script src="vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope-min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="vendors/popup/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="vendors/counter-up/jquery.waypoints.min.js"></script>
<script src="vendors/counter-up/jquery.counterup.js"></script>
<script src="js/theme.js"></script>
</body>
</html>