-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.html
441 lines (230 loc) · 14.4 KB
/
products.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
432
433
434
435
436
437
438
439
440
441
<!DOCTYPE html>
<html lang="en">
<head>
<title>Products</title>
<!-- tab logo -->
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- bootstrap CSS file link -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<!-- custom css file link -->
<link rel="stylesheet" href="css/product.css">
<style>
p {
text-align: justify;
}
</style>
</head>
<body>
<div id="top"></div>
<!-- header section starts -->
<header class="header">
<a href="#" class="logo"> <i class="fas fa-hiking"></i> musafir. </a>
<nav class="navbar">
<div id="nav-close" class="fas fa-times"></div>
<a href="index.html">home</a>
<a href="adventure.html">Adventure</a>
<a href="map.html">map</a>
<a href="blogs.html">blogs</a>
<a href="events.html">Events</a>
<a href="products.html">NE Products</a>
<a href="camping.html">Equipments</a>
<a href="about.html">about us</a>
<a onclick="window.open('https://musafir-ai.streamlit.app/')" class="ai-btn"><img height="20px" src="images/ai.png"></a>
</nav>
<div class="icons">
<div id="menu-btn" class="fas fa-bars"></div>
<!-- <a href="#" class="fas fa-shopping-cart"></a> -->
<div id="search-btn" class=""></div>
</div>
</header>
<!-- header section ends -->
<!-- search form start -->
<div class="search-form">
<div id="close-search" class="fas fa-times"></div>
<form action="">
<input type="search" name="" placeholder="search here..." id="search-box">
<label for="search-box" class="fas fa-search"></label>
</form>
</div>
<!-- search form ends-->
<!-- ---------------------------banner -->
<div class="banner-area"></div>
<!-- -----------------------------------------------------product section starts ----------------------------->
<div class="tabs horizontal-scroll-wrapper">
<div class="tabs__head">
<div class="tabs__toggle is-active">
<span class="tabs__name">Caps</span>
</div>
<div class="tabs__toggle">
<span class="tabs__name">Spices</span>
</div>
<div class="tabs__toggle">
<span class="tabs__name"> fermented-food</span>
</div>
<div class="tabs__toggle">
<span class="tabs__name">Industrial Goods</span>
</div>
</div>
<!-- ----------tab body html start -->
<div class="tabs__body">
<!-- --------------------------------------mask tab html start------------>
<div class="tabs__content is-active">
<h2 class="tabs__title" id="#mask">Northeast traditional caps</h2>
<div class="container text-center ">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Japi from Assam</h5>
<p>Japi is a traditional symbol of Assamese folk culture. In the earlier days when umbrellas were unheard of, farmers used Japi as a headgear to protect them for the sun and rain. This made Japi an essential gear for the farmers
while working in the fields. Japi making is an indigenous cottage industry of Assam.
</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/japi.jpg" height="300px" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/naga_hat.png" height="400px" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Naga hat </h5>
<p>Naga hats are conical red headgear worn by the Naga people of northeast India and northwest Burma on festive occasions and ceremonial dances. They are made from a curved bamboo sliver covered in cane strips and decorated with
a plume of red-dyed goat's hair, wild boar canine teeth, and white and black Hornbill feathers.</p>
</div>
</div>
</div>
</div>
<!-- --------------------------------------mask tab html end------------>
<!-- --------------------------------------spices tab html start------------>
<div class="tabs__content">
<h2 class="tabs__title" id="spices">Northeast Tradional Spices</h2>
<div class="container text-center">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Black turmeric</h5>
<p>Curcuma caesia, black turmeric or black zedoary, is a perennial herb with bluish-black rhizomes that is native to northeast India.
</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/black-turmeric.jpeg" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/blackpepper.webp" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Black Peper</h5>
<p>Meghalaya's black pepper is known for its high pungency and strong aroma. Meghalaya is the main producer of black pepper in the Northeast India. These whole black peppers are organic and sourced from village producers from
Jaintia Hills.</p>
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Lakadong turmeric</h5>
<p>India accounts for 80% of total global turmeric production. Lakadong turmeric gets its name from the tiny village of Lakadong, which is located in the foothills of the Jaintia Hills in Meghalaya, India. It is known for having
a high curcumin content of more than 7%, as opposed to 2 - 4% in regular varieties.
</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/termuric.png" alt="img-1">
</div>
</div>
</div>
</div>
</div>
<!-- --------------------------------------spices tab html end------------>
<!-- --------------------------------------food tab html start------------>
<div class="tabs__content">
<h2 class="tabs__title" id="fermented-food">North East fermented food</h2>
<div class="container text-center">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Dry-Bamboo Shoot</h5>
<p>Dry bamboo shoot is a traditional Naga veggie which can be stored for months or even years. The bamboo shoot is first shredded and dried under the sun to dehydrate all the moisture from the shoots, this ultimately can be stored
in a container for months to be used as a delicacy for many of the Naga recipes.</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/DryBambooShootCircle.webp" height="400px" class="rounded-5" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/dry-chilli.jpg" height="400px" class="rounded-5" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Dry King chilli</h5>
<p>Dried King Chilli is used for imparting its distinctively zippy flavour and aroma; as a trusted companion while preparing a wide variety of meat, fish and vegetable dishes, curries, soups, stews and stir fry.</p>
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Dry-Fish</h5>
<p>The Northeast has a long tradition of Friday fish fry, which features battered or breaded fish, french fries, coleslaw, dinner rolls, and sometimes macaroni or potato salad. The fish is often haddock, cod, or flounder.
</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/dry-fish.webp" height="300px" class="rounded-5" alt="img-1">
</div>
</div>
</div>
</div>
<!-- --------------------------------------food tab html end------------>
<!-- --------------------------------------Industrial goods tab html start------------>
<div class="tabs__content">
<h2 class="tabs__title" id="goods">Northeast Industrial Goods</h2>
<div class="container text-center">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Assam Tea </h5>
<p>Assam tea, also known as Assam black tea, is a type of tea produced from the Camellia sinensis var. assamica plant primarily grown in the northeastern Indian state of Assam. It is one of the most popular and widely consumed varieties
of black tea globally, renowned for its strong, bold flavor and rich, malty taste.</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/tea.jpg" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/gamusa.jpg" height="400px" class="rounded-5" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Gamusa</h5>
<p>The gamusa holds a special place in the hearts of the people of Assam, representing not just a piece of cloth but a symbol of Assamese identity, culture, and tradition. Also known as "gamosa," this traditional woven cotton towel
is deeply ingrained in the daily lives, customs, and rituals of the Assamese people.</p>
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="para">
<div class="col col-lg-6 col-md-12">
<h5>Pottery in Assam</h5>
<p>Pottery in Assam holds a significant place in the state's rich cultural heritage, showcasing the skilled craftsmanship of its artisans and reflecting the deep-rooted traditions of the region. Assamese pottery encompasses a diverse
range of techniques and styles, each unique to different communities and ethnic groups across the state.</p>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/pottery.jpg" class="rounded-5" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center" id="balloon">
<div class="col col-lg-6 col-md-12">
<img src="images/mekhela.png" class="rounded-5" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Mekhela</h5>
<p>The Mekhela is a traditional Assamese skirt worn by women that drapes around the lower body in a cylindrical fashion.It is the bottom part of the Mekhela Chador, a traditional Assamese sarong that consists of two pieces of cloth,
one draped on top and one on the bottom. The top part is called the Sador.</p>
</div>
</div>
</div>
</div>
<!-- --------------------------------------Industrial goods tab html end------------>
</div>
</div>
<!-- ----------tab body html end -->
<a href="#top" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>
<!-- custom js file link -->
<script src="js/allscript.js"></script>
</body>
</html>