-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreen4.html
More file actions
66 lines (64 loc) · 3.41 KB
/
screen4.html
File metadata and controls
66 lines (64 loc) · 3.41 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
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="screen4">
<title>Screen4</title>
<link rel="stylesheet" href="screen4.css">
</head>
<body>
<div class="container">
<div class="header">
<img src="screen4-images/logo.jpeg" alt="">
<p class="header-phone">CALL TOLL FREE 1-800-772-5823</p>
<ul>
<li><a href="#">home</a></li>
<li><a href="#">market segments</a></li>
<li><a href="#">services</a></li>
<li><a href="#">products</a></li>
<li><a href="#">promotions</a></li>
<li><a href="#">market area</a></li>
<li><a href="#">market information</a></li>
</ul>
</div>
<div class="body-top">
<img src="screen4-images/main_pic.jpeg" alt="">
<div class="about">
<h2 class="info-title">about ppc lubricants</h2>
<p><span class="bold">A Heritage of Speciallizing in Lubricants</span></p>
<p>For over 40 years, <span class="bold">PPC Lubricants</span> has earn a solid reputation for offering high quality products and services that improve your business. How? By providing customer retention programs/products for installers and products and services that increase equipment life and enhance the efficiency of all equipment whether it be <span class="bold">Automotive, Heavy Duty Commercial or Industrial</span> in its application.</p>
<p>At <span class="bold">PPC Lubricants</span>, we take tremendous pride in providing the highest level of Service. When you call our toll free numbers you will be greeted by a staff that is knowledgeable and experienced in the various lubricants that we carry. Each customer service representative receives industry specific training on the latest advancements in <span class="bold">lubrication technology</span> including changing equipment and OEM requirements.</p>
</div>
</div>
<div class="body-mid">
<img src="screen4-images/logo.jpeg" alt="">
<p>PPC now has Bulk Delivery/Squirt Fill capabilities for DEF</p>
</div>
<div class="body-bottom">
<div class="columns">
<h2 class="info-title">automotive</h2>
<img src="screen4-images/automotive.jpeg" alt="">
<p>The Automotive Market requires a different set of tools in order to succeed. PPC Lubricants offers verious programs that are customized to each customer in...</p>
<button type="button">READ MORE...</button>
</div>
<div class="columns1">
<h2 class="info-title">commecial</h2>
<img src="screen4-images/commercial.jpeg" alt="">
<p>The Automotive Market requires a different set of tools in order to succeed. PPC Lubricants offers verious programs that are customized to each customer in...</p>
<button type="button">READ MORE...</button>
</div>
<div class="columns1">
<h2 class="info-title">industrial</h2>
<img src="screen4-images/industrial.jpeg" alt="">
<p>The Automotive Market requires a different set of tools in order to succeed. PPC Lubricants offers verious programs that are customized to each customer in...</p>
<button type="button">READ MORE...</button>
</div>
<div class="columns1">
<h2 class="info-title">diesel exhaust fluid</h2>
<img src="screen4-images/diesel.jpeg" alt="">
<p>The Automotive Market requires a different set of tools in order to succeed. PPC Lubricants offers verious programs that are customized to each customer in...</p>
<button type="button">READ MORE...</button>
</div>
</div>
</div>
</body>
</html>