-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (64 loc) · 2.73 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
<!DOCTYPE html>
<html Lang="en">
<head>
<meta charset="utf8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PASTELSE RICOS </title>
<link rel="STYLESHEET" type="text/css" href="estilos.css" ></link>
</head>
<body>
<header>
<img class="icono" src="./images/Icono.png" align="left">
<div class="frase"><h1> Una grandiosa tradición, un excelente sabor</h1></div>
</header>
<section>
<nav>
<a href="./index.html" target="_self">Home</a>
<a href="./Cliente/Pasteles.html" target="_self">Pasteles</a>
<a href="./Cliente/Formulario.html" target="_self">Arma tu Pastel</a>
<a href="./Cliente/Precios.html" target="_self">Precios</a>
<a href="./Admin/Pedidos.html" target="_self">Pastelero</a>
</nav>
</section>
<div class="Portada">
<img src="./images/Intro.jpg">
<img src="./images/Intro2.jpg">
<img src="./images/Intro3.jpg">
</div>
<figure>
<img src="./images/Pasteleria.png">
</figure>
<section class="historia">
<h2>¿Quiénes somos?</h2>
<article>Somos una Pasteleria familiar que a lo largo del tiempo ha compartido sus recetas en
ricos sabores de pasteles, dando amor y sabor. Donde se comparten recuerdos, experiencias
y alegrias al compratir una rebanada con tus seres queridos.
Nuestras recetas han trascendido desde generaciones al momento que el cliente prueba
nuestros productos tambien pruebas un poco de nuestra historia.
</article>
</section>
<footer>
<h1>PASTELITOS</h1>
<section class="Direccion">
<table>
<tr>
<th><b>Dirección:</b></th>
<th><b>Teléfono:</b></th>
<th><b>Horario:</b></th>
</tr>
<tr>
<td><a href="https://goo.gl/maps/HHrEuj2K2EzKsbgZ9" target="_blank">Sexta Priv. de San Pedro 1807, San Francisco, 78435</a></td>
<td>444-478-9123</td>
<td>
<ul>
<li>Lunes a Viernes: 8:00 am - 20:00 pm</li>
<li>Sábado a Domingo: 8:00 am - 12:00 pm</li>
</ul>
</td>
</tr>
</table>
</section>
</footer>
</body>
</html>