-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathequipa.html
57 lines (53 loc) · 1.95 KB
/
equipa.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
<!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">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/cabecalho.css">
<link rel="stylesheet" href="css/equipa.css">
<link rel="stylesheet" href="css/rodape.css">
<title>Equipa | God's Dádiva </title>
</head>
<body>
<header>
<div class="cabecalho contentor">
<div class="cabecalho-textos">
<a href="index.html"> God's Dádiva </a>
<p> Cortes Perfeitos </p>
</div>
<nav class="cabecalho-nav">
<ul>
<li class="nav-item"><a href="index.html"> Home </a></li>
<li class="nav-item"><a href="galeria.html"> Geleria </a></li>
<li class="nav-item" id="activa"><a href="equipa.html"> Equipa </a></li>
<li class="nav-item"><a href="precos.html"> Preços </a></li>
<li class="nav-item"><a href="sobre.html"> Sobre </a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="seccao-texto">
<h1> A Equipa </h1>
</section>
<section class="seccao-fotos">
<figure>
<img src="img/wilson.jpg" alt="">
<figcaption> Wilson Coragem "Wy-Lay"</figcaption>
<p> Barbeiro </p>
</figure>
<figure>
<img src="img/celestino.JPG" alt="">
<figcaption> Celestino "Cele-Py" </figcaption>
<p> Barbeiro </p>
</figure>
</section>
</main>
<footer class="rodape">
<p> © 2022 Barbearia God's Dádiva </p>
</footer>
</body>
</html>