-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
211 lines (194 loc) · 8.46 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="output.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>El pimentón</title>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<img src="./img/logo.png" alt="" width="12%" height="auto" class="d-inline-block align-text-top">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/index.html">Inicio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Informacion</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://es.wikihow.com/Categor%C3%ADa:Comida-y-diversi%C3%B3n">Wikihow</a>
</li>
<li class="nav-item">
<a class="nav-link disabled">Sobre mi</a>
</li>
</ul>
</div>
</div>
</nav>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="ctn-text" id="text">
<h1>
El pimentón
</h1>
</div>
<main>
<section class="recipe">
<h2><a href="noqui.html" class="titulo">Como hacer Ñoquis</a></h2>
<div class="recipe-content">
<img src="https://www.wikihow.com/images/thumb/4/44/Make-Gnocchi-Step-20-Version-5.jpg/-crop-375-300-375px-nowatermark-Make-Gnocchi-Step-20-Version-5.jpg.webp"
alt="Receta deliciosa" height="200px" width="280px">
<p><a href="noqui.html">Si estás cansado de pagar mucho dinero para comer ñoquis en un restaurante, ¡hazlos tú mismo en casa!</a></p>
</div>
</section>
<section class="recipe">
<h2><a href="ravioles.html" class="titulo">Como hacer ravioles</a></h2>
<div class="recipe-content">
<img src="https://www.wikihow.com/images/thumb/3/3a/Make-Ravioli-Step-26.jpg/v4-728px-Make-Ravioli-Step-26.jpg.webp"
alt="Receta deliciosa" height="200px" width="280px">
<p><a href="ravioles.html">En caso de que te encante el sabor de los ravioles hechos a mano pero no te guste su precio alto, puedes prepararlos en casa. </a></p>
</div>
</section>
<section class="recipe">
<h2><a href="gelatina.html" class="titulo">Como hacer gelatina</a></h2>
<div class="recipe-content">
<img src="https://www.wikihow.com/images/thumb/6/6e/Make-Jello-Step-1-Version-3.jpg/v4-728px-Make-Jello-Step-1-Version-3.jpg.webp"
alt="Receta deliciosa" height="200px" width="280px">
<p><a href="gelatina.html">La gelatina es un postre rápido y fácil de hacer. Puedes usar gelatina en polvo o incluso hacer tu propia gelatina desde cero. </a></p>
</div>
</section>
<section class="recipe">
<h2><a href="barbacoa.html" class="titulo">Como hacer una barbacoa</a></h2>
<div class="recipe-content">
<img src="https://www.wikihow.com/images/thumb/5/55/Barbecue-Step-1-Version-3.jpg/v4-728px-Barbecue-Step-1-Version-3.jpg.webp"
alt="Receta deliciosa" height="200px" width="280px">
<p><a href="barbacoa.html">La comida asada tiene un sabor único y delicioso, además de esas hermosas marcas negras que le deja la parrilla. </a></p>
</div>
</section>
</main>
</div>
<!-- Footer -->
<footer class="text-center text-lg-start bg-white text-muted">
<!-- Section: Social media -->
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
<!-- Left -->
<!-- Right -->
<div>
<a href="" class="me-4 link-secondary">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="me-4 link-secondary">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="me-4 link-secondary">
<i class="fab fa-google"></i>
</a>
<a href="" class="me-4 link-secondary">
<i class="fab fa-instagram"></i>
</a>
<a href="" class="me-4 link-secondary">
<i class="fab fa-linkedin"></i>
</a>
<a href="" class="me-4 link-secondary">
<i class="fab fa-github"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold mb-4">
<i class="fas fa-gem me-3 text-secondary"></i>El pimentón
</h6>
<p>
Here you can use rows and columns to organize your footer content. Lorem ipsum
dolor sit amet, consectetur adipisicing elit.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Products
</h6>
<p>
<a href="#!" class="text-reset">Angular</a>
</p>
<p>
<a href="#!" class="text-reset">React</a>
</p>
<p>
<a href="#!" class="text-reset">Vue</a>
</p>
<p>
<a href="#!" class="text-reset">Laravel</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Useful links
</h6>
<p>
<a href="#!" class="text-reset">Pricing</a>
</p>
<p>
<a href="#!" class="text-reset">Settings</a>
</p>
<p>
<a href="#!" class="text-reset">Orders</a>
</p>
<p>
<a href="#!" class="text-reset">Help</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Contacto</h6>
<p><i class="fas fa-home me-3 text-secondary"></i> Managua, Nicaragua</p>
<p>
<i class="fas fa-envelope me-3 text-secondary"></i>
</p>
<p><i class="fas fa-phone me-3 text-secondary"></i> +505 8080 8000</p>
<p><i class="fas fa-print me-3 text-secondary"></i> +505 7797 8373</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.025);">
© 2023 Copyright:
<a class="text-reset fw-bold" href="https://mdbootstrap.com/">El pimentón</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</body>
</html>