-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (59 loc) · 2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Arequipa, Peru - The White City</title>
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@200&family=Montserrat&family=Work+Sans:ital@0;1&display=swap"
rel="stylesheet">
</head>
<body>
<!--Hero Section-->
<div class="header_section">
<div class="header_text">
<h1 class="title">Visit Arequipa</h1>
<p class="subtitle">A city with colonial architecture, beautiful landscapes and great gastronomy.</p>
</div>
</div>
<!--Activities Section-->
<div class="activities">
<h2 class="activities_title">Activities to do at Arequipa</h2>
<div class="activities_container">
<div class="activities_container__items item_fauna">
<div class="fauna_container">
</div>
<h3 class="activities_title__item">Meet the local fauna</h3>
<p class="activities_item__text">Animals such as the alpaca and the condor live in Arequipa.</p>
</div>
<div class="activities_container__items item_gastronomy">
<div class="gastronomy_container">
</div>
<h3 class="activities_title__item">Eat exquisite dishes</h3>
<p class="activities_item__text">The gastronomy of Arequipa is highly valued in Peru.</p>
</div>
<div class="activities_container__items item_sillar">
<div class="sillar_container">
</div>
<h3 class="activities_title__item">Visite the 'Sillar Route'</h3>
<p class="activities_item__text">In Arequipa, volcanic stone was used a lot in its constructions.</p>
</div>
</div>
</div>
<!--Guide Section-->
<div class="guide_section">
<div class="guide_section__card">
<div class="mypic"></div>
<div class="guide_section__text">
<h2 class="guide_section__title">Your guide</h2>
<p class="guide_section__paragraph"><em>"I'm not a professional tour guide, but I've lived in Arequipa more
than
30
years. I can show you my city and many magic places."</em></p>
<p class="myname"><strong>Fernando Céspedes</strong></p>
</div>
</div>
</div>
</body>
</html>