-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 946 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Aubrey Anderson</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="topbar">
<a href="index.html"><h1 id=name>Aubrey Anderson</h1></a>
</div>
<div id="sidebar">
<div>
<img id="image" src="canyon.jpg" alt="A picture of me" height="400">
</div>
<div id="contacts">
<a href="mailto:[email protected]">Email</a><br/>
<a href="https://github.com/aubreyeanderson">Github</a><br/>
<a href="https://www.linkedin.com/in/aubrey-anderson-9602b2108">Linkedin</a><br/>
</div>
</div>
<div id="links">
<p>
<a href="bio.html">My Biography</a>
</p>
<p>
<a href="resume.html">My Resume</a>
</p>
</div>
</body>
</html>