-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanufacturing.php
More file actions
102 lines (101 loc) · 4.73 KB
/
manufacturing.php
File metadata and controls
102 lines (101 loc) · 4.73 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Manufacturing</title>
<?php include_once'inc/head.php' ?>
</head>
<body>
<!----------- Navigation-Bar ----------->
<?php include_once 'inc/nav.php'; ?>
<!---------- Navigation-Bar ---------->
<section id="our-manufacturing">
<h1 class="text-center">OUR MANUFACTURING</h1>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>WEAVING</h2>
<p>We are proud to announce that we have semi auto looms, auto looms and Sulzer looms. We are producing woven fabrics in 100% cotton &poly cotton (in different blends) ie 33in to 130in widths in grey, 30in to 124in bleached/ dyed and 30in to 120in printed fabrics. We are producing plain, satin, twills, dobby & jacquard etc.</p>
<center>
<a href="#contact">
<button class="btn btn-primary">CONTACT</button>
</a>
</center>
</div>
<div class="col-md-6 text-center">
<img class="img img-responsive img-fluid" src="img/weaving.jpg" width="55%" height="55%" style="border: 2px solid #F6AC06;margin-top: 30px; border-radius: 25px;" alt="weaving">
</div>
<div class="col-md-6 text-center">
<img class="img img-responsive img-fluid" src="img/processing.jpg" width="100%" height="100%" style="margin-top: 50px; border: 2px solid #F6AC06; border-radius: 25px;" alt="">
</div>
<div class="col-md-6">
<h2>PROCESSING</h2>
<p>We have complete set-up for the processing of “A” grade quality. We can comply with all the tests required by the buyers in every construction. We also have singing, continuous wash/ dying, chintz, mercerizing/ sonforizing & raising.We also have a modern rotary machine with 16 colors working width 120in.</p>
<center>
<a href="#contact">
<button class="btn btn-primary">CONTACT</button>
</a>
</center>
</div>
<div class="col-md-6">
<h2>STITCHING</h2>
<p>We have ultra modern complete stitching set up along with the skilled staff. We are producing bed sets, curtains, kitchen linen, table linen, promotional/ gift items, hotel and hospital textile (bed-sheets, pillow covers, fitted sheets, worker gowns & scrub suits).</p>
<center>
<a href="#contact">
<button class="btn btn-primary">CONTACT</button>
</a>
</center>
</div>
<div class="col-md-6 text-center">
<img class="img img-responsive img-fluid" src="img/stitching.png" width="250px" height="250px" style="border: 2px solid #F6AC06; border-radius: 25px;margin-top: 30px; " alt="">
</div>
<div class="col-md-6 text-center">
<img class="img img-responsive img-fluid" src="img/inspection.png" width="250px" height="250px" style="border: 2px solid #F6AC06;margin-top: 30px; border-radius: 25px;" alt="">
</div>
<div class="col-md-6">
<h2>INSPECTION AND PACKING</h2>
<p>We normally inspect the fabrics at three times. Grey fabric checking/ mending at weaving units, checking/ screening of grey fabrics at goodown and piece to piece checking/ grading after processing. For made-ups, we have a team of skilled workers who finally inspect the goods before packing.</p>
<center>
<a href="#contact">
<button class="btn btn-primary">CONTACT</button>
</a>
</center>
</div>
<div class="col-md-6">
<h2>LABORATORY</h2>
<p id="pull">We have latest lab and skilled workers at our unit. We can comply with all the required tests.</p>
<center>
<a href="#contact">
<button class="btn btn-primary">CONTACT</button>
</a>
</center>
</div>
<div class="col-md-6 text-center">
<img class="img img-responsive img-fluid" src="img/lab.png" width="300px" height="300px" style="border: 2px solid #F6AC06;margin-top: 30px; border-radius: 25px;" alt="">
</div>
<div class="col-md-6 text-center">
<img class="img img-responsive img-fluid" src="img/beforshipment.jpg" width="350px" height="350px" style="border: 2px solid #F6AC06; border-radius: 25px;margin-top: 30px; " alt="">
</div>
<div class="col-md-6">
<h2>INSPECTION BEFORE SHIPMENT</h2>
<p>We can also arrange inspection of the goods by any international inspection company on buyers demand as well. The expenses are borne by the buyer.</p>
<center>
<a href="#contact">
<button class="btn btn-primary">CONTACT</button>
</a>
</center>
</div>
</div>
</div>
</section>
<!---------- CONTACT FORM SECTION ---------->
<div id="contact">
<?php include_once'inc/contact-form.php' ?>
</div>
<!---------- CONTACT FORM SECTION ---------->
<!------------- FOOTER ------------->
<?php include_once'inc/footer.php' ?>
<!------------- FOOTER ------------->
<!--------- SCRIPT SECTION --------->
<?php include_once'inc/script-tags.php' ?>
</body>
</html>