new site
This commit is contained in:
27
index.html
27
index.html
@@ -1,5 +1,24 @@
|
||||
---
|
||||
layout: base
|
||||
---
|
||||
<!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>
|
||||
</div>
|
||||
<div class="about">
|
||||
...education,interests,hobbies /p
|
||||
|
||||
{% include post_list.html %}
|
||||
...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>
|
||||
|
||||
Reference in New Issue
Block a user