-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.html
330 lines (312 loc) · 15 KB
/
categories.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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Categories</title>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,200;0,400;0,700;1,400;1,700;1,900&display=swap"
rel="stylesheet">
<!-- End of Google Fonts -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="fontawesome/css/all.min.css"> <!-- https://fontawesome.com/ -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<header class="mc-header" id="mc-header">
<div class="mc-header-wrapper">
<button class="navbar-toggler" type="button" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="mc-site-header">
<a href="index.html" class="mb-3 mx-auto site-logo">
<img src="img/logo.png" alt="Logo" width="70px">
</a>
<h1 class="text-center site-title">Lara<span class="fw-light">Recipes</span></h1>
</div>
<nav class="mc-nav" id="mc-nav">
<ul>
<li class="mc-nav-item"><a href="index.html" class="mc-nav-link">
<i class="fas fa-carrot"></i>
Home
</a></li>
<li class="mc-nav-item active"><a href="categories.html" class="mc-nav-link">
<i class="fas fa-cubes-stacked"></i>
Categories
</a></li>
<li class="mc-nav-item"><a href="single-category.html" class="mc-nav-link">
<i class="fas fa-cubes-stacked"></i>
Single Category
</a></li>
<li class="mc-nav-item"><a href="single-recipe.html" class="mc-nav-link">
<i class="fas fa-bowl-food"></i>
Single Recipe
</a></li>
<li class="mc-nav-item"><a href="about.html" class="mc-nav-link">
<i class="fas fa-lemon"></i>
About Us
</a></li>
<li class="mc-nav-item"><a href="contact.html" class="mc-nav-link">
<i class="fas fa-utensils"></i>
Contact Us
</a></li>
</ul>
</nav>
<div class="mc-mb-65">
<a href="https://x.com/mkwsra" class="mc-social-link">
<i class="fab fa-x-twitter mc-social-icon"></i>
</a>
<a href="https://linkedin.com/in/mkwsra" class="mc-social-link">
<i class="fab fa-linkedin-in mc-social-icon"></i>
</a>
<a rel="nofollow" href="https://fb.com/mkwsra" class="mc-social-link">
<i class="fab fa-facebook-f mc-social-icon"></i>
</a>
<a href="https://instagram.com/multicaret" class="mc-social-link">
<i class="fab fa-instagram mc-social-icon"></i>
</a>
</div>
<p class="pr-5 text-white">
Lara Recipes a demo of a Laravel tutorial created by
<a href="https://mkwsra.com" class="text-dark">Mo Kawsara</a>
using the Xtra Blog html5 theme as a
foundation, this theme got tweaked for the purposes of this tutorial.
</p>
<p class="mc-mb-80 text-white">If you liked this tutorial, consider helping me out by sharing this video series
with others and perhaps by
liking my <a href="https://www.youtube.com/@multi-caret" target="_blank" class="text-dark">YouTube
videos</a></p>
</div>
</header>
<div class="container-fluid">
<main class="mc-main">
<div class="px-4 mb-5 text-center border-bottom">
<h1 class="display-5 fw-bold text-body-emphasis">
<i class="fas fa-certificate text-warning"></i>
Top Notch Recipes
<i class="fas fa-certificate text-warning"></i>
</h1>
<div class="col-lg-10 mx-auto">
<p class="lead mb-4">Take the opportunity to explore the curated selection that our highly skilled and
experienced team has thoughtfully gathered specifically with you in mind. We've meticulously chosen
these offerings to cater to your needs and preferences, ensuring that what you encounter is
handpicked and tailored to suit your interests.</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5">
<button type="button" class="btn btn-warning btn-lg px-4">Browse Featured Recipes</button>
</div>
</div>
<div class="overflow-hidden" style="max-height: 30vh;">
<div class="container px-5">
<img src="img/1.jpeg" class="img-fluid border rounded-3 shadow-lg mb-4"
alt="Example image" width="700" height="500" loading="lazy">
</div>
</div>
</div>
<!-- Search form -->
<div class="row">
<div class="col-12">
<form method="GET" class="form-inline mc-mb-80 mc-search-form">
<input class="form-control mc-search-input" name="query" type="text" placeholder="Search..."
aria-label="Search">
<button class="mc-search-button" type="submit">
<i class="fas fa-search mc-search-icon" aria-hidden="true"></i>
</button>
</form>
</div>
</div>
<div class="container px-4 pb-5">
<h2 class="pb-2">Collections</h2>
<div class="row mb-2">
<div class="col-md-6">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-primary-emphasis">21 Recipes</strong>
<a href="#">
<h3 class="mb-0">Quick & Easy</h3>
</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-primary-emphasis">34 Recipes</strong>
<a href="#">
<h3 class="mb-0">Sunday Supper</h3>
</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-primary-emphasis">25 Recipes</strong>
<a href="#">
<h3 class="mb-0">Salad Meals</h3>
</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-primary-emphasis">9 Recipes</strong>
<a href="#">
<h3 class="mb-0">Cupcakes & Muffins</h3>
</a>
</div>
</div>
</div>
</div>
</div>
<h4 class="text-center my-5">
<img src="img/logo-whoops.svg" width="150" alt="No Data">
<i class="text-muted">
no data!
</i>
</h4>
<div class="row mc-mb-40">
<div class="col-12 text-center d-flex justify-content-around">
<nav aria-label="Page navigation example">
<ul class="pagination">
<li class="page-item">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
</a>
</li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</main>
<footer class="mc-main pt-5 mt-5 border-top">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-5">
<div class="col">
<a href="#!"
class="d-flex align-items-center mb-3 link-body-emphasis text-decoration-none site-logo">
<div class="mc-site-header">
<img src="img/logo.png" alt="Logo" width="70px">
<h3 class="text-center site-title">
Lara<span class="fw-light">Recipes</span>
</h3>
</div>
</a>
<p class="text-body-secondary">
Laravel Tutorial by <a href="https://x.com/mkwsra" target="_blank">
Mo Kawsara
</a>
</p>
</div>
<div class="col mb-3">
</div>
<div class="col mb-3">
<h5>Categories</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Category 1 <small>(12 recipes)</small>
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Category 2 <small>(7 recipes)</small>
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Category 3 <small>(6 recipes)</small>
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Category 4 <small>(6 recipes)</small>
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Category 5 <small>(4 recipes)</small>
</a>
</li>
</ul>
</div>
<div class="col mb-3">
<h5>Featured Recipes</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Recipe title 1
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Recipe title 2
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Recipe title 3
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Recipe title 4
</a>
</li>
<li class="nav-item mb-2">
<a href="#" class="nav-link p-0 text-body-secondary">
Recipe title 5
</a>
</li>
</ul>
</div>
<div class="col mb-3">
<h5>Useful Links</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Search
Categories</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Search
Recipes</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Most Viewed
Recipe</a></li>
<li class="nav-item mb-2"><a href="faq.html" class="nav-link p-0 text-body-secondary">FAQs</a>
</li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">About</a></li>
</ul>
</div>
</div>
<ul class="nav justify-content-center border-bottom border-top mt-2">
<li class="nav-item"><a href="terms.html" class="nav-link px-2 text-body-secondary">Terms &
Conditions</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Privacy Policy</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Photo Usage Policy</a></li>
</ul>
<div class="row">
<div class="col-md-6 col-12 mc-color-gray">
Developed with 🤩️ by <a rel="nofollow" target="_parent" href="#!" class="mc-external-link">Put Your
Name
Here Dear Laravel Developer</a>
</div>
<div class="col-md-6 col-12 mc-copyright">
<p class="text-body-secondary">© 2023 Multicaret, Inc</p>
</div>
</div>
</footer>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/masonry-layout@4.2.2/dist/masonry.pkgd.min.js"
integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D" crossorigin="anonymous"
async></script>
<script src="js/scripts.js"></script>
</body>
</html>