-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexam2.html
More file actions
60 lines (55 loc) · 3.2 KB
/
Copy pathexam2.html
File metadata and controls
60 lines (55 loc) · 3.2 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
<!DOCTYPE html>
<html>
<head>
<title>
Example
</title>
<style>
a{
text-decoration: none;
}
a:link{
color:grey;
}
a:visited{
color:blue;
}
a:hover {
color: skyblue;
}
.infra{
padding-left:10%;
}
h1{
color:skyblue;
}
p{
text-align:justify;
width: 90%;
}
</style>
</head>
<body>
<center><img src="LOGO2.png" alt="no image"></center>
<center><a href="#">Home</a> <a href="#">About</a> <a href="#">Products</a> <a href="#">Infrastructure</a>
<a href="#">Quality</a> <a href="#">Contact</a></center>
<br/><br/> <center><img src="LOGO.png" alt="no image"></center>
<div class="infra"><h1>INFRASTRUCTURE</h1>
<p>Samsaro Exports has an excellent garment production unit which is well designed with ample workspace, adequate natural lighting and extensive ventilations. Samsaro Exports in-house garment production facility is well equipped with latest state of the art machinery in fabric cutting, fusing, sewing, finishing & packing, resulting in better quality & higher efficiency in productivity. Every style is time & method engineered to improve productivity & achieve delivery deadlines.</p>
<br/><br/> <h1>KNITTING</h1>
<p>The Samsaro Exports has Own Knitting machines, which is Mayor & Cie, Germany. It can produce around 2000 KGS of fabric per day. We can do all types of knitted fabrics as per our customer specification and style, which includes Single Jersey, Interlock, French Terry and all types of Ribs, Jackquard designs,Loop Knit, Fleece, Blended, Auto stripes.</p>
<img src="knit2.jpg" alt="no image"><img style="padding-left:30px" src="knit.jpg" alt="no image">
<br/><br/> <h1>EMBROIDERY</h1>
<p>The highly advanced Tajima machine with 20 heads makes it easy for us to craft the finest embroidery designs.<br/>
The embroidery division is equipped with the latest machines from TAJIMA-(Japan Make).These automated embroidery machines elegantly handle any design with Punching ,Designing & Applique Cutting.</p>
<img src="3.jpg" alt="no image"><img style="padding-left:30px" src="4.jpg" alt="no image">
<br/><br/>
<h1>GARMENTING</h1>
<p>The garments are manufactured in most sophisticated machines using the latest state of the art technology in our INHOUSED PRODUCTION UNIT. Our wide range of machineries include JUKI, BROTHER, PEGASUS. Our Production is the key for success which keeps us growing in this competitive industry. Our production unit is supported by 100 sewing machines.</p>
<img src="5.jpg" alt="no image"><img style="padding-left:30px" src="6.jpg" alt="no image">
<br/><br/>
<h1>PACKING</h1>
<p>They are packed neatly in the designated packs and placed inside the carton or hanger racks for dispatch.</p>
</div>
</body>
</html>