-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
431 lines (394 loc) · 16.5 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
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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
</head>
<body>
<header>
<nav>
<img width="128" src="image/logo.png" alt="">
<a href="">Home</a>
<a href="">About Us</a>
<a href="">Contact</a>
</nav>
</header>
<!-- carousel -->
<div class="carousel">
<!-- list item -->
<div class="list">
<div class="item">
<img src="image/img1.png">
<div class="content">
<div class="title">Spices</div>
<div class="topic">Cuisine</div>
<div class="des whiten">
<!-- lorem 50 -->
Moroccan cuisine is celebrated for its vibrant and aromatic flavors, which are created by an
intricate blend of spices. These spices not only enhance the taste but also reflect the
country's rich cultural heritage, influenced by Arabic, Berber, Andalusian, and Mediterranean
traditions.
</div>
<div class="buttons">
<button>SEE MORE</button>
<button>SUBSCRIBE</button>
</div>
</div>
</div>
<div class="item">
<img src="image/img2.png">
<div class="content">
<div class="title">Amlou</div>
<div class="topic">Energy</div>
<div class="des">
Amlou is a traditional Moroccan spread, often enjoyed as a dip or a spread on bread. It is a
rich, flavorful paste made primarily from almonds, argan oil, and honey.
</div>
<div class="buttons">
<button>SEE MORE</button>
<button>SUBSCRIBE</button>
</div>
</div>
</div>
<div class="item">
<img src="image/img3.png">
<div class="content">
<div class="title">Olive Oil</div>
<div class="topic">Cuisine</div>
<div class="des whiten">
Moroccan olive oil is renowned for its exceptional quality and unique flavor, reflecting the
rich agricultural heritage of Morocco.
</div>
<div class="buttons">
<button>SEE MORE</button>
<button>SUBSCRIBE</button>
</div>
</div>
</div>
<div class="item">
<img src="image/img4.png">
<div class="content">
<div class="title">Mint Tea</div>
<div class="topic">Tradition</div>
<div class="des">
Moroccan mint tea, also known as "Atay," is a beloved beverage in Morocco and an essential part
of Moroccan culture and hospitality. It is traditionally made with green tea, fresh mint leaves,
and sugar.
</div>
<div class="buttons">
<button>SEE MORE</button>
<button>SUBSCRIBE</button>
</div>
</div>
</div>
</div>
<!-- list thumnail -->
<div class="thumbnail">
<div class="item">
<img src="image/img1.png">
<div class="content">
<div class="title">
Name Slider
</div>
<div class="description">
Description
</div>
</div>
</div>
<div class="item">
<img src="image/img2.png">
<div class="content">
<div class="title">
Name Slider
</div>
<div class="description">
Description
</div>
</div>
</div>
<div class="item">
<img src="image/img3.png">
<div class="content">
<div class="title">
Name Slider
</div>
<div class="description">
Description
</div>
</div>
</div>
<div class="item">
<img src="image/img4.png">
<div class="content">
<div class="title">
Name Slider
</div>
<div class="description">
Description
</div>
</div>
</div>
</div>
<!-- next prev -->
<div class="arrows">
<button id="prev"><</button>
<button id="next">></button>
</div>
<!-- time running -->
<div class="time"></div>
</div>
<div class="what-you-need">
<div class="container">
<div class="title">
<h1>What<br> You Need</h1>
<button>Shop Now</button>
</div>
<div class="desc">
<h3>Online Store of Moroccan Products
</h3>
<p>Welcome to Moroccan Goods, your online store for Moroccan products. Discover a wide range of items,
including decor, poufs, tagines, souvenirs, food, clothing, rugs furniture, and more.
<br><br>
Our mission is to bring you the beauty of Moroccan craftsmanship at attractive prices. Explore and
enjoy
the essence of Moroccan culture through our carefully curated collection.
</p>
</div>
</div>
</div>
<div class="food-section">
<div class="container">
<h1>Food Section</h1>
<p class="desc">offering high-quality products, we hope to share our culture and traditions with you,
allowing you to experience the true essence of Morocco.</p>
<div class="food-items">
<div class="food-item" data-aos="fade-right" data-aos-delay="50" data-aos-duration="1000">
<img class="first-food" src="image/food/1.png" alt="">
<p class="title">Almond Amlou</p>
<p class="food-desc">Amlou is a traditional Moroccan spread</p>
</div>
<div class="food-item" data-aos="fade-up" data-aos-delay="250" data-aos-duration="1000">
<img class="second-food" src="image/food/2.png" alt="">
<p class="title">Olive Oil</p>
<p class="food-desc">Moroccan olive oil is renowned for its exceptional quality and unique flavor
</p>
</div>
<div class="food-item" data-aos="fade-left" data-aos-delay="450" data-aos-duration="1000">
<img class="third-food" src="image/food/3.png" alt="">
<p class="title">Tradition Tea</p>
<p class="food-desc">Moroccan mint tea, also known as "Atay," is a beloved beverage in Morocco
</p>
</div>
</div>
<button class="food-more">
Show More
</button>
</div>
</div>
<div class="berrad-section">
<div class="container">
<h1>MOROCCAN CUISINE IS MORE THAN JUST FOOD</h1>
<p>
It tells ancient tales
<br><br>
It is symbolic
<br><br>
It holds the essence of cultures
<br><br>
That must never be forgotten
</p>
</div>
</div>
<div class="carpets-section">
<div class="container">
<div class="carpet-item">
<img src="image/carpet1.jpg" alt="" data-aos="fade-right" data-aos-delay="50" data-aos-duration="1000">
<h4>Atlas Artistry Rug</h4>
<h4>Buy 1 Get 1 Free</h4>
<p>Inspired by the majestic Atlas Mountains of Morocco,
our Atlas Artistry Rug is a masterpiece of traditional
craftsmanship.</p>
<button class="carpet food-more">Read More</button>
</div>
<div class="carpet-item">
<h4>Atlas Artistry Rug</h4>
<h4>Buy 1 Get 1 Free</h4>
<p>Inspired by the majestic Atlas Mountains of Morocco,
our Atlas Artistry Rug is a masterpiece of traditional
craftsmanship.</p>
<button class="carpet food-more">Read More</button>
<br>
<img src="image/carpet2.jpg" alt="" data-aos="fade-left" data-aos-delay="250" data-aos-duration="1000">
</div>
</div>
</div>
<div class="woman berrad-section">
<div class="container">
<div class="content">
<h1>A rug carries stories</h1>
<p>
An moroccan rug is more than a rug
<br><br>
It tells ancient stories
<br><br>
It is symbolic
<br><br>
It holds traces from cultures
<br><br>
That should never be forgotten
</p>
</div>
</div>
</div>
<div class="beauty food-section">
<div class="container">
<h1>Beauty Section</h1>
<div class="food-items">
<div class="food-item" data-aos="fade-right" data-aos-delay="50" data-aos-duration="1000">
<img class="first-food" src="image/food/beauty1.png" alt="" >
<p class="title">Argan Soap</p>
<p class="food-desc">Handmade with care using traditional methods, our Argan Soap is free from harsh
chemicals</p>
</div>
<div class="food-item" data-aos="fade-down" data-aos-delay="250" data-aos-duration="1000">
<img class="second-food" src="image/food/beauty2.png" alt="">
<p class="title">Argan Oil</p>
<p class="food-desc">Moroccan magic in a bottle
Radiant skin, naturally.
</p>
</div>
<div class="food-item" data-aos="fade-left" data-aos-delay="450" data-aos-duration="1000">
<img class="third-food" src="image/food/beauty3.png" alt="">
<p class="title">Honey Soap</p>
<p class="food-desc">Indulge in nature's bounty
"Pamper your skin with pure sweetness
</p>
</div>
</div>
<p class="desc">we aspire to unveil the richness of our culture and traditions,
offering you a genuine encounter with the essence of Morocco.
</p>
<button class="food-more">
Show More
</button>
</div>
</div>
<div class="pottery berrad-section">
<div class="container">
<div class="content">
<h1>A piece of pottery carries stories
</h1>
<p>
A pot is more than a vessel
<br><br>
It echoes ancient narratives
<br><br>
It is symbolic
<br><br>
It preserves traces from cultures
<br>
<br>
That must be remembered
</p>
</div>
</div>
</div>
<div class="pottery food-section">
<div class="container">
<h1>Pottery Section</h1>
<div class="food-items">
<div class="food-item" data-aos="fade-right" data-aos-delay="50" data-aos-duration="1000">
<img class="first-food" src="image/food/bt1.png" alt="">
<p class="title">Sky Blue Plate</p>
<p class="food-desc">Capture the serene beauty of the
Atlas Mountains with our Atlas Sky
Blue Plates</p>
</div>
<div class="food-item" data-aos="fade-up" data-aos-delay="250" data-aos-duration="1000">
<img class="second-food" src="image/food/bt2.png" alt="">
<p class="title">Midnight Blue
Plate</p>
<p class="food-desc">Inspired by the vibrant
city of Marrakech
</p>
</div>
<div class="food-item" data-aos="fade-left" data-aos-delay="450" data-aos-duration="1000">
<img class="third-food" src="image/food/bt3.png" alt="">
<p class="title">Sunburst Yellow
Plate</p>
<p class="food-desc">Brighten your table with our Berber
Sunburst Yellow Plates
</p>
</div>
</div>
<button class="food-more">
Show More
</button>
</div>
</div>
<div class="contact food-section">
<div class="container">
<h1>Contact Us</h1>
<p>We'd love to hear from you. Get in touch with us through any of the methods below</p>
<div class="input-container">
<input type="text" placeholder="Your E-mail">
<button class="food-more">Subscribe</button>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="column first">
<img width="128" src="image/logo.png" alt="">
<p>Our Moroccan products website offers a wide range of authentic and high-quality items, sourced directly from local artisans. From handcrafted rugs and ceramics to traditional spices and beauty products, each item tells a story of rich cultural heritage and skilled craftsmanship.</p>
<div class="social-icons-btn">
<a class="icons facebook" href="#">
<img src="image/icons/facebook.png" alt="">
</a>
<a class="icons whats" href="#">
<img src="image/icons/whatsapp.png" alt="">
</a>
<a class="icons instagram" href="#">
<img src="image/icons/instagram.png" alt="">
</a>
<a class="icons twitter" href="#">
<img src="image/icons/twitter.png" alt="">
</a>
</div>
</div>
<div class="column flex second">
<div class="sub-column">
<a href="#">About</a>
<a href="#">History</a>
<a href="#">Our Team</a>
<a href="#">Brand Guidelines</a>
<a href="#">Terms & Condition</a>
<a href="#">Privacy Policy</a>
</div>
<div class="sub-column">
<a href="#">Services</a>
<a href="#">How to Order</a>
<a href="#">Our Product</a>
<a href="#">Order Status</a>
<a href="#">Promo</a>
<a href="#">Payment Method</a>
</div>
<div class="sub-column">
<a href="#">Other</a>
<a href="#">Contact Us</a>
<a href="#">Help</a>
<a href="#">Privacy</a>
</div>
</div>
</div>
</footer>
<script>
AOS.init();
</script>
<script src="app.js"></script>
</body>
</html>