-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
387 lines (364 loc) · 13.3 KB
/
Copy pathindex.html
File metadata and controls
387 lines (364 loc) · 13.3 KB
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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Recipes 조리법</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT"
crossorigin="anonymous"
/>
<!-- font -->
<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=Montserrat:wght@400;700&family=Yeon+Sung&display=swap"
rel="stylesheet"
/>
<!-- cdn -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css"
/>
<!-- css -->
<link rel="stylesheet" href="./css/main.css" />
<!-- animate.css -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
integrity="sha512-c42qTSw/wPZ3/5LBzD+Bw5f7bSF2oxou6wEb+I/lqeaKV5FDIfMvvRp772y4jcJLKuGUOpbJMdg/BTl50fJYAw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<!-- navbar -->
<div class="navbarwrap fixed-top MeanyNavTrs py-4">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top bgcolor">
<div class="container-fluid">
<a class="navbar-brand text-white" href="#">Recipes 조리법</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 text-white"
aria-current="page"
href="#"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#footer">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link text-warning" href="#flavor">Amazing Flavour</a>
</li>
<li class="nav-item">
<a class="nav-link text-warning" href="#toast">Egg Toast</a>
</li>
<li class="nav-item">
<a class="nav-link text-warning" href="#veggie">Veggie Bowl</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#ott">Steps</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#footer">Contact Us</a>
</li>
</ul>
<form class="d-flex" role="search">
<input
class="form-control me-2"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button class="btn btn-outline-warning" type="submit">
Search
</button>
</form>
</div>
</div>
</nav>
</div>
<!-- hero start -->
<section class="hero">
<div class="hero__overlay"></div>
<video
playsinline="playsinline"
autoplay="auotoplay"
muted="muted"
loop="loop"
class="hero__video"
>
<source src="img/cokvid.mp4" type="video/mp4" />
</video>
<div class="hero__content h-100 container-fluid position-relative">
<div class="d-flex h-100 align-items-center hero__content-width">
<div class="text-white p-3">
<h1 class="hero__heading fw-bold mb-4 ">
Discover The Taste Of Real Dishes
</h1>
<p class="lead mb-4">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Rem
tempore repudiandae similique eligendi inventore, distinctio eos
tempora. Est, sit doloremque aliquid sint repellendus vero modi
ea, nulla expedita, soluta ut.
</p>
<a
href="#"
class="mt-2 btn btn-lg btn-outline-warning"
role="button"
>
Take a look
</a>
</div>
</div>
</div>
<a href="#scroll-down" class="hero__scroll-btn">
Explore
<i class="bi bi-arrow-down-short"></i>
</a>
</section>
<!-- hero end -->
<a id="scroll-down"></a>
<!-- part 1 section 1 start -->
<section id="flavor" class="steps container-fluid">
<div class="row">
<div class="col-12 col-md-6 d-md-flex justify-content-md-ceneter">
<img
src="img/mix.jpg"
alt="mix"
class="img-fluid pb-4 steps_section-thumbnail"
width="400"
height="527"
loading="lazy"
/>
</div>
<div
class="col-12 col-md-6 align-self-center justify-content-md-center"
>
<div class="steps__content-width mx-5">
<span>01</span>
<h1 class="h2 mb-4">Amazing Flavour</h1>
<p class="mb4">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Itaque
inventore, et quo numquam autem impedit quae magni nam porro quasi
ea optio illo eum eos placeat, cumque molestias aperiam
voluptatum?
</p>
<a href="#">Read More<i class="bi bi-arrow-right-short"></i></a>
</div>
</div>
</div>
</section>
<!-- part 1 section 1 end -->
<!-- part 1 section 2 start -->
<section id="toast" class="steps steps--background container-fluid">
<div class="row">
<div
class="col-12 col-md-6 d-md-flex justify-content-md-ceneter order-md-1"
>
<img
src="img/egg.jpg"
alt="mix"
class="img-fluid pb-4 steps_section-thumbnail"
width="400"
height="527"
loading="lazy"
/>
</div>
<div
class="col-12 col-md-6 align-self-center justify-content-md-center"
>
<div class="steps__content-width ms-5">
<span>02</span>
<h1 class="h2 mb-4">Egg Toast</h1>
<p class="mb4">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Itaque
inventore, et quo numquam autem impedit quae magni nam porro
quasi ea optio illo eum eos placeat, cumque molestias aperiam
voluptatum?
</p>
<a href="#">Read More<i class="bi bi-arrow-right-short"></i></a>
</div>
</div>
</div>
</section>
<!-- part 1 section 2 end -->
<!-- part 1 section 3 start -->
<section id="veggie" class="steps container-fluid">
<div class="row">
<div class="col-12 col-md-6 d-md-flex justify-content-md-ceneter">
<img
src="img/ha.jpg"
alt="mix"
class="img-fluid pb-4 steps_section-thumbnail"
width="400"
height="527"
loading="lazy"
/>
</div>
<div
class="col-12 col-md-6 align-self-center justify-content-md-center"
>
<div class="steps__content-width mx-5">
<span>03</span>
<h1 class="h2 mb-4">Veggie Bowl</h1>
<p class="mb4" id="ott">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Itaque
inventore, et quo numquam autem impedit quae magni nam porro quasi
ea optio illo eum eos placeat, cumque molestias aperiam
voluptatum?
</p>
<a href="#">Read More<i class="bi bi-arrow-right-short"></i></a>
</div>
</div>
</div>
</section>
<!-- part 1 section 3 end -->
<!-- part 2 section 1 start -->
<section class="container-fluid my-4 bg-dark text-white py-4 ">
<div class="row justify-content-around">
<div class="col-12 col-md-3 mb-4">
<a href=""><img
src="img/ingrediengt.jpg"
class="mb-4 img-fluid"
alt="Ingredients"
width="441"
height="248"
loading="lazy"
/></a>
<h3>Ingredients</h3>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Itaque
inventore, et quo numquam autem impedit quae magni nam porro
quasi ea optio illo eum eos placeat, cumque molestias aperiam
voluptatum?
</p>
</div>
<div class="col-12 col-md-3 mb-4">
<a href=""><img
src="img/cut.jpg"
class="mb-4 img-fluid"
alt="cut"
width="441"
height="248"
loading="lazy"
/></a>
<h3>Cutting</h3>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Itaque
inventore, et quo numquam autem impedit quae magni nam porro
quasi ea optio illo eum eos placeat, cumque molestias aperiam
voluptatum?
</p>
</div>
<div class="col-12 col-md-3 mb-4">
<a href=""><img
src="img/rice.jpg"
class="mb-4 img-fluid"
alt="rice"
width="441"
height="248"
loading="lazy"
/></a>
<h3>Rice & Veggies</h3>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Itaque
inventore, et quo numquam autem impedit quae magni nam porro
quasi ea optio illo eum eos placeat, cumque molestias aperiam
voluptatum?
</p>
</div>
</div>
</section>
<!-- part 2 section 1 end -->
<!-- Footer Start -->
<footer id="footer" class="bg-light text-dark pt-5 pb-4">
<div class="container text-center text-md-left">
<div class="row text-start text-md-left">
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3">
<h5 class="text-uppercase mb-4 fw-bold">
Recipes 조리법
</h5>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quidem
debitis cupiditate est commodi blanditiis laudantium totam quos
recusandae ea quae, facilis veniam aliquid distinctio ducimus
corrupti adipisci quod tenetur animi?
</p>
</div>
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">
<h5 class="text-uppercase mb-4 fw-bold">
More Links
</h5>
<p>
<a href="#"class="text-dark" style="text-decoration: none;">Lorem, ipsum</a>
</p>
<p>
<a href="#"class="text-dark" style="text-decoration: none;">Lorem, ipsum</a>
</p>
<p>
<a href="#"class="text-dark" style="text-decoration: none;">Lorem, ipsum</a>
</p>
<p>
<a href="#"class="text-dark" style="text-decoration: none;">Lorem, ipsum</a>
</p>
</div>
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3">
<h5 class="text-uppercase mb-4 fw-bold">
Contact Us
</h5>
<p>
<a href="" style="text-decoration: none;"><i class="bi bi-house-fill mx-1"></i>Dammam, 32422, SA</a>
</p>
<p>
<a href="" style="text-decoration: none;"><i class="bi bi-envelope-fill mx-1"></i>Recipes@gmail.com</a>
</p>
<p>
<a href="" style="text-decoration: none;"><i class="bi bi-telephone-fill mx-1"></i>+966 5 8302 0022</a>
</p>
</div>
</div>
<hr class="mb-4">
<div class="row align-items-center">
<div class="col-md-6 col-lg-12">
<p><mdall>© Copyright 2022, Recipes</mdall></p>
</div>
</div>
</div>
</footer>
<!-- Footer End -->
<!-- js -->
<script
src="https://code.jquery.com/jquery-3.6.1.min.js"
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ="
crossorigin="anonymous"
></script>
<script src="./js/main.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZmdKbSSUnQlmh/jp3"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.min.js"
integrity="sha384-7VPbUDkoPSGFnVtYi0QogXtr74QeVeeIs99Qfg5YCF+TidwNdjvaKZX19NZ/e6oz"
crossorigin="anonymous"
></script>
</body>
</html>