-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (63 loc) · 2.41 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sagrada Família Ateliê</title>
<link href="CSS/index.css" rel="stylesheet">
</head>
<body>
<header>
<img src="fotos/bitmap.png" alt="Sagrada Família Ateliê">
</header>
<nav>
<ul class="naveg"><li><a href="index.html"> HOME </a> </li>
<li><a href="preligiosas.html"> ITENS RELIGIOSOS </a> </li>
<li><a href="outrasp.html"> OUTROS ITENS </a></li> </ul>
</nav>
<div class="conteudo">
<main>
<article>
<h2>Sagrada Família Ateliê</h2>
<p>No nosso ateliê são produzidas diversas peças, entre elas bordados diversos, pathwork, enxovais para bebês
e peças religiosas! Nesse site você pode encontrar fotos e informações de nossas peças mais produzidas e como
nos contactar!</p>
<figure><img src="fotos\path3125-4.png" alt="Logo do Ateliê"></figure>
</article>
<article>
<h2>Sobre Nós:</h2>
<p>O Ateliê começou com o sonho de uma dona de casa que amava costura. Conhecendo e trabalhando com Pathwork,
ela investiu nesse hobbie e hoje trabalhamos em família com costura, bordados personalizados e muito amor. </p>
</article>
</main>
<aside>
<p class="tituloa">Clique na foto e veja no instagram!</p>
<div><figure>
<a href="https://www.instagram.com/p/CS7Xv1Tn1xa/"> <img src="fotos\Capturar.JPG"
alt="Conjunto de Alfaias"></a>
</figure>
<figure>
<a href="https://www.instagram.com/p/CSpOGJdrZq4/"> <img src="fotos\Capturar2.JPG"
alt="Manta de Bebê"></a>
</figure>
<figure>
<a href="https://www.instagram.com/p/CKxcb7LrxfL/"> <img src="fotos\fralda.jpg"
alt="Fraldas de Bebê"></a>
</figure>
</div>
</aside>
</div>
<a href="#" class="topo"><img src="fotos\seta.png"></a>
<footer>
<ul>
<li>Fale Conosco:
<ul>
<li>Email: [email protected]</li>
<li>Telefone: xx x xxxx-xxxx</li>
</ul>
</li>
<li>Siga-nos no <a href="https://www.instagram.com/sagradafamilia_bordados/?hl=pt-br"
title="Instagram do Ateliê."> Instagram</a>!</li>
</ul>
</footer>
</body>
</html>