-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
executable file
·39 lines (38 loc) · 1.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>1891 W70 | Liberty KY</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link href='http://fonts.googleapis.com/css?family=Marcellus+SC|Cardo' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body>
<header>
<h1>For Sale | 1891 W 70, Liberty, KY 42539</h1>
<h2>$189,000</h2>
<nav>
<ul>
<li><a href="about.html" class="">About</a></li>
<li><a href="slideshow.html">Slideshow</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="legal.html">Legal</a></li>
</ul>
</nav>
</header>
<div id="wrapper">
<section class="contact">
<h3>Contact Information</h3>
<p>Questions are welcome at any time. Please feel free to call or email Jerry or Marcy between the hourse of 9am to 9pm</p>
<li class="phone1"><i class="fa fa-phone"></i><a href="tel:606-303-2912">606-303-2912</a></li>
<li class="phone2"><i class="fa fa-phone"></i><a href="tel:606-706-3356">606-706-3356</a></li>
<li class="mail"><i class="fa fa-envelope-o"></i><a href="mailto:marcybrooks52@hotmail.com">marcybrooks52@hotmail.com</a></li>
</section>
</div>
<footer>
<p>©Judy Mosley 2015</p>
</footer>
</body>
</html>