-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.php
47 lines (35 loc) · 2.37 KB
/
about_us.php
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
<?php include_once('nav.inc'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Clean Innovations</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="indexcss.css" type="text/css" media="screen" />
</head>
<body>
<div id="container">
<div id="logo">
<p class="one">Newly renamed Columbus Janitor Supply...</p>
<p class="two">...our new name says it all!</p>
<a href="index.php"><img src="images/logo.gif" alt="Clean Innovations" /></a>
</div>
<div id="header">
<p>An alliance strategy with both global and community partnerships that brings innovation and knowledge for a cleaner invironment</p>
</div>
<?php echo menu($_SERVER['PHP_SELF']); ?>
<div id="content">
<h2>About Us</h2>
<p>Founded in 1950, Columbus Janitor Supply Co., Inc. has been providing cleaning solutions, equipment and training programs for the Ohio market. Over the past three years we have developed new alliances, concepts, and programs that address our clients' goals.</p>
<p>In September 2006 we changed the company name to <strong><span class="clean">Clean</span>Innovations</strong>.</p>
<p>We have gone beyond our local janitorial supplies focus, so it was a natural step to re-brand our company to reflect our commitments to cleaning and to innovation.</p>
<p>Our company has been a central Ohio janitorial supply mainstay for over 55 years. In recent years, we have been serving clients in locations throughout the USA and in several international locations, including Mexico City, Hong Kong, and Portugal. <strong><span class="clean">Clean</span>Innovations</strong> is a name that takes us beyond our original borders.</p>
<p>Over the years, there have been big changes in the cleaning industry, and this has changed the way we do business. We also know that our clients' concerns about green cleaning, debilitating infections, no-touch systems, and LEED building rating programs mean that they have new needs. We have re-focused our company accordingly, and our new name is part of our new corporate mission and strategy.</p>
<p>Welcome to <strong><span class="clean">Clean</span>Innovations</strong>!</p>
</div><!--content-->
<div id="bottom">
<a href="#">a J6 collaboration</a>
</div><!--bottom-->
</div><!--container-->
</body>
</html>