-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (22 loc) · 869 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
<link rel="stylesheet" type="text/css" href="master.css" />
<title>Homepage of Colin Hamilton</title>
</head>
<body>
<div id="toolbar"><a href="index.html">Home</a> <a href="resume.html">Resume</a> <a href="bio.html">Biography</a></div>
<h1>Colin Hamilton</h1>
<img src="colin-index.jpg" alt="Picture of Colin" class ="profile-picture" />
<div class="leftalign">
<p>For more information, please visit the following links.</p>
<ul class="nostyle">
<li><a href="resume.html">Resume</a></li>
<li><a href="bio.html">Biography</a></li>
<li><a href="https://github.com/cbh66">GitHub Account</a></li>
</ul>
</div>
</body>
</html>