-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjuRuthFam.html
More file actions
99 lines (87 loc) · 3.42 KB
/
juRuthFam.html
File metadata and controls
99 lines (87 loc) · 3.42 KB
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
<!DOCTYPE html>
<meta charset="UTF-8">
<html>
<head>
<title>Ruth's Family</title>
<meta name="description" content="site description">
<meta name="keywords" content="search terms">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<!-- Side navigation -->
<div class="sidenav">
<a href="index.html">Home</a>
<a href="juandrewfam.html">Andrew's Family</a>
<a href="lifegoals.html">Goals</a>
</div>
<div class="main">
<div class="siteheader">
<div class="logocontainer">
<h1>Just<span>US</span></h1>
</div>
</div>
<section>
<header>
<H1>Ruth and Andrew Peterson</H1>
</header>
<body>
<section>
<header>
<div class="inner_header">
<h1>Ruth's Family</h1>
</div>
</header>
</section>
<section>
<h2 id="Parents"> Ruth's Parents</h2>
<p id="p1"> Richard Dunn <br> Born: <br> Age: <br> Life Events:
</p>
<p id="p2"> Joann Dunn <br> Born: <br> Age: <br> Life Events:
</p>
</section>
<section>
<h1 id="Siblings">Ruth's Siblings</h1>
<p id="s1">
Paul Dunn <br> Spouse: <br> Born: <br> Children: <br> Life events:
</p>
<p id="s2">
Daniel Dunn <br> Spouse: <br> Born: <br> Children: <br> Life events:
</p>
<p id="s3">
Stephen Dunn <br> Spouse: <br> Born: <br> Children: <br> Life events:
</p>
<p id="s4">
Lucinda Wade <br> Spouse: <br> Born: <br> Children: <br> Life events:
</p>
</section>
<section>
<h1 id="Children">Ruth's Children</h1>
<p id="c1">
Trent Horrocks (Hunter) <br> Spouse: <br> Born: <br> Children: <br> Life events:
</p>
<p id="c2">
Nichole Horrocks <br> Spouse: <br> Born: <br> Children: <br> Life events:
</p>
<p id="c3">
Thomas Sharp <br> Spouse: <br> Born: <br> Children: <br> Life events:
</p>
<p id="c4">
Elizabeth Wardell <br> Spouse: <br> Born: <br> Children: <br> Life events:
</p>
<p id="c5">
Johanna Sharp <br> Spouse: <br> Born: <br> Children: <br> Life events:
</p>
<p id="c6">
Kylee Heigel <br> Spouse: <br> Born: <br> Children: <br> Life events:
</p>
<p id="c7">
Tyler Sharp <br> Spouse: <br> Born: <br> Children: <br> Life events:
</p>
</section>
<footer>
<ul>
<li><a href="juabout.html ">About Us</a></li>
</ul>
</footer>
</body>
</div>
</html>