-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
305 lines (290 loc) · 14.3 KB
/
faq.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ</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 href="fontawesome/css/all.min.css" rel="stylesheet">
<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 active"><a href="index.html" class="mc-nav-link">
<i class="fas fa-carrot"></i>
Home
</a></li>
<li class="mc-nav-item"><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="container px-4 pb-5">
<h2 class="pb-2">FAQ</h2>
</div>
<div class="accordion accordion-flush mc-mb-120" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header">
<a class="accordion-button collapsed" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
How can I learn Laravel?
</a>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">I would love to teach you deep and advanced topics of the
<code>laravel</code> framework. This is kind of my first crash course, but if you would like to
suggest something I would love to hear your thoughts on it.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<a class="accordion-button collapsed" data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
How can I communicate with you for more details?
</a>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
You are always reach me on my email <code>[email protected]</code> or if you wish DM me, you can
find me anywhere using this handle <code>mkwsra</code>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<a class="accordion-button collapsed" data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree" aria-expanded="false"
aria-controls="flush-collapseThree">
Did you build this theme?
</a>
</h2>
<div id="flush-collapseThree" class="accordion-collapse collapse"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">As I stated before in many places in this website, I took Xtra Blog
theme and I changed and it tweaked it to match the purposes of this tutorial
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<a class="accordion-button collapsed" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFour" aria-expanded="false"
aria-controls="flush-collapseFour">
How can I support you?
</a>
</h2>
<div id="flush-collapseFour" class="accordion-collapse collapse"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
Actually I just want a like or a comment if you think that you learnt something new here, and if
you to share my tutorial videos I would REALLY appreciate it! only so I can get motivated to
build more, and if you to share my videos please write me a comment that you did so, I would
like to see who are my fans and I would appreciate you guys more, because eventually I would
love to have a community surrounding my <a href="https://www.youtube.com/@multi-caret"
target="_blank">Youtube channel</a>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<a class="accordion-button collapsed" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFive" aria-expanded="false"
aria-controls="flush-collapseFive">
Do you like Microsoft?
</a>
</h2>
<div id="flush-collapseFive" class="accordion-collapse collapse"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
I mean it's a huge company and without it the whole earth would stop (Windows). But hold on
why you are asking me such questions? 🤷♂️
</div>
</div>
</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/[email protected]/dist/masonry.pkgd.min.js"
integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D" crossorigin="anonymous"
async></script>
<script src="js/scripts.js"></script>
</body>
</html>