-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
329 lines (326 loc) · 12.1 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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<!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">
<title>Meet Minas</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"
integrity="sha512-NmLkDIU1C/C88wi324HBc+S2kLhi08PN5GDeUVVVC/BVt/9Izdsc9SVeVfA1UZbY3sHUlDSyRXhCzHfr6hmPPw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
referrerpolicy="no-referrer" />
<link rel="icon" href="./assets/icons/icon.svg">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header id="home">
<nav class="navbar">
<div class="navbar-header">
<a href="#home"><img src="./assets/logo/logo.svg" alt="Meet Minas logo" class="navbar-header__logo"></a>
<button type="button" class="navbar-header__toggle">
<i class="fas fa-bars"></i>
</button>
</div>
<ul class="navbar-list">
<li>
<a href="#about" class="navbar-list__link">About</a>
</li>
<li>
<a href="#exclusive" class="navbar-list__link">Exclusive</a>
</li>
<li>
<a href="#packages" class="navbar-list__link">Packages</a>
</li>
<li>
<a href="#gallery" class="navbar-list__link">Gallery</a>
</li>
</ul>
<ul class="navbar-icons">
<li>
<a href="https://github.com/gabriel-venezian" class="navbar-icons__icon" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://www.hackerrank.com/gabriel_venezian" class="navbar-icons__icon" target="_blank">
<i class="fab fa-hackerrank"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/gabriel-venezian/" class="navbar-icons__icon" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</nav>
</header>
<div class="hero">
<video src="./assets/video/meetMinas.mp4" autoplay muted loop class="hero__video"></video>
<div class="hero-text">
<h1 class="hero-text__title">Meet Minas <br> <span class="hero-text__title--line-2">loved by Mineiros.</span></h1>
<p class="hero-text__description">
A large inland state in southeastern Brazil, is known for colonial-era towns dating to the country’s
18th-century gold rush.
</p>
<a href="#" class="hero-text__cta">Explore</a>
</div>
</div>
<section id="about" class="about">
<h2 class="section__title">About <span class="section__title--emphasis">Us</span></h2>
<div class="about-content">
<img src="./assets/img/about.jpg" alt="About" class="about-content__img">
<div class="about-text">
<h3 class="about-text__title">A new way to travel around Minas Gerais</h3>
<p>
With cobblestone streets, ornate mansions and baroque churches decorated by the sculptor Aleijadinho, these
towns include São João del Rei, Tiradentes and Ouro Preto, the old capital. The famous steam train Maria
Fumaça (“Smoking Mary”) links Tiradentes to São João del Rei.
</p>
<br>
<p>
The tourist points includes the hydro mineral spas, such as Caxambu, Lambari, São Lourenço, Poços de Caldas,
São Thomé das Letras, Monte Verde and the national parks of Caparaó and Canastra. The landscape of the state
is marked by mountains, valleys, and large areas of fertile lands. In the Serra do Cipó, Sete Lagoas,
Cordisburgo and Lagoa Santa, the caves and waterfalls are the attractions. Some of Brazil's most famous
caverns are located here.
</p>
</div>
</div>
</section>
<section id="exclusive">
<h2 class="section__title">Exclusive <span class="section__title--emphasis">Content</span></h2>
<div class="exclusives">
<article class="exclusive">
<h3 class="exclusive__title exclusive__title--wallet">Price</h3>
<p class="exclusive__description">Prices starting at $99.</p>
</article>
<article class="exclusive">
<h3 class="exclusive__title exclusive__title--location">Location</h3>
<p class="exclusive__description">A large number of tourist attractions.</p>
</article>
<article class="exclusive">
<h3 class="exclusive__title exclusive__title--socks">Comfort</h3>
<p class="exclusive__description">Enjoy the best farm hotels.</p>
</article>
</div>
</section>
<section id="packages">
<h2 class="section__title">Our <span class="section__title--emphasis">Packages</span></h2>
<div class="packages">
<article class="package">
<img src="./assets/img/photo_2.jpg" alt="Tiradentes" class="package___thumb">
<div class="package__info">
<div class="info-header">
<h3 class="info-header__title">Tiradentes</h3>
<p class="info-header__days">7 days</p>
</div>
<p class="info-body">
Known for its baroque colonial-era architecture, in particular the Igreja Matriz de Santo Antônio. This
church features hundreds of kilos of gold decoration and a facade designed by Brazilian sculptor
Aleijadinho.
</p>
<div class="info-footer">
<span>
<i class="fas fa-users"></i>
1 - 4 People
</span>
<p>Prices starting at $199</p>
</div>
</div>
</article>
<article class="package">
<img src="./assets/img/photo_7.jpg" alt="Ouro Preto" class="package___thumb">
<div class="package__info">
<div class="info-header">
<h3 class="info-header__title">Ouro Preto</h3>
<p class="info-header__days">3 days</p>
</div>
<p class="info-body">
Includes bridges, fountains and squares, and its steep, winding cobbled streets. Central Tiradentes Square
is named after the martyr for Brazilian independence. There are numerous churches and chapels all over town.
</p>
<div class="info-footer">
<span>
<i class="fas fa-users"></i>
1 - 2 People
</span>
<p>Prices starting at $99</p>
</div>
</div>
</article>
<article class="package">
<img src="./assets/img/photo_3.jpg" alt="São Lourenço" class="package___thumb">
<div class="package__info">
<div class="info-header">
<h3 class="info-header__title">São Lourenço</h3>
<p class="info-header__days">7 days</p>
</div>
<p class="info-body">
Known for its mineral waters at sites like São Lourenço Water Park, with its lake, fountains, landscaped
gardens and hydrotherapy spa. A nearby chairlift takes passengers to a lookout point with sweeping views.
</p>
<div class="info-footer">
<span>
<i class="fas fa-users"></i>
1 - 4 People
</span>
<p>Prices starting at $199</p>
</div>
</div>
</article>
<article class="package">
<img src="./assets/img/photo_6.jpg" alt="Ipoema" class="package___thumb">
<div class="package__info">
<div class="info-header">
<h3 class="info-header__title">Ipoema</h3>
<p class="info-header__days">3 days</p>
</div>
<p class="info-body">
The Estrada Real route, through which pharmaceutical and mineral products are sold. It has points like Museu
do Tropeiro, which keeps the history of these travelers with pieces that portray their daily lives and work.
</p>
<div class="info-footer">
<span>
<i class="fas fa-users"></i>
1 - 2 People
</span>
<p>Prices starting at $99</p>
</div>
</div>
</article>
</div>
</section>
<section>
<div class="newsletter-content">
<div class="newsletter-info">
<h2 class="newsletter-info__title">Do you want to recieve exclusive offers?</h2>
<p class="newsletter-info__signup">Sign Up to our newsletter</p>
</div>
<form class="newsletter-form">
<input type="text" placeholder="[email protected]" class="newsletter-form__input">
<button type="submit" class="newsletter-form__submit">Sign Up</button>
</form>
</div>
</section>
<section class="gallery" id="gallery">
<article class="gallery-item">
<img src="./assets/img/photo_0.jpg" alt="Conceição do Mato Dentro" class="gallery-item__thumb">
<h4 class="gallery-item__location">Mato Dentro</h4>
</article>
<article class="gallery-item">
<img src="./assets/img/photo_1.jpg" alt="Diamantina" class="gallery-item__thumb">
<h4 class="gallery-item__location">Diamantina</h4>
</article>
<article class="gallery-item">
<img src="./assets/img/photo_2.jpg" alt="Tiradentes" class="gallery-item__thumb">
<h4 class="gallery-item__location">Tiradentes</h4>
</article>
<article class="gallery-item">
<img src="./assets/img/photo_3.jpg" alt="São Lourenço" class="gallery-item__thumb">
<h4 class="gallery-item__location">São Lourenço</h4>
</article>
<article class="gallery-item">
<img src="./assets/img/photo_4.jpg" alt="Serro" class="gallery-item__thumb">
<h4 class="gallery-item__location">Serro</h4>
</article>
<article class="gallery-item">
<img src="./assets/img/photo_5.jpg" alt="São Tomé das Letras" class="gallery-item__thumb">
<h4 class="gallery-item__location">São Tomé das Letras</h4>
</article>
<article class="gallery-item">
<img src="./assets/img/photo_6.jpg" alt="Ipoema" class="gallery-item__thumb">
<h4 class="gallery-item__location">Ipoema</h4>
</article>
<article class="gallery-item">
<img src="./assets/img/photo_7.jpg" alt="Ouro Preto" class="gallery-item__thumb">
<h4 class="gallery-item__location">Ouro Preto</h4>
</article>
</section>
<footer class="footer">
<ul class="footer-list">
<li class="footer-list__item">
<a href="#about" class="footer-list__link">About</a>
</li>
<li class="footer-list__item">
<a href="#exclusive" class="footer-list__link">Exclusive</a>
</li>
<li class="footer-list__item">
<a href="#packages" class="footer-list__link">Packages</a>
</li>
<li class="footer-list__item">
<a href="#gallery" class="footer-list__link">Gallery</a>
</li>
</ul>
<ul class="footer-icons">
<li>
<a href="https://github.com/gabriel-venezian" class="footer-icons__icon" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://www.hackerrank.com/gabriel_venezian" class="footer-icons__icon" target="_blank">
<i class="fab fa-hackerrank"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/gabriel-venezian/" class="footer-icons__icon" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © <span class="date"></span> Meet Minas. All rights reserved.</p>
</footer>
<div class="modal">
<div class="modal__close">
<i class="fas fa-times"></i>
</div>
<div class="modal__content">
<div class="slider">
<div class="slider-image">
<div class="slider-image__number">1/6</div>
<img src="./assets/img/photo_0.jpg" class="slider-image__img">
</div>
<div class="slider-buttons">
<div class="slider-buttons__btn-prev">
<i class="fas fa-chevron-left"></i>
</div>
<div class="slider-buttons__btn-next">
<i class="fas fa-chevron-right"></i>
</div>
</div>
</div>
<p class="slider-image-description"></p>
<div class="slider-thumbs">
<div class="slider-thumbs__img">
<img src="./assets/img/photo_0.jpg" alt="Conceição do Mato Dentro">
</div>
<div class="slider-thumbs__img">
<img src="./assets/img/photo_1.jpg" alt="Diamantina">
</div>
<div class="slider-thumbs__img">
<img src="./assets/img/photo_2.jpg" alt="Tiradentes">
</div>
<div class="slider-thumbs__img">
<img src="./assets/img/photo_3.jpg" alt="São Lourenço">
</div>
<div class="slider-thumbs__img">
<img src="./assets/img/photo_4.jpg" alt="Serro">
</div>
<div class="slider-thumbs__img">
<img src="./assets/img/photo_5.jpg" alt="São Tomé das Letras">
</div>
<div class="slider-thumbs__img">
<img src="./assets/img/photo_6.jpg" alt="Ipoema">
</div>
<div class="slider-thumbs__img">
<img src="./assets/img/photo_7.jpg" alt="Ouro Preto">
</div>
</div>
</div>
</div>
<script src="js/main.js"></script>
</body>
</html>