summaryrefslogtreecommitdiff
path: root/files/nategb-root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/nategb-root/index.html')
-rw-r--r--files/nategb-root/index.html57
1 files changed, 57 insertions, 0 deletions
diff --git a/files/nategb-root/index.html b/files/nategb-root/index.html
new file mode 100644
index 0000000..9c72239
--- /dev/null
+++ b/files/nategb-root/index.html
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>Nate Buttke</title>
+ <meta name="author" content="Nate Buttke">
+ <meta name="viewport" content="width=device-width">
+ <link rel="stylesheet" href="style.css">
+ </head>
+
+ <body>
+ <!-- heavily inspired by john ankarstrom http://john.ankarstrom.se -->
+ <img class="me" alt="me at the beach :)" src="me.png">
+ <div style="max-width: 27em;">
+ <h1>Nate Buttke</h1>
+ <p style="line-height: 2.2;"><img style="width: 1.5em;" src="pc.gif" align="left" alt="cute CRT and keyboard">&nbsp;&nbsp;<strong class="welcome" style="color:tomato;">Welcome to my new website!</strong></p>
+ <p>
+ I'm Nate, a Computer Science student in Northern California. My current
+ interests include UNIX system administration, C programming, and cycling.
+ </p>
+ </div>
+
+ <hr>
+ <table class="blocks">
+ <tr valign="top">
+ <td>
+ <h2>Self</h2>
+ <ul class="list">
+ <li> to be added </li>
+ </ul>
+ </td>
+ <td>
+ <h2>Projects</h2>
+ <ul class="list">
+ <li><a href="http://git.nategb.xyz/">git server frontend</a> </li>
+ </ul>
+ </td>
+ <td>
+ <h2>Articles</h2>
+ <ul class="list">
+ <li> to be added </li>
+ </ul>
+ </ul>
+ </td>
+ </tr>
+ </table>
+
+ <hr>
+
+ <footer>
+ <p>
+ content is <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA.</a> homepage inspired by <a href="http://john.ankarstrom.se">John.</a>
+ </p>
+ </footer>
+
+ </body>
+</html>