-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.htm
32 lines (28 loc) · 1.08 KB
/
about.htm
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
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Erick Dransch - About</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<script type="text/javascript" src="email_cipher.js"></script>
</head>
<body>
<div id="header">
<h1>Erick Dransch</h1>
<p>3B Computer Science at the University of Waterloo</p>
<p><script type="text/javascript">document.write(decodeEmail('dn4F19bLV3r9Qd1z~~xt9', 1));</script></p>
<p><a href="https://www.github.com/EkkiD">www.github.com/EkkiD</a></p>
</div>
<div id="menu">
<ul>
<li><a href="./main.htm">Main</a></li>
<li><a id="current.htm" href="">About Me</a></li>
<li><a href="./resume.htm">Resume</a></li>
<li><a href="./projects.htm">Projects</a></li>
</ul>
</div>
<div id="content">
<p> About </p>
</div>
</body>
</html>