-
Notifications
You must be signed in to change notification settings - Fork 0
/
company.php
46 lines (35 loc) · 2.09 KB
/
company.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Hadley Exhibits-Our Company</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20292542-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="container">
<div id="containerBack">
<div id="containerInner">
<?php include("header.php");?>
<div id="content" style="margin-top:25px;">
<div id="companyLandingL"><img src="images/company_img.jpg" alt="Haldey Exhibits Building" /></div>
<div id="companyLandingR"><h3>About the Company</h3><p>Hadley Exhibits has been producing high-quality exhibits for museums, trade shows, corporate facilities and visitor centers for over sixty years. The firm offers a complete range of exhibit-related services including detailing, engineering, fabrication, installation, and project management.</p>
<p>Our fabrication capabilities include expertise with virtually all materials and techniques. Although state-of-the-art technologies are used to achieve maximum efficiencies, we maintain our old world craftmanship and attention to detail.</p>
<p>Our staff of over eighty people with a wide variety of educations and experience combined with our 180,000 square foot facility position us well to maintain the high levels of service and cost efficiency that Hadley Exhibits has been providing its clients for the last half-century.</p></div>
</div>
<div id="clear"></div>
<div id="footer">Hadley Exhibits Inc. All Rights Reserved </div>
</div>
</div>
</div>
</body>
</html>