-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontato.html
More file actions
205 lines (184 loc) · 11.5 KB
/
contato.html
File metadata and controls
205 lines (184 loc) · 11.5 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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cafeteria Botafé - Contato</title>
<link rel="stylesheet" type="text/css" href="css/styles5.css">
<link rel="icon" href="assets/icones/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="32x32" href="assets/icones/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/icones/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/icones/apple-touch-icon.png">
<link rel="manifest" href="assets/icones/site.webmanifest">
</head>
<body>
<header>
<nav class="navbar">
<input type="checkbox" id="menu-btn" class="menu-btn">
<label for="menu-btn" class="menu-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="1em" width="1em">
<path d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z" />
</svg>
</label>
<div class="side-menu">
<div class="menu-container">
<strong>Principais Links</strong>
<label for="menu-btn" class="close-btn">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" height="1em" width="1em">
<path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z" />
</svg>
</label>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="sobre.html">Sobre</a></li>
<li><a href="emconstrucao.html">Produtos</a></li>
<li><a href="emconstrucao.html">Review</a></li>
<li><a href="emconstrucao.html">Contato</a></li>
<li><a href="emconstrucao.html">Blog</a></li>
</ul>
</div>
</div>
<a href="index.html" class="logo">
<img src="assets/icones/logo-grande.png" alt="Logo">
</a>
<div class="nav-btns">
<a href="#" class="nav-search" id="search-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z" />
</svg>
</a>
<form id="search-form" class="nav-search hidden">
<input type="text" id="search-input" placeholder="Buscar...">
<button type="submit">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/>
</svg>
</button>
</form>
<a href="#" class="nav-user" id="nav-user">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="1em" width="1em">
<path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z" />
</svg>
</a>
<a href="#" class="nav-cart">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" height="1em" width="1em">
<path d="M0 24C0 10.7 10.7 0 24 0H69.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z" />
</svg>
<span>+</span>
</a>
</div>
</nav>
</header>
<div class="form">
<div class="login-form" id="login-form">
<a href="#" class="form-cancel" id="login-cancel">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" height="1em" width="1em"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>
</a>
<strong>Fazer login</strong>
<form action="" method="post">
<input type="email" name="email" placeholder="Seuemail@gmail.com" id="email" required>
<input type="password" name="password" placeholder="Senha" id="password" required>
<input type="submit" value="Logar">
</form>
<div class="form-btns">
<a href="#" class="password-forget">Esqueceu sua senha?</a>
<a href="#" class="signup-btn" id="signup-btn">Criar uma conta</a>
</div>
</div>
</div>
<div class="form">
<div class="signup-form" id="signup-form">
<a href="#" class="form-cancel" id="signup-cancel">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" height="1em" width="1em"><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>
</a>
<strong>Criar conta</strong>
<form action="" method="post">
<input type="text" name="fullname" placeholder="Nome completo" id="fullname" required>
<input type="email" name="email" placeholder="Seuemail@gmail.com" id="email" required>
<input type="password" name="password" placeholder="Senha" id="password" required>
<input type="submit" value="Criar">
</form>
<div class="form-btns">
<a href="#" class="already-account" id="already-account">Já possui conta?</a>
</div>
</div>
</div>
<main>
<section class="book container" id="book">
<img src="assets/imagens/home/book-imagem-fundo.jpg" alt="Imagem de fundo de cafeteria" class="book-img">
<div class="book-overlay"></div>
<div class="book-data">
<h2>Reserve nossas mesas <br>
para eventos</h2>
<form action="book" method="post">
<div class="input-box">
<ion-icon name="call"></ion-icon>
<input type="tel" name="tel" placeholder="Insira seu numero" id="">
</div>
<div class="input-box">
<ion-icon name="person"></ion-icon>
<input type="number" name="" placeholder="Número de pessoas" id="">
</div>
<a href="#" class="book-btn">Reservar</a>
</form>
</div>
</section>
</main>
<section class="contact container" id="contact">
<div class="heading">
<h1>Entre em contato</h1>
</div>
<div class="contact-content">
<ul class="contact-list">
<li class="contact-info">
<ion-icon name="map-outline"></ion-icon>
<p>Rio de Janeiro - RJ</p>
</li>
<li class="contact-info">
<ion-icon name="mail-outline"></ion-icon>
<p>info@cafeteriabotafe.com</p>
</li>
<li class="contact-info">
<ion-icon name="call-outline"></ion-icon>
<p>(12) 34567-8910</p>
</li>
<li class="contact-info">
<ion-icon name="time-outline"></ion-icon>
<p>Segunda - Sexta: 07h00 às 17h00</p>
</li>
<li class="contact-info">
<ion-icon name="time-outline"></ion-icon>
<p>Sábado - Domingo: 08h00 às 18h00</p>
</li>
</ul>
<form action="#" class="contact-form">
<input type="text" name="name" placeholder="Seu nome" class="form-input" id="name" required>
<input type="email" name="email" placeholder="Seu email" class="form-input" id="email" required>
<textarea name="message" placeholder="Sua mensagem" class="form-input" id="message" required></textarea>
<button class="submit-button">Enviar</button>
</form>
</div>
</section>
<footer class="footer"id="footer">
<div class="social">
<a href="#"><ion-icon name="logo-instagram"></ion-icon></a>
<a href="#"><ion-icon name="logo-facebook"></ion-icon></a>
<a href="#"><ion-icon name="logo-linkedin"></ion-pinterest></a>
<a href="#"><ion-icon name="logo-twitter"></ion-icon></a>
</div>
<ul class="list">
<li><a href="licenciamentoeatribuiçoes.html">Licenciamento e atribuições</a></li>
<li><a href="sobre.html">Sobre</a></li>
<li><a href="#">Produtos</a></li>
<li><a href="#">Contato</a></li>
<li><a href="#">Política de Privacidade</a></li>
</ul>
<p class="copyright">
© 2025 Camilly Barbosa - Cafeteria Botafé | Todos os Direitos Reservados
</p>
</footer>
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
<script src="js/main.js"></script>
</body>
</html>