-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (73 loc) · 3.89 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="/style/style.css">
<title>Chambers Family</title>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Chambers Family</h1>
<ol class="breadcrumb">
<li class="active">Home</li>
</ol>
<p>
We wish to welcome you to the Chambers family website. Here you can find pictures of us and stories about our travels. We hope you enjoy your visit.
</p>
<p>
By way of introduction, my name is Fletcher Chambers. My wife's name is Marie and we have seven boys and a girl.
</p>
</div>
</div>
<div class="container">
<h2>Recent Events</h2>
<ul>
<li><a href="/ItsAGirl/index.html">It's a girl!</a></li>
<li><a href="/SeventhSon/index.html">Patrick's Birthday, 2006</a></li>
<li><a href="/NewBaby/index.html">Owen's Birthday, 2005</a></li>
<li><a href="/PowellBranchWeb/2004PinewoodDerby/PinewoodDerby.html">2004 Pinewood Derby</a></li>
<li><a href="/Vacation2003/index.html">Summer Vacation 2003</a></li>
<li><a href="/PowellBranchWeb/PinewoodDerby/PinewoodDerby.html">2003 Pinewood Derby</a></li>
<li><a href="/PowellBranchWeb/TrunkOrTreat/TrunkOrTreat.html">Trunk or Treat</a></li>
<li><a href="/OhioMaze/OhioMaze.html">Ohio Maze</a></li>
<li><a href="/Lehmans/Lehmans.html">Kidron, Ohio</a></li>
<li><a href="/TheWilds/TheWilds.html">The Wilds and Velvet Ice Cream</a></li>
<li><a href="/TarHollow/TarHollow.html">Tar Hollow State Park</a></li>
</ul>
</div>
<div class="container">
<a href="/Photos/HiRes/Chambers.jpg"><img src="/Photos/LoRes/Chambers.jpg" alt="Chambers Family, August 2003" class="img-circle img-responsive"></a>
</div>
<div class="container">
<h2>Homemade Videos</h2>
<ul>
<li><a href="/Videos/madagascar.html">Donovan's Madagascar Project</a></li>
<li>Spencer's Piano Recital <a href="/Videos/PianoRecital/SpencerChambers.wmv">Windows Media Player(2.93MB)</a></li>
</ul>
</div>
<div class="container">
<h2>Other Interests</h2>
<ul>
<li>Unoffical site of the <a href="/PowellBranchWeb/home.html">Powell Branch</a>, another website I have created.</li>
<li>Official site of <a href="http://www.churchofjesuschrist.org/">The Church of Jesus Christ of Latter-day Saints</a>. We are members of this church.</li>
<li>Interested in learing more about the <a href="http://www.comeuntochrist.org/">Church</a>? Request a copy of the Book of Mormon, or invite the missionaries over for a discussion.</li>
<li>The Powell branch sponsors Scout Troop 132 which holds the <a href="http://www.powell5k.com/">Powell 5K</a> every year. Our boys are members of this scout troop.</li>
<li><a href="/Recipes/recipes.html">Family Favorite Recipes</a></li>
<li><a href="/FamilyHistory/items.html">Family History</a></li>
</ul>
</div>
<footer id="footer">
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="/js/chamfam.js"></script>
</body>
</html>