generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
122 lines (121 loc) · 6.46 KB
/
index.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
<!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 name="description"
content="Beach Hotel located in the Pacific coast of Leon, Nicaragua in a village called Las Peñitas">
<meta name="keywords" content="Beach Hotel Pacific Leon Nicaragua Las Peñitas">
<title>Aáki Hotel</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="mainpage-container">
<header class="style-header">
<a href="index.html">
<div class="logo-aaki"></div>
</a>
<nav class="menu">
<ul class="main-list">
<li><a class="active" href="index.html">Home</a></li>
<li><a href="#">Rooms</a>
<ul class="dropdown">
<li><a href="seaview1.html">Seaview Room 1</a> </li>
<li><a href="seaview2.html">Seaview Room 2</a> </li>
<li><a href="terrace.html">Terrace Room</a> </li>
<li><a href="family.html">Family Room</a> </li>
<li><a href="balconyroom.html">Balcony Room</a></li>
</ul>
</li>
<li><a href="eat-drink.html">Eat & Drink</a></li>
<li class="icons">
<span>
<a href="https://www.instagram.com/aakihotel/" target="_blank" rel="noopener"><i
class="fab fa-instagram"></i></a></span> <span>
<a href="https://www.facebook.com/aakihotel/" target="_blank" rel="noopener"><i
class="fab fa-facebook-square"></i></a></span>
<span><a href="tel:50589881867"><i class="fab fa-whatsapp" rel="noopener"></i></a></span>
<span>
<a href="https://goo.gl/maps/NnR9zKbF7Ps8i8XLA" target="_blank" rel="noopener"><i
class="fas fa-map-marker-alt"></i></a>
</span>
<span id="email"><a href="mailto:hola@aakihotel.com" rel="noopener">hola@aakihotel.com</a></span>
</li>
</ul>
</nav>
</header>
<section class="entrance">
<div class="main-image">
<div>
<h2 class="nahualt">"Aáki"; from the Nahuatl word that means "To Enjoy"</h2>
</div>
</div>
</section>
<section class="core">
<div>
<h1>The Feel Good Hotel</h1>
<p class="ethos">Located in the Pacific coast of Nicaragua, in the fishermen´s Village of Las Peñitas,
just
18 kilometers
west from the Colonial City of León, Aáki Hotel is a beach-front, chic boutique hotel, created with
the
sole purpose of offering a delightful space to rest, to disconnect and to create memories in the
Pacific
shore. </p>
<p class="ethos">Our rooms have all the amenities and privacy you need to have a true quality time of
your
own.</p>
<p class="ethos">Enjoy our pool area nested in our garden, of dense green grass, coconut trees and
plenty of
sunshine
waiting for you to recharge in our lounges with the sound and view of the ocean.
</p>
<p class="ethos">Taste our restaurant food that offers a wide and thoughtful menu using local fresh
products
with emphasis
on the outstanding seafood caught by the local fishermen. We also offer a variety of vegetarian &
vegan
dishes, and if there is something we can improvise to fulfill your wishes, we will certainly do it.
</p>
<p class="ethos">The wild nature that surrounds Áaki Hotel gives you the opportunity to do many
different
kinds of
activities; from climbing and sliding down from a volcano, to kayaking in the mangroves of natural
protected reservations. </p>
<p class="ethos">We promise you won´t be disappointed! </p>
</div>
</section>
<video controls>
<source class="video-style" src="./assets/images/aakivideo1.mp4" type="video/mp4">
</video>
<section class="get-here">
<h1>Get Here!</h1>
<div>
<iframe class="address"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3897.23022295403!2d-87.03358868504982!3d12.367505231191073!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8f70dcfb20a1d313%3A0xc9f88e4e83810c93!2sAaki%20Hotel!5e0!3m2!1sen!2sse!4v1635252626234!5m2!1sen!2sse"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
></iframe>
</div>
</section>
<footer>
<section class="footer-icons">
<span class="f-icon">
<a href="https://www.instagram.com/aakihotel/" target="_blank" rel="noopener"><i
class="fab fa-instagram"></i></a></span>
<span class="f-icon">
<a href="https://www.facebook.com/aakihotel/" target="_blank" rel="noopener"><i
class="fab fa-facebook-square"></i></a></span>
<span class="f-icon">
<a href="https://goo.gl/maps/NnR9zKbF7Ps8i8XLA" target="_blank" rel="noopener"><i
class="fas fa-map-marker-alt"></i></a>
</span>
<span class="f-icon"><a href="tel:50589881867"><i class="fab fa-whatsapp" rel="noopener"></i></a></span>
<span id="contact"><a href="mailto:hola@aakihotel.com">hola@aakihotel.com</a></span>
</section>
<section class="lower"><p>© 2021 Aáki Hotel</p></section>
</footer>
</div>
<script src="https://kit.fontawesome.com/ced07efa37.js" crossorigin="anonymous"></script>
</body>
</html>