]> git.za3k.com Git - za3k.git/commitdiff
Update homepage
authorZachary Vance <vanceza@gmail.com>
Mon, 1 Jun 2015 10:49:54 +0000 (03:49 -0700)
committerZachary Vance <vanceza@gmail.com>
Mon, 1 Jun 2015 10:49:54 +0000 (03:49 -0700)
archived.html
index.css [new file with mode: 0644]
index.html

index e4812a320a26e99a974dd513a9630edded9d79d8..1611668262ef7a4d7c38087b1412fed7b2e3b0fa 100644 (file)
@@ -1,7 +1,4 @@
-
-
 <ul>
        <li>My 2013-2014 <a href="https://www.beeminder.com/zacharyvance/goals/pomodoros">work log</a></li>
     <li>2008-2013 <a href="/archive/wordpress/">blog posts</a></li>
-    <li>2014 <a href="https://nanowrimo.za3k.com">nanowrimo</a> incomplete entry</li>
 </ul>
diff --git a/index.css b/index.css
new file mode 100644 (file)
index 0000000..f2d9cd6
--- /dev/null
+++ b/index.css
@@ -0,0 +1,9 @@
+body {
+}
+
+section {
+    display: inline-block;
+    vertical-align: top;
+    min-width: 30%;
+    max-width: 700px;
+}
index 66f507a5c7a239b32dc52f3b781f1efea24360dc..0bca1666ad48d7797eae05903fd9b2a03edb28e1 100644 (file)
@@ -1,23 +1,68 @@
+<!DOCTYPE html>
 <html>
-<head><title>za3k.com</title></head>
+<head>
+    <title>za3k.com</title>
+    <link rel="stylesheet" type="text/css" href="index.css">
+</head>
 <body>
-<ul>
-    <li><a href="contact.md">Contact me</a></li>
-       <li>Read my <a href="https://blog.za3k.com">blog</a></li>
-       <li>Schedule time with me at <a href="https://zachary.youcanbook.me">zachary.youcanbook.me</a></li>
-       <li>Download or contribute to my <a href="https://github.com/vanceza">GitHub</a> projects.</li>
-       <li>I've decided to give public access to my <a href="money.html">financial records.</a></li>
-       <li>I host an <a href="https://etherpad.za3k.com">etherpad</a> server.</li>
-       <li>View my GPG <a href="gpg.pub">public key</a></li>
-    <li>Read the bible in <a href="new latin bible.txt">pig latin</a>
-    <li><a href="games.md">Video games I like</a></li>
-    <li><a href="pandora.txt">Music</a> I favorited on <a href="http://pandora.com">Pandora</a></li>
-    <li>An online collection of <a href="https://library.za3k.com">books</a> (password protected)</li>
-    <li><a href="colony.md">Colony on the Moon</a>, my in-development minecraft modpack</li>
-       <li>Get some <a href="http://moreorcs.com">orc-themed email addresses</a></li>
-        <li>My public <a href="https://www.beeminder.com/zacharyvance/goals/pomodoros2">work log</a></li>
-    <li><a href="colophon.md">Colophon</a></li>
-       <li><a href="archived.html">Older</a> and obsoleted resources</li>
-</ul>
+    <section id="personal">
+        <h1>Personal</h1>
+        <ul>
+            <li><a href="contact.md">Contact me</a></li>
+            <li>Schedule time with me at <a href="https://zachary.youcanbook.me">zachary.youcanbook.me</a></li>
+            <li>Read my <a href="https://blog.za3k.com">blog</a></li>
+            <li>View my GPG <a href="gpg.pub">public key</a></li>
+        </ul>
+    </section>
+
+    <section id="games">
+        <h1>Games</h1>
+        <ul>
+            <li><a href="games.md">Video games I like</a></li>
+            <li><a href="colony.md">Colony on the Moon</a>, my in-development minecraft modpack</li>
+        </ul>
+    </section>
+
+    <section id="opendata">
+        <h1>Personal Data</h1>
+        <ul>
+            <li>My public <a href="https://www.beeminder.com/zacharyvance/goals/pomodoros2">work log</a></li>
+            <li>An online collection of <a href="https://library.za3k.com">books</a> (password protected)</li>
+            <li>I've decided to give public access to my <a href="money.html">financial records.</a></li>
+            <li><a href="pandora.txt">Music</a> I favorited on <a href="http://pandora.com">Pandora</a></li>
+        </ul>
+    </section>
+
+    <section id="website">
+        <h1>Website</h1>
+        <ul>
+            <li>Website <a href="colophon.md">colophon</a></li>
+            <li><a href="archived.html">Older</a> and obsoleted resources from this website</li>
+        </ul>
+    </section>
+
+    <section id="creative">
+        <h1>Creative</h1>
+        <ul>
+            <li>Read the bible in <a href="new latin bible.txt">pig latin</a>
+            <li>2014 <a href="https://nanowrimo.za3k.com">nanowrimo</a> incomplete entry</li>
+        </ul>
+    </section>
+
+    <section id="services">
+        <h1>Services</h1>
+        <ul>
+            <li>I host an <a href="https://etherpad.za3k.com">etherpad</a> server</li>
+            <li>Get some <a href="http://moreorcs.com">orc-themed email addresses</a></li>
+            <li><a href="https://publishing.za3k.com">Publish</a> any physical book at minimum cost and maximum convenience</li>
+        </ul>
+    </section>
+
+    <section id="programming">
+        <h1>Programs</h1>
+        <ul>
+            <li>Download or contribute to other <a href="https://github.com/vanceza">GitHub</a> projects.</li>
+        </ul>
+    </section>
 </body>
 </html>