-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
55 lines (51 loc) · 2.11 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
<!doctype html>
<html class="background">
<head>
<meta charset="UTF-8">
<title>Loven Life With Lisa | Contact</title>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link href="stylesheets/screen.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="//use.typekit.net/aph8nyi.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript" src="scripts/html5shiv.js"></script>
</head>
<body>
<div id="container">
<header class="blur">
<img class="logo" src="./images/butterfly.png" alt="Butterfly Logo" title="Beautiful Butterfly Logo" />
<h1>Loven Life with Lisa</h1>
</header>
<!--<section class="twitter-feed">
<!-- Twitter feed -->
<!-- <p><i class="icon-twitter" ></i> My son is such an awesome web designer <em> - Lisa</em></p>
</section>-->
<nav class="blur">
<ul>
<li><a href="index.html">Home</a>
</li>
<li><a href="about.html">About</a>
</li>
<li><a href="podcast.html">Podcast</a>
</li>
<li><a href="location.html">Location</a>
</li>
<li><a href="contact.html">Contact</a>
</li>
</ul>
</nav>
<main class="contact-main">
<ul id="contact-info">
<li class="name">Lisa de Lusignan MA</li>
<li class="peace-logo">PeaceLoveShoes</li>
<li>Life Coach & Facilitator</li>
<li><a class="phone-number" href="tel:250.882.4411/"><i class="icon-phone"></i> 250.882.4411</a></li>
<li><a class="email" href="mailto:[email protected]"><i class="icon-envelope-alt"></i> [email protected]</a></li>
</ul>
</main>
<footer>
<p>Content of this website for educational purposes only at this point in time.</p>
</footer>
</div>
</body>
</html>