-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
448 lines (425 loc) · 22.8 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
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- bootstrap css -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<title>Soham Packaging Industries</title>
<link rel="stylesheet" href="./css/main.css">
<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=Poppins:ital,wght@0,300;1,200&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="shortcut icon" type="image/jpg" href="./images/Soham-logo.jpg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css"
integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<!-- ####################################### SPLASH SCREEN ###################################################### -->
<div class="splash">
<img class="fade-in mx-auto d-block" src="./images/Soham-logo-removebg.png" alt="" width="304px" height="304px">
<p class="fade-in">Welcome to Soham Packaging!</p>
</div>
<!-- ####################################### NAVBAR ############################################################-->
<header>
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="./images/Soham-logo.jpg" class="logo">
Soham Packaging Industries</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item ">
<a class="nav-link" aria-current="page" href="#Home">Home</a>
</li>
<li class="nav-item ">
<a class="nav-link" aria-current="page" href="#About_Us">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Product-Catalog">Product Catalog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Our_Team">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Contact_Us">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- ############################################ HOME PAGE ################################################-->
<section id="Home">
<div class="container">
<div class="row align-self-center">
<div class="col-sm-12 col-lg-6">
<!-- <img src="SOHAM LOGO.png" class="home-logo" alt=""> -->
<div class="home_text">
<h2><span class="text-uppercase">manufacturing of all type of corrugated box</span>
<hr class="h1underline">
</h2>
<p style="font-size: large;">Survey No. 334, <br>Ceat Tyres Road, Madhvas <br>Kalol(389330),
Panchmahal, Gujarat</p>
<a
href="https://www.google.com/maps/place/SOHAM+PACKAGING+INDUSTRIES/@22.56772,73.4447872,17z/data=!3m1!4b1!4m5!3m4!1s0x395e2a6a55555555:0xc77eaeac829f07ef!8m2!3d22.56772!4d73.4469759"><button
class="home_btn"><i class="fas fa-map-marker-alt"></i> Locate Us </button></a>
</div>
</div>
<div class="col-sm-12 col-lg-6 ">
<div class="home-img">
<img src="./images/Printed-Box.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</section>
<!-- ############################################# ABOUT US ######################################################### -->
<section id="About_Us" class="container">
<div class="about">
<h2 class="other_h2">Why <span class="polygon">Soham</span> Packaging ?</h2>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<h3><i class="fas fa-award"></i> Quality</h3>
<p>We follow rigid quality parameters and use only the best quality raw materials to ensure that all our
products
exceed
your expectations. Our in house Quality Control department ensures that all our products confirm to
industry
standards.
</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<h3><i class="fas fa-hand-holding-usd"></i> Reasonable Price</h3>
<p>Our production capabilities make it possible for you to receive freshly manufactured materials at
lowest
possible
prices,
that provide you with edge over your competitors.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<h3><i class="fas fa-user-tie"></i> Expertise</h3>
<p>Our claim of expertise helps us break through the clutter of competition and gain attention at very
first
interaction with you.
The proof that we desire to bulid is rooted in our skills capabilities and processes.
</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<h3><i class="fas fa-history"></i> On Time Delivery</h3>
<p>At Soham Packaging we know that on time delivery is one of the most important things to consider when
choosing a
supplier.
That's why we go the extra mile to meet our delivery time commitments to you.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<h3><i class="fas fa-handshake"></i> Customer Realtions</h3>
<p>We belive in placing you at the centre of all business activities including product design, quality
and
pricing
to
bulid effective relationship with you.
</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<h3><i class="fas fa-phone-alt"></i> Guidance</h3>
<p>Out customer service just doesn't stop when your requirements are met. We are all eyes and ears ready
to
offer
you appropriate
packaging solutions anytime required.
</p>
</div>
</div>
</section>
<!-- ############################################## PRODUCT CATALOG #############################################################-->
<section id="Product-Catalog">
<h2 class="other_h2">Product <span class="polygon">Catalog<span>
<!-- <hr class="title-border"> -->
</h2>
<div class="container">
<div class="product-card">
<div class="product-img">
<img src="./images/product1.jpeg" class="product-img-1" alt="">
</div>
<div class="product-info">
<h1 class="product-title">Corrugated Paper Box</h1>
<p class="product-text">We are among the noted manufacturers and suppliers of a wide range of
packaging products
such as
Corrugated Box. Our corrugated boxes are made of high quality paper sheets that we source from
the reowned vendors. We make our paper packaging boxes in different dimensions sizes as per the
specific
demands of the consumer. Our packaging boxes are widely appreciated for the features like tear
resistance,
superior strength which helps to protect fragile contents.
<br><br><span class="feautres">Features:</span>
<br>· Highly Durable<br>
· Available in Various Size<br>
· Eco-Friendly<br>
· Supreme Quality<br>
· Durable
</p>
</div>
</div>
<div class="product-card">
<div class="product-img">
<img src="./images/product2.JPG" class="product-img-1" alt="">
</div>
<div class="product-info">
<h1 class="product-title">Corrugated Paper Sheet</h1>
<p class="product-text">Our company has fruitfully expanded its business in the market by presenting
a world class consignment of Corrugated Boxes Sheet. Using advanced machinery altogether with
innovative
techniques and tools, these are developed in conformism with the globally accepted standards of
exceptionality. More to this, our skilled crew of personnel tests these on a range of standards
prior
final dispatch of the consignment.
<br><br><span class="feautres">Features:</span>
<br>· Highly Durable
<br>· Moisture Proof
<br>· Superior Quality
<br>· Dimensional Accuracy
</p>
</div>
</div>
<div class="product-card">
<div class="product-img">
<img src="./images/product3.JPG" class="product-img-1" alt="">
</div>
<div class="product-info">
<h1 class="product-title">Corrugated Paper Rolls</h1>
<p class="product-text">
We are engaged in manufacturing and supplying of Packaging products like Corrugated Roll. A
corrugated roll
is made of paper and these products are widely used for packaging of various products like
plastic ware,
glass ware and steel utensils and other handicraft items etc.
<br><br><span class="feautres">Features:</span>
<br>· Durable<br>
· Superior Quality<br>
· Available in various size<br>
· Protect from Scratch
</p>
</div>
</div>
<div class="product-card">
<div class="product-img">
<img src="./images/product4.JPG" class="product-img-1" alt="">
</div>
<div class="product-info">
<h1 class="product-title">HDPE Laminated Corrugated Boxes</h1>
<p class="product-text">
We are engaged in manufacturing, supplying and wholesaling a wide range of HDPE Laminated Boxes.
Designed using
HDPE material, these boxes are known for their nature of water durability and it also protects
from moisture etc.
Moreover, we offer these boxes in different sizes and specifications to meet the diverse
requirements of out customers.
<br><br><span class="feautres">Features:</span><br>
· Highly Durable<br>
· Long Lasting<br>
· Eco-Friendly<br>
· Water Proof<br>
· Reusable
</p>
</div>
</div>
<div class="product-card">
<div class="product-img">
<img src="./images/product5.JPG" class="product-img-1" alt="">
</div>
<div class="product-info">
<h1 class="product-title">Die Cut Corrugated Boxes</h1>
<p class="product-text">
Owing to our rich industrial experience in this domain we are able to offer Die Cut Boxes. Used
for
packaging various commodities, the offerd pallet is manufactured by out workforce, possesing
wide
expertise in their domain of concern. This box is provided in various sizes as per the needs of
customer. Our box is demanded widely among out patrons from different parts of the nation.
<br><br><span class="feautres">Features:</span><br>
· Eco-Friendly<br>
· Available in Various Size<br>
· Supreme Quality & Finishing<br>
· Durable<br>
· Excellent Visiblity
</p>
</div>
</div>
<div class="product-card">
<div class="product-img">
<img src="./images/product6.png" class="product-img-1" alt="">
</div>
<div class="product-info">
<h1 class="product-title">Printed Corrugated Box</h1>
<p class="product-text">
We are engaged in manufacturing and supplying a vast array of Packaging products like Printed
Corrugated Box. We are counted as one of the noted manufacturers and suppliers of Printed &
Multi-Printed Corrugated Boxes. Our printed Boxes are designed by keeping this thing in mind
strength, attraction & other to cater the broad demands of the customer. We make printed
boxes in different sizes to meet the varied needs of the customer.
<br><br><span class="feautres">Features:</span><br>
· Attractive<br>
· Available in Various Size, design, & colors.<br>
· Durable<br>
· Eco-Friendly<br>
· Supreme Quality
</p>
</div>
</div>
<div class="product-card">
<div class="product-img">
<img src="./images/product7.png" class="product-img-1" alt="">
</div>
<div class="product-info">
<h1 class="product-title">Heavy Duty Corrugated Box</h1>
<p class="product-text">
We are the foremost manufacturers & supplier of elevated range of Heavy Duty Corrugated Box.
In order to serve industrial packaging for packaging of heavy weigth materials like machinery,
television, air condition and other heavy product we make out box with high quality material
under the guidance of out expert team. Our heavy duty corrugated box is highly durable in
strength, rigid in nature and can carry heavy loads.
<br><br><span class="feautres">Features:</span><br>
· High Load bearing Capacity<br>
· Eco-Friendly<br>
· Supreme Quality<br>
· Durable
</p>
</div>
</div>
</div>
</section>
<!--#################################################### OUR TEAM ##########################################################-->
<section id="Our_Team">
<h2 class="other_h2">Our <span class="polygon">Team</span>
<!-- <hr class="title-border"> -->
</h2>
<div class="container">
<div class="card">
<div class="team_content">
<div class="team_img">
<img src="./images/person.png" alt="">
</div>
<div class="team_text">
<h4>Hasmukh Chavda</h4>
<h5>CEO</h5>
</div>
<div class="social">
<a href="https://www.instagram.com/hasmukh1966/?hl=en"><i class="bi bi-instagram"></i></a>
<a href="https://www.facebook.com/hasmukh.chavda.9404"><i class="bi bi-facebook"></i></a>
<!-- <a href="#"><i class="bi bi-twitter"></i></a> -->
</div>
</div>
</div>
<div class="card">
<div class="team_content">
<div class="team_img">
<img src="./images/person.png" alt="">
</div>
<div class="team_text">
<h4>Mehul Chavda</h4>
<h5>Founder</h5>
</div>
<div class="social">
<a href="https://www.instagram.com/son__of_urmila/?hl=en"><i class="bi bi-instagram"></i></a>
<a href="https://www.facebook.com/mehul.h.chavda"><i class="bi bi-facebook"></i></a>
<!-- <a href="#"><i class="bi bi-twitter"></i></a> -->
</div>
</div>
</div>
<div class="card">
<div class="team_content">
<div class="team_img">
<img src="./images/person.png" alt="">
</div>
<div class="team_text">
<h4>Kaushal Chavda</h4>
<h5>Co-Founder</h5>
</div>
<div class="social">
<a href="https://www.instagram.com/kaushal_8899/"><i class="bi bi-instagram"></i></a>
<a href="https://www.facebook.com/kaushal.hchavda"><i class="bi bi-facebook"></i></a>
<!-- <a href="#"><i class="bi bi-twitter"></i></a> -->
</div>
</div>
</div>
</div>
</section>
<!--######################################################### FOOTER #############################################################-->
<footer class="footer" id="Contact_Us">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6>Soham Packaging Industries</h6>
<p class="text-justify">Soham Packaging Industries are among the noted manufacturers & suppliers of
a wide range of packaging products as Corrugated boxes, Corrugated Paper Sheet, HDPE laminated
corrugated boxes, Die Cut corrugated boxes, Printed corrugated boxes,
Heavy duty corrugated boxes
& many other Corrugated products.</p>
</div>
<div class="col-6 col-md-3">
<h6>Contact</h6>
<ul class="footer-links">
<li><i class="bi bi-house-door-fill"> Survey No. 334,
Ceat Tyres Road, Madhvas
Kalol(389330), Panchmahal, Gujarat</i></li>
<li><i class="bi bi-phone-fill"> +91 7016698692</i></li>
<li><i class="bi bi-envelope-fill"> [email protected]</i></li>
<li><i class="bi bi-globe"> www.sohampackaging.co.in</i></li>
</ul>
</div>
<div class="col-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a href="#Home">Home</a></li>
<li><a href="#Product-Catalog">Product Catalog</a></li>
<li><a href="#Our_Team">Our Team</a></li>
<li><a href="#Contact_Us">Contact Us</a></li>
</ul>
</div>
</div>
<hr class="small">
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-12">
<p class="copyright-text">Copyright © 2021 All Rights Reserved by
<a href="#">Soham Packaging Industries</a>.
</p>
</div>
<div class="col-md-4 col-sm-6 col-12">
<ul class="footer-social">
<li><a class="instagram" href="https://www.instagram.com/soham_packaging/?hl=en"><i
class="bi bi-instagram"></i></a></li>
<a href="https://wa.me/917016698692" class="whatsapp_float" target="_blank"> <i
class="fab fa-whatsapp whatsapp-icon"></i></a>
</ul>
</div>
</div>
</div>
</footer>
<!--###################################JAVASCRIPT#################################################-->
<script src="./javascript/script.js"></script>
<!-- Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"
crossorigin="anonymous"></script>
</body>
</html>