-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocinhos.html
More file actions
63 lines (55 loc) · 2.44 KB
/
Copy pathdocinhos.html
File metadata and controls
63 lines (55 loc) · 2.44 KB
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Docinhos | Casa Docicanto</title>
<meta name="description" content="Galeria de docinhos artesanais da Casa Docicanto.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Inter:wght@400;500;600;700&family=Parisienne&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="site-header">
<a class="brand" href="index.html#inicio" aria-label="Casa Docicanto">
<img src="assets/logo-casa-docicanto.png" alt="Logo Casa Docicanto">
<span>Casa Docicanto</span>
</a>
<button class="menu-toggle" type="button" aria-label="Abrir menu" aria-expanded="false">
<span></span>
<span></span>
<span></span>
</button>
<nav class="site-nav" aria-label="Navegação principal">
<a href="index.html#inicio">Início</a>
<a href="index.html#produtos">Produtos</a>
<a href="index.html#contato">Contato</a>
</nav>
</header>
<main class="category-main">
<section class="category-hero">
<p class="eyebrow">Galeria</p>
<h1>Docinhos</h1>
<p>Docinhos artesanais para festas, presentes e momentos afetivos, com sabores clássicos e acabamento delicado.</p>
</section>
<section class="section">
<div class="empty-gallery">
<p>Em breve, novos trabalhos serão adicionados aqui.</p>
</div>
</section>
<div class="category-cta">
<a class="btn btn-primary" href="https://wa.me/5527996058718?text=Ol%C3%A1!%20Vim%20pelo%20site%20da%20Casa%20Docicanto%20e%20gostaria%20de%20fazer%20uma%20encomenda." target="_blank" rel="noopener">Fazer encomenda pelo WhatsApp</a>
</div>
</main>
<a class="whatsapp-float" href="https://wa.me/5527996058718?text=Ol%C3%A1!%20Vim%20pelo%20site%20da%20Casa%20Docicanto%20e%20gostaria%20de%20fazer%20uma%20encomenda." target="_blank" rel="noopener" aria-label="Falar com Casa Docicanto pelo WhatsApp">
<span>WhatsApp</span>
</a>
<footer class="site-footer">
<img src="assets/logo-casa-docicanto.png" alt="Casa Docicanto">
<p>Casa Docicanto</p>
<small>Feito com amor em cada detalhe.</small>
</footer>
<script src="script.js"></script>
</body>
</html>