-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-us.html
69 lines (61 loc) · 1.98 KB
/
contact-us.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
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Contact Us, Craftsman Kitchens</title>
<link href="img/favicon.png" type="img/png" rel="icon">
<link href="css/reset.css" type="text/css" rel="stylesheet">
<link href="css/main.css" type="text/css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="page secondary-page">
<div class="header">
<a class="logo" href="index.html">Craftsman Kitchens</a>
<ul class="nav">
<li class="nav-1">
<a href="case-studies.html">Case Studies</a>
<div class="current-page-arrow"></div>
</li>
<li class="nav-2">
<a href="showroom.html">Showroom</a>
<div class="current-page-arrow"></div>
</li>
<li class="nav-3">
<a href="gallery.html">Gallery</a>
<div class="current-page-arrow"></div>
</li>
<li class="nav-4">
<a href="about-us.html">About Us</a>
<div class="current-page-arrow"></div>
</li>
<li class="nav-5">
<a href="services.html">Services</a>
<div class="current-page-arrow"></div>
</li>
<li class="nav-6 current">
<a href="contact-us.html">Contact Us</a>
<div class="current-page-arrow"></div>
</li>
</ul>
<div class="clear"></div>
</div> <!-- end .header -->
<div class="content">
</div> <!-- end .content -->
<div class="footer">
<div class="footer-content">
<ul class="footer-nav">
<li><a href="contact-us.html">Contact</a> | </li>
<li> <a href="#">Site Map</a></li>
</ul>
<p>Copyright ©Craftsman Kitchens, LLC - 2012</p>
<div class="clear"></div>
</div> <!-- end. footer-content -->
</div> <!-- end .footer -->
</div> <!-- end .page -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>