generated from Code-Institute-Org/ci-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
198 lines (198 loc) · 6.58 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta
name="description"
content="Meet your accommodation at Pepe Beach. Located at Barra da Tijuca, it is the perfect place for you and your family to enjoy your holidays in Rio de Janeiro."
>
<meta
name="keywords"
content="accommodation, Rio, Rio de Janeiro, Barra, Barra da Tijuca, airbnb, Praia do Pepe, Pepe Beach, apartment, serviced apartment, holidays, beach, rentals, hotel"
>
<!-- CSS Stylesheet link-->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Title -->
<title>Pepe Beach Haven</title>
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/favicon/apple-touch-icon.png"
>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon/favicon-32x32.png"
>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicon/favicon-16x16.png"
>
</head>
<body>
<header>
<div id="logo">
<!-- Logo image-->
<a href="index.html"
><img
id="logo-image"
src="assets/images/logo.png"
alt="Logo depicting an apartment block by the sea"
></a>
</div>
<!-- Logo -->
<div id="logo-text">
<a href="index.html"><h1>Pepe Beach Haven</h1></a>
</div>
<!-- Navigation menu -->
<div id="menu-nav">
<input type="checkbox" id="nav-toggle" name="nav-toggle">
<label for="nav-toggle" class="nav-toggle-label"
><i class="fa-solid fa-bars"></i
></label>
<nav id="menu">
<ul id="menu-items">
<li>
<a
class="active"
href="index.html"
aria-label="Go back to the home page"
>Home</a
>
</li>
<li>
<a href="accommodation.html" aria-label="Go to accommodation page"
>Accommodation</a
>
</li>
<li>
<a href="faq.html" aria-label="Go back to faq page">FAQ</a>
</li>
<li>
<a href="contact.html" aria-label="Go to the contact us page"
>Contact us</a
>
</li>
</ul>
</nav>
</div>
</header>
<!-- Main content -->
<main>
<section>
<!-- Hero -->
<div id="hero-image">
<div id="hero-text">
<h2>The luxury of being in a home away from home</h2>
</div>
</div>
</section>
<!-- Reasons to stay at our vacation rental -->
<section id="reasons" class="center-aligned">
<h2>Why stay at our vacation rental?</h2>
<div id="advantages-group">
<div class="advantages">
<img
class="thumbnails left-aligned"
src="assets/images/sand-beach-barra.webp"
alt="Photo of a sand beach"
>
<h3 class="adv-heading">Charming Beachside Retreat</h3>
<p>
Enjoy the cozy and fully equiped accommodation only steps away
from the gorgeous sandy beach.
</p>
</div>
<div class="advantages">
<img
class="thumbnails right-aligned"
src="assets/images/sunset.webp"
alt="Photo of sunset over the sea"
>
<h3 class="adv-heading">Spectacular Views</h3>
<p>
Unwind on the expansive balcony, where you can soak in sweeping
vistas of the ocean and mountains, immersing yourself in the
beauty of breathtaking sunsets.
</p>
</div>
<div class="advantages">
<img
class="thumbnails left-aligned"
src="assets/images/olegario-maciel.webp"
alt="Photo of a busy restaurant"
>
<h3 class="adv-heading">Convenient location</h3>
<p>
Situated at Pepe Beach on Barra da Tijuca only 5-minute walk from
Av. Olegário Maciel with diverse shops and dining options and
15-minute walk from Jardim Oceânico Metro Station for easy access
to Copacabana, Ipanema, and Leblon.
</p>
</div>
<div class="advantages">
<img
class="thumbnails right-aligned"
src="assets/images/internet.webp"
alt="Photo of an internet sign"
>
<h3 class="adv-heading">Great connectivity</h3>
<p>
Fast speed and reliable Internet connection (both Ethernet and
Wi-fi) ideal for working or just as entertainment options for cozy
evenings.
</p>
</div>
</div>
</section>
<section>
<!-- Embedded Google maps -->
<h2 id="map" class="center-aligned">Check out our location</h2>
<iframe
id="googlemaps"
title="google-maps"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3672.255472030697!2d-43.31215722453208!3d-23.014390241725813!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x9bd0eaa7e26369:0xe46a096b9c55f449!2sAv.%20do%20Pep%C3%AA,%201120%20-%20Barra%20da%20Tijuca,%20Rio%20de%20Janeiro%20-%20RJ,%2022620-171,%20Brazil!5e0!3m2!1sen!2sde!4v1707152487492!5m2!1sen!2sde"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</section>
</main>
<!-- Footer -->
<footer>
<ul id="footer-links">
<li>
<a href="contact.html" aria-label="Go to the contact us page"
><i class="fa-solid fa-envelope"></i> Contact us</a
>
</li>
<li>
<a
href="http://airbnb.com/h/beach-and-mountains-rio"
target="_blank"
aria-label="Visit the accommodation's airbnb page (opens in a new tab)"
><i class="fa-brands fa-airbnb"></i> Book now</a
>
</li>
<li>
<a
href="faq.html"
aria-label="Frequently asked questions"
><i class="fa-solid fa-circle-question"></i> FAQ</a
>
</li>
</ul>
</footer>
<!-- Font awasome kit -->
<script
src="https://kit.fontawesome.com/e87966439a.js"
crossorigin="anonymous"
></script>
</body>
</html>