-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (54 loc) · 2.54 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="css/styles.css">
<title>The Meinert's Family Web Site</title>
</head>
<body>
<div>
<header>
<h1>The Meinert's Family Website</h1>
<h2>Cutting the distance to stay in touch</h2>
</header>
<section>
<article>
<img src="images/home/winter.png" title="A message from us" alt="A message from us" />
</article>
<article>
<img src="images/home/facebook-group-icon.png" alt="Friend us on Facebook!" usemap="#fbmap" />
<map name="fbmap">
<area shape="poly" coords="28,95,29,85,37,77,37,66,27,57,23,41,21,25,30,14,39,10,49,10,57,17,60,33,60,42,59,55,53,60,49,69,50,77,58,84,62,86,62,95" title="Friend Elta on Facebook!" href="http://www.facebook.com/elta.meinert" target="_blank" alt="Elta">
<area shape="poly" coords="57,82,62,78,70,69,71,60,65,51,62,46,60,37,63,35,61,18,66,10,80,7,91,8,96,17,99,30,99,34,103,32,105,46,97,51,96,74,107,82,97,94,72,94" title="Friend Ian on Facebook!" href="http://www.facebook.com/ian.meinert" target="_blank" alt="Ian">
</map>
</article>
<article>
<a href="http://meals.meinertfamily.us" target="_blank" ><img src="images/home/eats.jpg" title="Our Culinary Temptress" /></a>
</article>
<article>
<a href="tribute.html" ><img src="images/home/tribute.jpg" title="A tribute to our military heritage" alt="A tribute to our military heritage" /></a>
</article>
<article>
<article>
<a href="/tree/" target="_blank"><img src="images/home/tree.jpg" title="Our family tree" alt="Our family tree" /></a>
</article>
</article>
</section>
<footer>
<nav>
<ul>
<li><a href="/" class="current">home</a></li>
<li><a href="http://meals.meinertfamily.us" target="_blank">culinary temptress</a></li>
<li><a href="tribute.html">tribute</a></li>
<li><a href="/tree/" target="_blank">our lineage</a></li>
</ul>
</nav>
<p>© Copyright 2012 | IMBusy Web Site Designs | All rights reserved</p>
</footer>
</div>
</body>
</html>