-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacto.html
38 lines (36 loc) · 1.64 KB
/
contacto.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
<!DOCTYPE html>
<html>
<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">
<title>Pasteleria Singular</title>
<link rel="stylesheet" href="./estilos.css">
</head>
<body>
<div class="navbar">
<img src="./logo.png" alt="Logo Pasteleria Singular" width="150">
<div id="menu"><a href="./pastelero.html"><p>PASTELERO</p></a></div>
<div id="menu"><a href="menu.html"><p>MENU</p></a></div>
<div id="menu"><a href="./pedido.html"><p>PEDIDO</p></a></div>
<div id="menu"><a href="./index.html"><p>HOME</p></a></div>
</div>
<div>
<a href="https://www.google.com/maps/place/Condominio+Gardenia+28,+La+Gigantera,+45610+San+Pedro+Tlaquepaque,+Jal./@20.5882597,-103.3895218,18z/data=!4m5!3m4!1s0x8428ad3cfa76003f:0x23068ff6f5eda2ea!8m2!3d20.5886272!4d-103.3907682">
<img src="./maps.png" alt="mapa" id="maps"></a>
</div>
<section id="datos">
<p> Telefono</p>
<p> 3331749212</p>
<p> Email</p>
<p> [email protected]</p>
<p> Domicilio</p>
<p> Cerezos #750 int. 28 Col. Miraflores</p>
</section>
<footer>
<p>Jardines de los cerezos #750 int 28 Jardines de Miraflores<br>
<a href="mailto:[email protected]">[email protected]</a></p>
<p>Tel: 3331749212</p>
</footer>
</body>
</html>