-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 848 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
<!doctype html>
<html>
<head>
<title>Relud.com</title>
<link rel="stylesheet" type="text/css" href="css/width.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<h1>Daniel Thorn</h1>
<p>
My Face:
<br>
<a href="face.jpg">
<img src="face.jpg" width=256 />
</a>
<p>
<a href="resume.svg">My Resume</a>
<p>
<a href="https://github.com/relud">My Github Profile</a>
<p>
<a href="life.html">A list of life lessions I had to learn the hard way.</a>
<p>
<a href="http://fun.relud.com">Play a very simple game called Fun.</a>
<p>
<a href="http://www.relud.com/cmd.html">A guide to configuring Linux's super key like OSX's command key.</a>
</body>
</html>