paulwalko.github.io/index.html

26 lines
533 B
HTML
Raw Normal View History

2017-07-25 10:56:28 -04:00
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Paul Walko</title>
<link rel="stylesheet" type="text.css" href="v1.css" />
</head>
<body>
<div class="top">
<h2 class="idk">Paul Walko</h2>
2017-07-25 11:00:54 -04:00
...img left alighed here
2017-07-25 10:56:28 -04:00
</div>
<div class="about">
...education,interests,hobbies /p
2016-06-09 17:51:55 -04:00
2017-07-25 10:56:28 -04:00
...currently doign $this, check out my $resume for more tho /p
</div>
<div class="projects">
..gh link here, but here's some projects I help with
</div>
<div class="contact">
...email,GH,PGP,irc(oftc),$resume
</div>
</body>
</html>