-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
42 lines (40 loc) · 1.67 KB
/
Copy pathabout.php
File metadata and controls
42 lines (40 loc) · 1.67 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
<!DOCTYPE html>
<html>
<head>
<title>About | Upholstery Doctor</title>
<link rel="stylesheet" href="style/style.css" type="text/css" media="all"/>
<link rel="stylesheet" href="style/about-style.css" type="text/css" media="all" />
<!--<link rel="stylesheet" href="style/about-style.css"> -->
<!-- <link rel="stylesheet" href="style/index.css" type="text/css" media="all"/> -->
</head>
<body>
<?php $page = 'About' ?>
<div id="container">
<div id="header-container">
<div id="header-nav">
<?php include('includes/header.php'); ?>
</div>
<div id="header-intro">
<h1>Who Are We?</h1>
</div>
</div>
<div id="content">
<div id="about-content">
<div id="about-img">
</div>
<!-- <img src="images/about-us-photo.jpg" alt="Upholstery Doctor's Shop"> -->
<div id="about-text">
<h2>The Doctor Is In</h2>
<p>
<span>Upholstery Doctor</span> has been providing quality upholstery services to St. George, Utah and surrending areas since 2005. However, the doctor and his staff have more than <span>20 years of experience</span> in the industrey. We can assist you with any of your upholstery needs. Not only do we believe in <span>quality</span> work but we have the <span>customer service</span> to match. We have built our business on <span>honesty</span>. We strive to treat each customer they way we would like to be treated.
</p>
<a href="services.php">Our Skills ></a>
</div>
</div>
</div>
</div>
<?php include('includes/mobile-menu.php'); ?>
</body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="javascript/mobile-menu.js"></script>
</html>