-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (45 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<title>Patel & Company</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<section>
<header>
<div id="logo">PATEL AND COMPANY</div>
<nav>
<a href="#contact">Contact</a>
<a href="#gallery">Gallery</a>
<a href="#aboutus">About Us</a>
</nav>
</header>
</section>
<div class="container">
<div class="row">
<div class="companyInfo">
<h1>
PATEL & COMPANY
</h1>
<p>
Manufacturer of Chrome Composite Leather Ginning Washers <br>
Open today until 6:00 PM
</p>
<img src="unnamed.jpg">
</div>
</div>
</div>
<div class="container1">
<div class="row1">
<div class="aboutUs">
<h2>
ABOUT US
</h2>
<p>
We have been manufacturing and shipping best quality chrome composite ginning leather washers since 1977. Ginning washers we manufacture are primarily being used in double roller ginning machine. We use high quality raw materials and process them with extreme care to produce strong washers and quality finishing. Each bundle that we produce has 150 pieces.
</p>
</div>
</div>
</div>
</body>
</html>