-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
119 lines (119 loc) · 5.49 KB
/
about.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
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
<!DOCTYPE html>
<html lang="es_MX" class="no-js">
<head>
<!-- Meta -->
<title>Nosotros</title>
<meta charset="UTF-8">
<meta name="description" content="About Us">
<meta name="author" content="Julian David Castillo for LaunchX">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Styles -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="vendor/animate/animate.css" rel="stylesheet" type="text/css"/>
<link href="css/style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Navbar -->
<div class="navigation container-fluid">
<div class="row justify-content-md-center ">
<div class="col-md-10 col-sm-12">
<nav class="navbar navbar-default">
<a class="navbar-brand" href="index.html">
<img src="img/logo-black.png" height="120" alt="Logo">
</a>
<div class="button_container" id="toggle">
<span class="black top"></span>
<span class="black middle"></span>
<span class="black bottom"></span>
</div>
<div class="overlay" id="overlay">
<nav class="overlay-menu">
<ul>
<li> <a href="about.html">Nosotros</a></li>
<li> <a href="order.html">Pedido</a></li>
<li> <a href="services.html">Servicios</a></li>
<li> <a href="admon.html">Admon</a></li>
</ul>
</nav>
</div>
</nav>
</div>
</div>
</div>
<!-- End Navbar -->
<!-- About Us -->
<div class="container-fluid products-2">
<div class="row justify-content-md-center ">
<div class="col-md-10 col-sm-12">
<div class="row">
<div class="col-xl-8 col-md-10 col-sm-12">
<h1 style="color:#f358d2">Nosotros</h1>
<br>
<p style="color:#f358d2;text-align:justify;">Serenity´s Deli nace un 25 de Octubre de 1996 de la necesidad de encontrar pasteles diferentes para los eventos sociales de la gente de la Delegacion Coyoacan en la Ciudad de Mexico. <br><br>
Don Alejandro Sarcido de oficio repostero y astronomo de aficion fue nuestro fundador y quien comenzo con el sueño.
<br><br>
Hoy despues de mas de 25 años, continuamos con la tradicion sirviendo a nuestros clientes delicias de otro mundo y sabores de otra galaxia! Si no nos conoces te invitamos a probarlos.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- End About US -->
<!-- Additional -->
<div class="container additional">
<div class="row">
<div class="col-xl-4">
<img src="img/photo-8.jpg" class="img-fluid" alt="Image">
</div>
<div class="col-xl-4">
<img src="img/photo-4.jpg" class="img-fluid" alt="Image">
</div>
<div class="col-xl-4">
<img src="img/photo-5.jpg" class="img-fluid" alt="Image">
</div>
</div>
</div>
<!-- End Additional -->
<!-- Footer -->
<div class="container-fluid footer ">
<div class="row">
<div class="col-xl-2 col-md-8 offset-md-1 col-sm-12 ">
<p>
<a href="about.html">Nosotros</a><br>
<a href="order.html">Pedido</a><br>
<a href="services.html">Servicios</a><br>
<a href="admon.html">Admon</a><br>
</p>
</div>
<div class="col-xl-2 col-md-8 offset-md-1 col-sm-12 ">
<p>
<a href="index.html">Privacidad</a><br>
<a href="index.html">Terminos de uso </a><br>
<a href="index.html">Copyright © 2022 </a><br>
<a href="index.html">JDCR for LaunchX</a><br>
</p>
</div>
<div class="col-xl-2 col-md-8 offset-md-1 col-sm-12">
<p>
Serenity´s Deli<br>
Carrillo Puerto No 226<br>
04000 - Coyoacan (CDMX)<br>
TEL. 55 348 596 96
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3764.4382484716866!2d-99.16503218509466!3d19.350167686931247!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x85d1ffc3500bd631%3A0xb47f87e5361c189!2sFelipe%20Carrillo%20Puerto%20226%2C%20Coyoac%C3%A1n%2C%2004000%20Ciudad%20de%20M%C3%A9xico%2C%20CDMX!5e0!3m2!1ses-419!2smx!4v1646616991860!5m2!1ses-419!2smx" width="300" height="225" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</p>
</div>
</div>
</div>
<!-- End Footer -->
<!-- Javascript -->
<script src="vendor/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="vendor/wow/wow.js"></script>
<script src="js/script.js"></script>
<script>
new WOW().init();
</script>
<!-- End Javascript -->
</body>
</html>