-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
157 lines (138 loc) · 4.98 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
<!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" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="./images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon-16x16.png">
<link rel="manifest" href="./images/site.webmanifest">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Font -->
<link href="https://api.fontshare.com/v2/css?f[]=supreme@400,300,500,700&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="barbershop.css" />
<title>Barbearia Razor</title>
</head>
<body>
<!-- Header Section -->
<header>
<nav class="navbar">
<div class="navbar-brand">
<h1>Barbearia Razor Cacém</h1>
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
</div>
<div class="navbar-links">
<ul>
<li><a href="#about">Sobre</a></li>
<li><a href="#services">Serviços</a></li>
<li><a href="form.html">Marcações</a></li>
<li><a id="contact-link" href="#contact">Contactos</a></li>
</ul>
</div>
</nav>
</header>
<!-- About the BarberShop Section -->
<section id="about">
<figure>
<img class="image" src="images/razor_logo.svg" alt="barbershop logo" />
</figure>
<article class="about-text">
<p>
A Barbearia Razor é propriedade do barbeiro Bernardo Massas,
certificado desde 2016 pela Escola de Formação de Barbeiro e
Cabeleireiro Magic Hair ™. Reconhecido na maestria da arte de bem
cortar o cabelo, e depois da passagem por outros projetos de
barbearia, lança a sua própria marca em 2017 e com isto abre este
espaço.
</p>
<p>
Aficionado da arte da barbearia, tornou-se em 2018 um
<em>Reuzel ™ Scumbassador Oficial.</em>
</p>
</article>
</section>
<!-- Services section -->
<section id="services">
<ul class="services-list">
<li class="card">
<p class=""><strong>Barba</strong></p>
<p>Barba desde 8€</p>
</li>
<li class="card">
<p class=""><strong>Cabelo</strong></p>
<p>Cortes desde 10€</p>
</li>
<li class="card">
<p class=""><strong>Cor</strong></p>
<p>Preço e cores sob consulta</p>
</li>
<li class="card">
<p class=""><strong>Produtos</strong></p>
<p>Ceras, fixadores e tratamentos disponíveis em Loja
</p>
</li>
</ul>
</section>
<!-- Social media and contact section -->
<section>
<div>
<ul id="social-media">
<li class="" alt="Facebook page">
<a href="https://www.facebook.com/barbeariarazorcacem/" target="_blank"><i
class="fa-brands fa-square-facebook" alt="facebook icon"></i> Facebook</a>
</li>
<li class="" alt="Instagram page">
<a href="https://instagram.com/razorbarbearia/" target="_blank"><i class="fa-brands fa-instagram"
alt="instagram icon"></i> Instagram</a>
</li>
<li class="" alt="Phone number">
<i class="fa-solid fa-phone"></i> 21x xxxxxx
</li>
</ul>
</div>
</section>
<!-- Location and schedule section -->
<section id="contact" alt="location and schedule">
<div class="schedule">
<p><strong>Horário :</strong></p>
<p>
Segunda, Quarta a Sábado: 9h - 18h <br />
Terça e Domingo: Encerrado
</p>
</div>
<div class="location">
<p><strong>Onde Estamos :</strong></p>
<p>Av. dos Bons Amigos Nº66A, 2735-521 Agualva-Cacém</p>
</div>
<div class="map">
<map><iframe alt="map showing business location"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3110.69919386366!2d-9.294831282556151!3d38.7706028!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd1ece1108a2f899%3A0x5e49428f10051d45!2sBarbearia%20Razor!5e0!3m2!1spt-PT!2spt!4v1654624933186!5m2!1spt-PT!2spt"
width="100%" height="100%" style="border: 0" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe></map>
</div>
</section>
<!-- Footer -->
<footer>
<div>
<p>
Copyright © Barbearia Razor ™ 2022
</p>
<p>
Powered ⚡
<a href="https://github.com/tabascum" target="_blank">tabascum</a>
</p>
</div>
</footer>
<script src="index.js"></script>
</body>
</html>