generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
thankyou.html
82 lines (73 loc) · 3.7 KB
/
thankyou.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
<!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 href="index.html">Home</a></li>
<li><a class="active" 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 list">
<span>
<a href="https://www.instagram.com/aakihotel/" target="_blank"><i
class="fab fa-instagram"></i></a></span> <span>
<a href="https://www.facebook.com/aakihotel/" target="_blank"><i
class="fab fa-facebook-square"></i></a></span>
<span><a href="tel:50589881867"><i class="fab fa-whatsapp"></i></a></span>
<span>
<a href="https://goo.gl/maps/NnR9zKbF7Ps8i8XLA" target="_blank"><i
class="fas fa-map-marker-alt"></i></a>
</span>
<span id="contact"><a href="mailto:hola@aakihotel.com">hola@aakihotel.com</a></span>
</li>
</ul>
</nav>
</header>
<section class="reply-section">
<h1>Your Booking has been confirmed!</h1>
<h2>Thank your for your booking!</h2>
<h3>A confirmation email has been sent to your email account</h3>
</section>
<footer>
<section class="footer-icons">
<span class="f-icon">
<a href="https://www.instagram.com/aakihotel/" target="_blank"><i
class="fab fa-instagram"></i></a></span>
<span class="f-icon">
<a href="https://www.facebook.com/aakihotel/" target="_blank"><i
class="fab fa-facebook-square"></i></a></span>
<span class="f-icon">
<a href="https://goo.gl/maps/NnR9zKbF7Ps8i8XLA" target="_blank"><i
class="fas fa-map-marker-alt"></i></a>
</span>
<span class="f-icon"><a href="tel:50589881867"><i class="fab fa-whatsapp"></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>