-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPPC.html
More file actions
45 lines (42 loc) · 2.02 KB
/
PPC.html
File metadata and controls
45 lines (42 loc) · 2.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name='description' content='handbook/'>
<link rel="stylesheet" type="text/css" href="normalize.css">
<link rel='stylesheet' type="text/css" href='PPC.css'>
<title>PPC</title>
</head>
<body>
<div id='container'>
<div id='logo'>
<img src='logo.png' alt='logo'>
<h3 class='phonenumber'>CALL TOLL FREE 1-800-7725823</h3>
</div>
<div id='menu'>
<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 id='content'>
<div id='maincontent'>
<img class='mainpic' src='main_pic.png' alt='mainpic'>
<div class='lesscontent'>
<h3 class='maintext'>About PPC LUBRICANTS</h3>
<h4 class='title'>A Heritage of Specializing in Lubricants</h4>
<p class='lesstext'>For over 40 years, <span>PPC Lubricants</span> has earned a solid reputation for offering a high quality products and services that improve your business. How? By providing a 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,</span> or <span> Indutrial </span> in its application.</p>
<p class='lesstext'>For over 40 years, <span>PPC Lubricants</span> has earned a solid reputation for offering a high quality products and services that improve your business. How? By providing a 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,</span> or <span> Indutrial </span> in its application.</p>
</div>
</div>
<div class='smallcontent'>
<img src='automotive.png' alt='automotive'>
</div>
</div>
</body>
</html>