-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcamping2.html
380 lines (271 loc) · 18.9 KB
/
camping2.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Products</title>
<!-- 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/camping2.css">
</head>
<style>
p {
text-align: justify;
}
</style>
<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>
</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="fas fa-search"></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">Camping Tent</span>
</div>
<div class="tabs__toggle">
<span class="tabs__name">Camping chairs</span>
</div>
<div class="tabs__toggle">
<span class="tabs__name">Camping Cookware</span>
</div>
<div class="tabs__toggle">
<span class="tabs__name">Additional equipments</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">Camping Tent </h2>
<div class="container text-center ">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center">
<div class="col col-lg-6 col-md-12">
<h5>3 Person Camping Tent - MH100 Grey</h5>
<p>Made for 3-people discovering the sport of camping outdoors. Easy to assemble and compact to transport!
</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/8648391/quechua/camping-living-room-with-poles-arpenaz-base-m-6-person?id=8648391&type=p')">order now!!</button>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/tent1.avif" height="400px" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center">
<div class="col col-lg-6 col-md-12">
<img src="images/tent2.avif" height="400px" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Camping Tent 2 Seconds - 2-Person</h5>
<p>Made for A surprise weekend? Our designers have designed this 2 person tent so you can pitch your iconic tent in a few minutes.</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/8755225/quechua/camping-tent-2-seconds-2-person?id=8755225&type=p')">order now!!</button>
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center">
<div class="col col-lg-6 col-md-12">
<h5>Camping Living Room with poles - Arpenaz Base M - 6-person</h5>
<p>Made for Our camping designers designed this Arpenaz Base living room for 6 campers looking to extend their sheltered area & protect themselves from bad weather, insects
</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/8648391/quechua/camping-living-room-with-poles-arpenaz-base-m-6-person?id=8648391&type=p')">order now!!</button>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/tent3.avif" height="400px" alt="img-1">
</div>
</div>
</div>
</div>
<!-- --------------------------------------mask tab html end------------>
<!-- --------------------------------------spices tab html start------------>
<div class="tabs__content">
<h2 class="tabs__title" id="spices">Camping chairs</h2>
<div class="container text-center">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center">
<div class="col col-lg-6 col-md-12">
<h5>FOLDING CAMPING CHAIR</h5>
<p>Made for Campers who want to sit comfortably around the camping area and outdoors.
</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/8852990/chairs/folding-camping-chair?id=8852990&type=p')">order now!!</button>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/chair1.avif" height="400px" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center">
<div class="col col-lg-6 col-md-12">
<img src="images/chair2.avif" height="400px" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>LARGE FOLDING CAMPING CHAIR - BASIC XXL</h5>
<p>Made for This Basic XXL large folding camping chair is compact and sturdy to provide you with comfortable seating during camping trips.</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/8798113/chairs/large-folding-camping-chair-basic-xxl?id=8798113&type=p')">order now!!</button>
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center">
<div class="col col-lg-6 col-md-12">
<h5>Camping Foldable Armchair</h5>
<p>Made for Our Caperlan team designed this foldable chair for Camping and Fishing.
</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/8573880/chairs/camping-folding-armchair-blue?id=8573880&type=p')">order now!!</button>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/chair3.avif" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center">
<div class="col col-lg-6 col-md-12">
<img src="images/chair4.avif" height="400px" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Foldable Camping Quad Armchair With Built-In Can Cooler, Mesh Cup Holder & Side Pockets, Black</h5>
<p>Made for This all-in-one chair features a cool box built into the armrest, capable of keeping up to four chilled cans and within arm's reach. The fully cushioned seat and back ensure comfort for hours, making it the perfect
addition to your outdoor adventures or ba</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/1000001071/chairs/foldable-camping-quad-armchair-with-built-in-can-cooler-mesh-cup-holder-side-pockets-black?id=1000001071&type=p')">order now!!</button>
</div>
</div>
</div>
</div>
</div>
<!-- --------------------------------------spices tab html end------------>
<!-- --------------------------------------food tab html start------------>
<div class="tabs__content">
<h2 class="tabs__title" id="fermented-food">Camping Cookware</h2>
<div class="container text-center">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center">
<div class="col col-lg-6 col-md-12">
<h5>Sea To Summit Camping Alpha 2 Pot Cook Set 2.2</h5>
<p>A space-saving camp kitchen set for two Creating fresh and healthy culinary delights in the backcountry is simple with the Alpha 2 Pot Cook Set 2.2. Perfect for two people, it includes a 1.2L and 2.7L Alpha Pot, two Delta Light
Bowls and Delta Insulated Mugs, which all neatly nest inside each other forming a compact camp kitchen set that will save space in your pack.</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/1000000544/all-mountaineering-products/sea-to-summit-camping-alpha-2-pot-cook-set-22?id=1000000544&type=p')">order now!!</button>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/cooking1.avif" 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">
<div class="col col-lg-6 col-md-12">
<img src="images/cooking2.avif" height="400px" class="rounded-5" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>X-Pot Kettle 1.3L Sea to Summit</h5>
<p>The perfect all-in-one camp kitchen solution The perfect all-in-one flat-pack solution for fast and light adventures, the X-Pot Kettle utilizes the same award-winning innovative, space-saving and functional features as the other
products in the X-Pot series. The collapsible food-grade silicone sidewalls allow it to pack flat for compact storage, while the hard anodized aluminium base conducts heat well, making it perfect for slow simmering or fast
boiling. Its clear Tritan® lid provides easy viewing of contents, while the built-in spout and double glass-reinforced nylon 66 handles make pouring also a breeze.</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/1000000607/all-mountaineering-products/x-pot-kettle-13l-sea-to-summit?id=1000000607&type=p')">order now!!</button>
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center">
<div class="col col-lg-6 col-md-12">
<h5>Sea To Summit Furno Large Camping Pot Set with Kettle</h5>
<p>5 piece set is made from lightweight and durable hard-anodised aluminium alloy The Furno Large Pot Set is a great companion for cooking while camping and on the move. The 5 piece set is made from lightweight and durable hard-anodised
aluminium alloy for fast and even heat distribution. Hard anodising improves corrosion and abrasion resistance by building up a coating of oxidized aluminium on the surface of the pots. This also makes them easy to clean. The
compact nesting design makes great use of space.
</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/1000000538/all-mountaineering-products/sea-to-summit-furno-large-camping-pot-set-with-kettle?id=1000000538&type=p')">order now!!</button>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/cooking3.avif" 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">
<div class="col col-lg-6 col-md-12">
<img src="images/cooking4.avif" height="400px" class="rounded-5" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Leatherman Surge Multipurpose Tool</h5>
<p>This heavy-duty workhorse has extra-large scissors, full-size knife blades, replaceable wire cutters and more. The Leatherman Surge is one of our two largest multi-tools; a real powerhouse, built with our largest pliers, longest
multi-tool blades and easy-to-use locks. A unique blade exchanger, replaceable 154CM wire cutters and four outside-opening blades give you quick access to the tools you use most. The Surge was built for tough jobs and the hands
that do them. Available now in a limited-edition, black and stainless steel finish.</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/1000000505/outdoor-wildlife-trekking-knives-multi-tool/leatherman-surge-multipurpose-tool?id=1000000505&type=p')">order now!!</button>
</div>
</div>
</div>
</div>
<!-- --------------------------------------food tab html end------------>
<!-- --------------------------------------Industrial goods tab html start------------>
<div class="tabs__content">
<h2 class="tabs__title" id="goods">Additional Gadgets</h2>
<div class="container text-center">
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center">
<div class="col col-lg-6 col-md-12">
<h5>Camping Foldable Low Table MH100 Blue</h5>
<p>Made for Our experienced team has designed this compact folding coffee table for your camping outings.</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/8786306/tables/camping-foldable-low-table-mh100-grey?id=8786306&type=p')">order now!!</button>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/table.avif" height="300px" alt="img-1">
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center">
<div class="col col-lg-6 col-md-12">
<img src="images/equipments.avif" height="400px" class="rounded-5" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>REPLACEMENT NOZZLE FOR CAMPING PUMP COMPATIBLE WITH ALL OUR MODELS</h5>
<p>Made for Our team of practitioners has provided this replacement nozzle in case you lose your Quechua pump nozzle.
</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/8580881/quechua/replacement-nozzle-for-camping-pump-compatible-with-all-our-models?id=8580881&type=p')">order now!!</button>
</div>
</div>
<div class="row pt-5 pb-5 d-flex align-items-center justify-content-center">
<div class="col col-lg-6 col-md-12">
<h5>Football Plastic Whistle - Black</h5>
<p>This plastic whistle helps coaches and referees manage play during matches and training sessions.</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/8027254/training-and-game-accessories/football-plastic-whistle-black?id=8027254&type=p')">order now!!</button>
</div>
<div class="col col-lg-6 col-md-12">
<img src="images/wistle.avif" 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">
<div class="col col-lg-6 col-md-12">
<img src="images/sunglass.avif" height="400px" class="rounded-5" alt="img-1">
</div>
<div class="col col-lg-6 col-md-12">
<h5>Adult Hiking Sunglasses Cat 3 MH140 Blue</h5>
<p>Made for Occasional use in the mountains for sunny weather</p>
<button class="but" onclick="window.open('https://www.decathlon.in/p/8501374/sunglasses/adult-hiking-sunglasses-cat-3-mh140-blue?id=8501374&type=p')">order now!!</button>
</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>