]> git.za3k.com Git - za3k.git/commitdiff
Move second-tier links to archive page
authorZachary Vance <vanceza@gmail.com>
Mon, 22 Jun 2015 10:22:53 +0000 (03:22 -0700)
committerZachary Vance <vanceza@gmail.com>
Mon, 22 Jun 2015 10:22:53 +0000 (03:22 -0700)
archived.html
index.html

index 1611668262ef7a4d7c38087b1412fed7b2e3b0fa..3ecf0cdba00a53e8b47a8c26073f530c97ae118b 100644 (file)
@@ -1,4 +1,27 @@
-<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>
-</ul>
+<!DOCTYPE html>
+<html>
+<head>
+    <title>za3k.com</title>
+    <link rel="stylesheet" type="text/css" href="index.css">
+</head>
+<body>
+    <div class="quote"><q>Things which matter most must never be at the mercy of things which matter least</q> - Johann Wolfgang von Goethe</div>
+    <section id="personal">
+        <h1>Personal</h1>
+        <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>
+        </ul>
+    </section>
+    <section id="programming">
+        <h1>Programs</h1>
+        <ul>
+            <li><a href="https://github.com/vanceza/volcano-roguelike">Volcano</a>, a roguelike which is complete but no fun to play</li>
+            <li>Forget.io (dead as a site), texts you periodic reminders to report mental state <a href="https://github.com/vanceza/forgetio">[source]</a></li>
+            <li><a href="https://github.com/vanceza/ec2-cli">ec2-cli</a>, a bash wrapper around EC2 functionality to simplify starting and stopping instances (includes integration with <a href="https://www.gnu.org/software/parallel/">GNU parallel</a>)</li>
+            <li><a href="https://github.com/iurisilvio/csvtodsv">csvtodsv</a>, a command-line tool I <a href="https://bountify.co/excel-style-csv-parser-for-unix">commissioned</a> which converts from excel-style CSV format to unix-style Delimiter-Seperated-Value (DSV) formats</li>
+            <li>Any other <a href="https://bountify.co/users/vanceza">bountify.co</a> commissions</li>
+        </ul>
+    </section>
+</body>
+</html>
index 9d73cd14d763cd108d3447a64abc27e867a6965e..ac4bf4a360fa3487e29c19dd85a0e2a12253f16a 100644 (file)
@@ -40,8 +40,8 @@
     <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>
+            <li><a href="colophon.md">Colophon</a></li>
+            <li><a href="archived.html">Site map</a>: less popular, old, or obsolete resources</li>
         </ul>
     </section>
 
     <section id="programming">
         <h1>Programs</h1>
         <ul>
-            <li><a href="https://github.com/vanceza/keystroked">keystroked</a>, a daemon I <a href="https://bountify.co/keystroke-counter-daemon">commissioned</a> which monitors whether you're typing or not on a computer so you can monitor billable hours / computer addiction automatically.</li>
-            <li><a href="https://github.com/vanceza/vlad">Vlad the remailer</a>, a service which emails a group once a day to see what individuals accomplished, and sends the group a summary the next morning</li>
-            <li><a href="https://github.com/vanceza/export-chrome-bookmarks">export-chrome-bookmarks</a>, outputs booksmarks in chrome, one per line</li>
+            <li>Browse and contribute to <a href="https://github.com/vanceza">GitHub</a> projects</li>
             <li><a href="https://github.com/vanceza/rip-chrome-history">rip-chrome-history</a>, which outputs your chrome history, one entry per line</li>
+            <li><a href="https://github.com/vanceza/export-chrome-bookmarks">export-chrome-bookmarks</a>, outputs booksmarks in chrome, one per line</li>
+            <li><a href="https://github.com/vanceza/keystroked">keystroked</a>, a daemon I <a href="https://bountify.co/keystroke-counter-daemon">commissioned</a> which monitors whether you're typing or not on a computer so you can monitor billable hours / computer addiction automatically.</li>
+            <li><a href="https://github.com/vanceza/vlad">Vlad the Remailer</a>, a service which emails a group once a day to see what individuals accomplished, and sends the group a summary the next morning</li>
             <li><a href="https://github.com/vanceza/billpay-ios">"Billpay"</a>, an iOS app to play a weighted version of credit card roulette for group dinners</li>
-            <li>Forget.io (dead as a site), texts you periodic reminders to report mental state <a href="https://github.com/vanceza/forgetio">[source]</a></li>
             <li><a href="https://github.com/freethenation/HackMonkey">HackMonkey</a>, a security-free, hassle-free alternative to Greasemonkey. Executes arbitrary javascript on user-specified webpages</a>
-            <li><a href="https://github.com/vanceza/volcano-roguelike">Volcano</a>, a roguelike which is complete but no fun to play</li>
-            <li><a href="https://github.com/vanceza/ec2-cli">ec2-cli</a>, a bash wrapper around EC2 functionality to simplify starting and stopping instances (includes integration with <a href="https://www.gnu.org/software/parallel/">GNU parallel</a>)</li>
-            <li><a href="https://github.com/iurisilvio/csvtodsv">csvtodsv</a>, a command-line tool I <a href="https://bountify.co/excel-style-csv-parser-for-unix">commissioned</a> which converts from excel-style CSV format to unix-style Delimiter-Seperated-Value (DSV) formats</li>
             <li><a href="https://github.com/vanceza/google-count">google-count</a> prints the number of google results for a phrase, for xkcd-style big data analysis</li>
             <li><a href="https://github.com/vanceza/dedent">dedent</a>, a command-line script to let unix tools deal with indented file formats</li>
-            <li>Any other <a href="https://bountify.co/users/vanceza">bountify.co</a> commissions</li>
-            <li>Download or contribute to <a href="https://github.com/vanceza">GitHub</a> projects</li>
         </ul>
     </section>
 </body>