-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (170 loc) · 8.88 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<title>Hello, world!</title>
<style>
.callout {
padding-left: .5rem;
margin-top: 1.25rem;
margin-bottom: 1.25rem;
border: 1px solid rgba(0, 0, 0, .125);
border-left-width: .33rem;
border-radius: .25rem;
}
.callout-danger {
border-left-color: #ff0800;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="#">Navbar</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="callout callout-danger">
<a href="#" class="text-decoration-none" style="color: black;">
<img alt="" style="width: 4rem;" class="mx-3 py-3" src="img/corona-rey.png">
<span class="ps-1"><b>Full Menu</b></span>
</a>
</div>
<ul class="list-group">
<li class="list-group-item py-0 px-0">
<a href="#" class="text-decoration-none d-table" style="color: black;">
<img alt="" class="d-table-cell" style="height: 5rem;" src="img/01-small.jpg">
<span class="d-table-cell align-middle ps-0">Completos</span>
</a>
</li>
<li class="list-group-item py-0 px-0">
<div>
<a href="#" class="text-decoration-none d-table" style="color: black;">
<img alt="" class="d-table-cell" style="height: 5rem;" src="img/04-small.jpg">
<span class="d-table-cell align-middle ps-0">Chorrillanas</span>
</a>
</div>
</li>
<li class="list-group-item py-0 px-0">
<div>
<a href="#" class="text-decoration-none d-table" style="color: black;">
<img alt="" class="d-table-cell" style="height: 5rem;" src="img/09-small.jpg">
<span class="d-table-cell align-middle ps-0">Sandwiches</span>
</a>
</div>
</li>
<li class="list-group-item py-0 px-0">
<div>
<a href="#" class="text-decoration-none d-table" style="color: black;">
<img alt="" class="d-table-cell" style="height: 5rem;" src="img/03-small.jpg">
<span class="d-table-cell align-middle ps-0">Salchipapas</span>
</a>
</div>
</li>
<li class="list-group-item py-0 px-0">
<div>
<a href="#" class="text-decoration-none d-table" style="color: black;">
<img alt="" class="d-table-cell" style="height: 5rem;" src="img/01-small.jpg">
<span class="d-table-cell align-middle ps-0">Asses</span>
</a>
</div>
</li>
</ul>
</div>
<div class="col-md-9">
<div class="row text-center">
<h1 class="m-4"><strong>Full Menu</strong></h1>
<h2 class="m-4"><strong>Favoritos de nuestros clientes</strong></h1>
</div>
<div class="row">
<div class="text-center col-md-4 px-4 py-4">
<img class="img-fluid" src="img/01-small.jpg" alt="" />
<p class="card-text fs-5">As / Completo</p>
</div>
<div class="text-center col-md-4 px-4 py-4">
<img class="img-fluid" src="img/03-small.jpg" alt="" />
<p class="card-text fs-5">Salchipapa</p>
</div>
<div class="text-center col-md-4 px-4 py-4">
<img class="img-fluid" src="img/04-small.jpg" alt="" />
<p class="card-text fs-5">Chorrillana</p>
</div>
<div class="text-center col-md-4 px-4 py-4">
<img class="img-fluid" src="img/05-small.jpg" alt="" />
<p class="card-text fs-5">Mechada Pap</p>
</div>
<div class="text-center col-md-4 px-4 py-4">
<img class="img-fluid" src="img/07-small.jpg" alt="" />
<p class="card-text fs-5">Veggie Pap</p>
</div>
<div class="text-center col-md-4 px-4 py-4">
<img class="img-fluid" src="img/08-small.jpg" alt="" />
<p class="card-text fs-5">Sandwich Vegetariano</p>
</div>
<div class="text-center col-md-4 px-4 py-4">
<img class="img-fluid" src="img/09-small.jpg" alt="" />
<p class="card-text fs-5">Lomito</p>
</div>
<div class="text-center col-md-4 px-4 py-4">
<img class="img-fluid" src="img/11-small.jpg" alt="" />
<p class="card-text fs-5">Chorrillana Premium</p>
</div>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script>
-->
</body>
</html>