-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
65 lines (51 loc) · 1.76 KB
/
home.html
File metadata and controls
65 lines (51 loc) · 1.76 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Jerry Ulrich</title>
<link rel="stylesheet" type="text/css" href="jerrystyle.css" />
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js" type="text/javascript"></script>
<script type="text/javascript" src="jerryjava.js"></script>
</head>
<body>
<div id="navbar">
<ul id="outeritems">
<li class="category">Bio
<ul class="inneritems">
<li class="notfirstitem">Babyhood</li>
<li class="notfirstitem">Education</li>
<li class="notfirstitem">Work</li>
<li class="notfirstitem">Bucket List</li>
</ul>
</li>
<li class="category">Accomplishments
<ul class="inneritems">
<li class="notfirstitem">Wife</li>
<li class="notfirstitem">Child 1</li>
<li class="notfirstitem">Child 2</li>
<li class="notfirstitem">Child 4</li>
</ul>
</li>
<li class="category">Sheep
<ul class="inneritems">
<li class="notfirstitem">Sheep</li>
<li class="notfirstitem">Sheep</li>
<li class="notfirstitem">Goats</li>
<li class="notfirstitem">Sheep</li>
</ul>
</li>
<li class="category">Friends
<ul class="inneritems">
<li class="notfirstitem">Tim Shoe</li>
<li class="notfirstitem">Mozart</li>
<li class="notfirstitem">Robert Shaw</li>
<li class="notfirstitem">George Burdell</li>
</ul>
</li>
</ul>
</div>
<div id="main">
<h1>Jerry Ulrich</h1>
<h2>Composer, Arranger, Conductor</h2>
</div>
</body>
</html>