-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsights.html
executable file
·163 lines (157 loc) · 11.3 KB
/
sights.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
<!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">
<link rel="shortcut icon" href="/images/favicon.png" type="image/png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&family=Prata&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/all.min.css">
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/sights.css">
<title>Sights - Erato Apartments in Neos Panteleimonas</title>
</head>
<body>
<div class="container">
<header class="header container__header">
<div class="container__container-fixed">
<div class="top-panel header__top-panel">
<div class="contacts top-panel__contacts">
<span class="contacts__label">Contact us directly at
<a class="contacts__phone" href="tel:+306986607051">+306986607051</a>
</span>
<span class="contacts__time">local time
<ul class="clock" id="clock1">
<li class="hours"></li>
<li class="point">:</li>
<li class="min"></li>
<li class="point">:</li>
<li class="sec"></li>
</ul></span>
</div>
<div class="languages top-panel__languages">
<a href="#" class="languages__item languages__item_active languages__item_border">ENG</a>
<a href="/gr/gr-sights.html" class="languages__item">GR</a>
</div>
</div>
<nav class="sandwich header__sandwich" id="navbar">
<div class="sandwich__content">
<input type="checkbox" class="sandwich__checkbox" id="menu1">
<div class="sandwich-box sandwich__sandwich-box">
<div class="sandwich-box__line"></div>
</div>
<label for="menu1" class="sandwich__navbar">
<div class="navbar">
<a href="/index.html" class="navbar__link">home</a>
<a href="/about.html" class="navbar__link">about us</a>
<a href="/our-rooms.html" class="navbar__link">our rooms</a>
<a href="/index.html" class="logo navbar__logo navbar__link">
<h1 class="logo__title">Erato</h1>
<h2 class="logo__details">Apartments</h2>
</a>
<a href="/reservation.html" class="navbar__link">reservation</a>
<a href="/sights.html" class="navbar__link navbar__link_active">sights</a>
<a href="/contact.html" class="navbar__link">contact</a>
</div>
</label>
</div>
</nav>
</div>
</header>
<section class="sights container__sights">
<div class="container__container-fixed">
<h1 class="sights__heading">Best Places to Visit and Must-See Attractions</h1>
<div class="sights-wrap seghts__sights-wrap">
<div class="sights-block sights-wrap__sights-block">
<article class="sights-article sights-block__asights-article">
<figure class="sights-item sights-article__sights-item">
<img class="sights-item__img" src="/images/sights/ruins.jpg" alt="Ancient Ruins">
<figcaption class="sights-label sights-item__sights-lable">Ancient Ruins</figcaption>
</figure>
<a class="sights-article__link" target="_blank" href="https://strollinggreece.com/northern-greece/greek-bath-houses-the-roman-baths-in-dion-archaeological-park/">Visit website ⟶</a>
</article>
<article class="sights-article sights-block__asights-article">
<figure class="sights-item sights-article__sights-item">
<img class="sights-item__img" src="/images/sights/meteora.jpg" alt="The Monasteries of Meteora">
<figcaption class="sights-label sights-item__sights-lable">The Monasteries of Meteora</figcaption>
</figure>
<a class="sights-article__link" target="_blank" href="https://www.visitmeteora.travel/meteora-monasteries">Visit website ⟶</a>
</article>
<article class="sights-article sights-block__asights-article">
<figure class="sights-item sights-article__sights-item">
<img class="sights-item__img" src="/images/sights/old-panteleimonas.jpg" alt="Old Panteleimonas">
<figcaption class="sights-label sights-item__sights-lable">Old Panteleimonas</figcaption>
</figure>
<a class="sights-article__link" target="_blank" href="https://strollinggreece.com/northern-greece/fairy-tale-mountain-village-palios-panteleimonas-pieria">Visit website ⟶</a>
</article>
</div>
<div class="sights-block sights-wrap__sights-block">
<article class="sights-article sights-block__asights-article">
<figure class="sights-item sights-article__sights-item">
<img class="sights-item__img" src="/images/sights/moun-athos.jpg" alt="Mount Athos">
<figcaption class="sights-label sights-item__sights-lable">Mount Athos</figcaption>
</figure>
<a class="sights-article__link" target="_blank" href="https://www.discovergreece.com/macedonia/mount-athos-ouranopolis">Visit website ⟶</a>
</article>
<div class="sights-text sights-block__sights-text">
<h2 class="sights-text__heading">Greece</h2>
</div>
<article class="sights-article sights-block__asights-article">
<figure class="sights-item sights-article__sights-item">
<img class="sights-item__img" src="/images/sights/parthenon.jpg" alt="The Parthenon">
<figcaption class="sights-label sights-item__sights-lable">The Parthenon</figcaption>
</figure>
<a class="sights-article__link" target="_blank" href="https://www.history.com/topics/ancient-greece/parthenon">Visit website ⟶</a>
</article>
</div>
<div class="sights-block sights-wrap__sights-block">
<article class="sights-article sights-block__asights-article">
<figure class="sights-item sights-article__sights-item">
<img class="sights-item__img" src="/images/sights/loutra-pozar.jpg" alt="Thermal Baths">
<figcaption class="sights-label sights-item__sights-lable">Loutra Pozar</figcaption>
</figure>
<a class="sights-article__link" target="_blank" href="https://www.google.com/amp/s/www.greecehighdefinition.com/blog/loutra-pozar-thermal-baths-greece%3fformat=amp">Visit website ⟶</a>
</article>
<article class="sights-article sights-block__asights-article">
<figure class="sights-item sights-article__sights-item">
<img class="sights-item__img" src="/images/sights/platamon-castle.jpg" alt="Castle of Platamonas">
<figcaption class="sights-label sights-item__sights-lable">Castle of Platamonas</figcaption>
</figure>
<a class="sights-article__link" target="_blank" href="https://en.m.wikipedia.org/wiki/Platamon_Castle">Visit website ⟶</a>
</article>
<article class="sights-article sights-block__asights-article">
<figure class="sights-item sights-article__sights-item">
<img class="sights-item__img" src="/images/sights/skiathos.jpg" alt="Skiathos Greece">
<figcaption class="sights-label sights-item__sights-lable">Skiathos Greece</figcaption>
</figure>
<a class="sights-article__link" target="_blank" href="https://www.greeka.com/sporades/skiathos/">Visit website ⟶</a>
</article>
</div>
</div>
</div>
</section>
<footer class="footer container__footer">
<div class="container__container-fixed">
<div class="footer-top-panel footer__footer-top-panel">
<h3 class="footer-top-panel__logo">ERATO</h3>
<nav class="footer-socials footer-top-panel__footer-socials">
<a class="footer-socials__link footer-socials__link-icon" target="_blank" href="https://www.booking.com/hotel/gr/erato-old-panteleimonas.ru.html?label=gen173nr-1DCAsoXEIXZXJhdG8tb2xkLXBhbnRlbGVpbW9uYXNIIVgEaFyIAQGYASG4ARjIAQzYAQPoAQH4AQOIAgGoAgS4Asa8y4cGwAIB0gIkMDc4NzM0NWYtNWRmYS00Njg5LTliNjgtN2FlYzBjMzg1N2Mw2AIE4AIB;sid=7810ad12813e76d0de658607a3beed0d;dist=0;group_adults=2;keep_landing=1;sb_price_type=total;type=total;sig=v1i9UFl4xo"></a>
<a class="footer-socials__link" target="_blank" href="https://www.airbnb.co.in/rooms/158988?check_in=2021-06-02&check_out=2021-06-05&federated_search_id=3a6834ca-3d59-46f1-ab87-ea9c08495d91&source_impression_id=p3_1621166321_2MGkGXPJVgXQXsSG&guests=1&adults=1"><i class="fab fa-airbnb"></i></a>
<a class="footer-socials__link" target="_blank" href="https://www.facebook.com/Erato-Castle-of-Platamon-147464198650663/"><i class="fab fa-facebook-f"></i></a>
</nav>
</div>
<div class="copyright footer__copyright">
<p class="copyright__content">All Rights Reserved © 2021</p>
</div>
</div>
</footer>
</div>
<script src="/scripts/jquery-3.5.1.min.js"></script>
<script src="/scripts/functions.js"></script>
<script src="/scripts/time.js"></script>
<script src="/scripts/main.js"></script>
</body>
</html>