-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 700 Bytes
/
index.html
File metadata and controls
21 lines (20 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>flankstaek</title>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body>
<img class = "header" src="imgs/header.png">
<br>
<div class = "links">
<a href= "contact">Contact</a> / <a href="projects">Portfolio</a> / <a href="resume.pdf">Resume</a>
</div>
<p>
<img align = "left" src = imgs/icon.png>I'm Ian Swain, a student at Northeastern University studying
for a BS in Computer Science & Game Design. I'm interested in games & music as forms
of artistic expression. To learn more about me check out the links.
</p>
</body>
</html>