-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (46 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Spencer Berg | Index</title>
<link href="space.css" type="text/css" rel="stylesheet" />
</head>
<body id="homePage">
<div id="wrapper">
<div id="masthead">
<div id="navContainer">
<div id="navigation">
<ul>
<li id="homePageLink"><a href="index.html">Home page</a></li>
<li id="Class1PageLink"><a href="projects.html">Projects</a></li>
</ul>
</div>
</div>
</div>
<div id="content">
<div id="profimage">
<img src="pics/sketch.png" id="drawing" height="150" width="150" alt="Spencer" />
</div>
<div id="person">
<h1>Spencer J. Berg</h1>
<h2>Student of Computer Science at Truman State University</h2>
</div>
<div id="contact">
<h2>Information:</h2>
<ul class="compact">
<li>Phone: 636-352-6935</li>
<li>Email: <a
href="mailto:[email protected]">[email protected]</a></li>
<li>Github: <a
href="https://github.com/Sijiba/">Sijiba</a></li>
</ul>
</div>
<div id="announce">
<h3>About this Site</h3>
New site for Spencer Berg. More content to follow!
</div>
</div>
</div>
</div>
</body>
</html>