-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathppc_lubricants.html
64 lines (64 loc) · 3.39 KB
/
ppc_lubricants.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PPC Lubricants</title>
<meta name="description" content="We lubricate just about ANYTHING!">
<link rel="stylesheet" href="ppc_lubricants.css">
</head>
<body>
<div id="header">
<img src="images/logo.png" alt="PPC Lubricants">
<p><span>CALL TOLL FREE 1-800-772-5823</span></p>
<div id="nav">
<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>
<div id="about">
<img src="images/main_pic.png" alt="PPC Lube HQ" id="ppc-hq">
<!-- <div id="box-1" class="box-banner"> -->
<div id="top-box">
<h1>ABOUT PPC LUBRICANTS</h1>
<h2>A Heritage of Specializing In Lubricants</h2>
<p>For over 40 years, <span>PPC Lubricants</span> has earned 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>Automotive, Heavy Duty Commercial, or Industrial</span> in its application.</p>
<p>At <span>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>lubrication technology</span> including changing equipment and OEM requirements.</p>
</div>
<div>
<img src="images/tiny_logo.png" alt="small PPC logo" id="tiny-logo">
<p id="bulk">PPC now has Bulk Delivery/Squirt Fill capabilities for DEF</p>
</div>
<div id="automotive">
<h1 class="small_h1">AUTOMOTIVE</h1>
<img src="images/automotive.png" alt="automotive lube">
<p class="small_p">The Automotive Market requires a different set of tools in order to succeed. PPC Lubricants offers various programs that are customized to each customer in...</p>
<a href="#" class="small_a">READ MORE...</a>
</div>
<div id="commercial">
<h1 class="small_h1">COMMERCIAL</h1>
<img src="images/commercial.png" alt="commercial lube">
<p class="small_p">PPC Lubricants has been in business of supporting the Commercial market for over 40 years! The most important thing that we have learned is that...</p>
<a href="#" class="small_a">READ MORE...</a>
</div>
<div id="industrial">
<h1 class="small_h1">INDUSTRIAL</h1>
<img src="images/industrial.png" alt="industrial lube">
<p class="small_p">Regardless of the industrial market segment that you operate in: Metal, Forestry, Gas or Power Production, Foods, Plastics or almost any other field, your lubricant...</p>
<a href="#" class="small_a">READ MORE...</a>
</div>
<div id="diesel">
<h1 class="small_h1">DIESEL EXHAUST FLUID</h1>
<img src="images/diesel.png" alt="diesel fluid lube">
<p class="small_p">As governmental regulations on emissions from diesel engines become more severe, it has forced vehicle manufacturers to evaluate and adopt new technologies in order to...</p>
<a href="#" class="small_a">READ MORE...</a>
</div>
</div>
</body>
</html>