-
Notifications
You must be signed in to change notification settings - Fork 0
/
store.html
executable file
·169 lines (150 loc) · 6.63 KB
/
store.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
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="icon" type="image/svg" href="img/Favicon.svg">
<link rel="apple-touch-icon" href="img/Favicon.svg">
<link rel="apple-touch-startup-image" href="img/Favicon.svg">
<link rel="manifest" href="manifest.json">
<link rel="script.js" href="script.js">
<title>Churromania</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/business-casual.min.css" rel="stylesheet">
</head>
<body>
<h1 class="site-heading text-center text-white d-none d-lg-block">
<span class="site-heading-upper text-primary mb-3">Churros recién hechos que valen la pena comer</span>
<span class="site-heading-lower">Churromania</span>
</h1>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark py-lg-4" id="mainNav">
<div class="container">
<a class="navbar-brand text-uppercase text-expanded font-weight-bold d-lg-none" href="#">Churromania</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav mx-auto">
<li class="nav-item px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="index.html">Inicio
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="products.html">Productos</a>
</li>
<li class="nav-item active px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="store.html">Tienda</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="page-section cta">
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<div class="cta-inner text-center rounded">
<h2 class="section-heading mb-5">
<span class="section-heading-upper">¡Pida su domicilio!</span>
<span class="section-heading-lower">Tenemos servicio</span>
</h2>
<ul class="list-unstyled list-hours mb-5 text-left mx-auto">
<li class="list-unstyled-item list-hours-item d-flex">
Domingo
<span class="ml-auto">Cerrado</span>
</li>
<li class="list-unstyled-item list-hours-item d-flex">
Lunes
<span class="ml-auto">7:00 AM a 8:00 PM</span>
</li>
<li class="list-unstyled-item list-hours-item d-flex">
Martes
<span class="ml-auto">7:00 AM a 8:00 PM</span>
</li>
<li class="list-unstyled-item list-hours-item d-flex">
Miércoles
<span class="ml-auto">7:00 AM a 8:00 PM</span>
</li>
<li class="list-unstyled-item list-hours-item d-flex">
Jueves
<span class="ml-auto">7:00 AM a 8:00 PM</span>
</li>
<li class="list-unstyled-item list-hours-item d-flex">
Viernes
<span class="ml-auto">7:00 AM a 8:00 PM</span>
</li>
<li class="list-unstyled-item list-hours-item d-flex">
Sabado
<span class="ml-auto">9:00 AM a 5:00 PM</span>
</li>
</ul>
<p class="address mb-5">
<em>
<strong>Churromania</strong>
<br>
Planeta Rica, Córdoba
</em>
</p>
<p class="mb-0">
<small>
<em>Escríbanos</em>
</small>
<br>
(310) 496-8033
<br>
(300) 410-5733
</p>
</div>
</div>
</div>
</div>
</section>
<section class="page-section about-heading">
<div class="container">
<img class="img-fluid rounded about-heading-img mb-3 mb-lg-0" src="img/about.jpg" alt="">
<div class="about-heading-content">
<div class="row">
<div class="col-xl-9 col-lg-10 mx-auto">
<div class="bg-faded rounded p-5">
<h2 class="section-heading mb-4">
<span class="section-heading-upper">Acerca de</span>
<span class="section-heading-lower">Nuestros Churros</span>
</h2>
<p>Estamos orgullosos de nuestro trabajo y se nota.
<br>Cada vez que órdene churros, le garantizamos que será una experiencia que valga la pena tener.</p>
<p class="mb-0">Solicite su órden para su rutina diaria, un encuentro con amigos o simplemente para disfrutar de un tiempo a solas.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer text-faded text-center py-5">
<div class="container">
<p class="m-0 small">Copyright © Jhonatan Petro Ruiz</p>
<p class="m-0 small">Sí quieres un sitio web así,
<br>contáctame: +57 (300) 410-5733</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Script to highlight the active date in the hours list -->
<script>
$('.list-hours li').eq(new Date().getDay()).addClass('today');
</script>
</body>
</html>