-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
109 lines (103 loc) · 4.85 KB
/
contact.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US" <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-US" <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US" <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US" <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>D&F Battery & Electric - Contact</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/custom.css" />
<script src="js/modernizr-2.6.1.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" ></script>
<script type='text/javascript' src='js/bootstrap.min.js'></script>
<script>
$(document).ready(function(){
$('.carousel').carousel();
});
</script>
</head>
<body class="home page page-id-6 page-template page-template-template-frontpage-php">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> to better experience this site.</p>
<![endif]-->
<div id="wrap">
<!-- Header area ================== -->
<header id="header">
<div class="container">
<nav id="mainmenu" class="menu">
<ul id="menu-main-menu" class="menu">
<li class="menu-item">
<a href="index.html">Home</a>
</li>
<li class="menu-item current-menu-item">
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
</div><!-- /container -->
<section class="about">
<div class="container">
<div class="row">
<div class="span8">
<a href="index.html">
<img src="img/logo.jpg" alt="D&F Battery & Electric" />
</a>
</div>
<div class="span4 address text-right">
<p>940-325-9561</p>
<p>6100 Hwy 180 East PO Box 10</p>
<p>Mineral Wells, TX 76067</p>
</div>
</div>
</div><!-- /container -->
</section>
</header><!-- /header -->
<!-- Content area ================= -->
<div id="main" role="main">
<section class="picture">
<div class="container">
<div class="row">
<img src="img/slide_building.jpg"/>
</div>
</div><!-- /container -->
</section><!-- /content -->
<!-- Content area ================== -->
<section class="content">
<div class="container">
<div class="row span6">
<h1>Contact Us</h1>
<p>Hours of Operation
<br/>Monday - Friday 8am - 5pm</p>
<p>Quinn Robinson
<br/>940.325.9561
<br/>[email protected]</p>
<p>6100 Hwy 180 E P.O. Box 10
<br/>Mineral Wells, TX 76067</p>
</div>
<div class="row span6 pull-right">
<img src="img/map.jpg" alt="map" class="text-right" />
</div>
</div><!-- /container -->
</section><!-- /content -->
</div><!-- /main -->
<div id="push"></div>
</div>
<!-- Footer area ================== -->
<footer id="footer">
<!-- Footer bottom ================= -->
<section class="bottom">
<div class="container">
<div class="row">
<p class="span3 copyright">© 2012 | D&F Battery And Electric Inc.</p>
</div>
</div><!-- /container -->
</section>
</footer><!-- /footer -->
<script type='text/javascript' src='js/ddsmooth.js'></script>
<script type='text/javascript' src='js/tinynav.js'></script>
<script type='text/javascript' src='js/main.js?ver=3.5.1'></script>
</body>
</html>