-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·128 lines (123 loc) · 8.55 KB
/
about.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
<!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/about.css">
<title>About Us Home - 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-about.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 navbar__link_active">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">sights</a>
<a href="/contact.html" class="navbar__link">contact</a>
</div>
</label>
</div>
</nav>
</div>
</header>
<section class="about-banner container__about-banner">
<h1 class="about-banner__heading">About Us</h1>
</section>
<section class="about-content container__contant">
<div class="container__container-fixed">
<div class="about-content-wrap about-content__about-content-wrap">
<h1 class="about-content-wrap__heading">Since 1975</h1>
<div class="autor-info about-content-wrap__author-info">
<figure class="author-photo-wrap autor-info__author-photo-wrap">
<img src="/images/about/alex.jpg" alt="Photo of Leonidas" class="author-photo-wrap__img">
</figure>
<div class="arthor-content author-info__arthor-content">
<h4 class="arthor-content__name">Leonidas Drougkas</h4>
<p class="arthor-content__ditails">Owner</p>
</div>
</div>
<p class="about-content-wrap__description">Erato is a small family-run business that combines friendly and cosy service with a touch of history and connection. Situated in the southeast of Mount Olympus, overlooking the Platamon Castle, Erato is a perfect place for a romantic, charming vacation, in the enchanting setting of Olympus and the Aegean Sea that offers a genuine feeling of hospitality. We make customers feel like family friends as much as welcomed guests.</p>
<div class="distance-info about-content-wrap__distance-info">
<h4 class="distance-info__heading">Distances</h4>
<ul class="distance-link distance-info__distance-link">
<li class="link distance-link__airport">
<a href="https://goo.gl/maps/pdvaiopJAdqtxKQM6" target="_blank" class="link__airport">Thessaloniki Airport</a><span> 📍 110 km</span>
</li>
<li class="link distance-link__train-station">
<a href="https://goo.gl/maps/ZC4fQQYSX5v83UYA6" class="link__train-station" target="_blank">Nei Pori Train Station</a><span> 📍 3.5 km</span>
</li>
<li class="link distance-link__beach">
<a href="https://www.tripadvisor.com/Tourism-g3830729-Paralia_Panteleimonos_Pieria_Region_Central_Macedonia-Vacations.html#/media/3830729/'315016036':p/?focusedIndex=0" class="link__beach"target="_blank">Nearest Beach</a><span> 📍 600 m</span>
</li>
<li class="link distance-link__bus-stop">
<a href="https://goo.gl/maps/SH6oJPa8kcz3hMzJ9" class="link__bus-stop" target="_blank">Bus Stop</a> <span>📍 160 m</span>
</li>
</ul>
<iframe class="video about-content-wrap__video" src="https://www.youtube.com/embed/luScmro7WUs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</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>