]> git.za3k.com Git - za3k.git/commitdiff
lowercase
authorZachary Vance <za3k@za3k.com>
Wed, 10 Feb 2021 00:30:20 +0000 (16:30 -0800)
committerZachary Vance <za3k@za3k.com>
Wed, 10 Feb 2021 00:30:20 +0000 (16:30 -0800)
index.html

index b403c53a40da10d0d1f067c606c36f31e8759e5c..b3a2544d74df8ef45d8e85a11e2a80da1b7525bf 100644 (file)
@@ -6,59 +6,66 @@
 </head>
 <body>
     <section id="personal">
-        <h1>Personal</h1>
+        <h1>personal</h1>
         <table>
             <tr>
-                <td>Email</td>
+                <td>email</td>
                 <td><a href="mailto:za3k@za3k.com">za3k@za3k.com</a></td>
             </tr>
             <tr>
-                <td>Website</td>
+                <td>website</td>
                 <td><a href="https://za3k.com">za3k.com</a></td>
             </tr>
             <tr>
-                <td>Blog</td>
+                <td>blog</td>
                 <td><a href="https://blog.za3k.com">blog.za3k.com</a></td>
             </tr>
             <tr>
-                <td>Public key</td>
+                <td>public key</td>
                 <td><a href="https://za3k.com/gpg.pub">GPG</a></td>
             </tr>
             <tr>
-                <td>Public key</td>
+                <td>public key</td>
                 <td><a href="https://za3k.com/ssh.txt">SSH</a></td>
             </tr>
             <tr>
-                <td>Contracting</td>
+                <td>contracting</td>
                 <td><a href="mailto:za3k@za3k.com">za3k@za3k.com</a></td>
             </tr>
             <tr>
-                <td>Schedule</td>
+                <td>schedule</td>
                 <td><a href="https://zachary.youcanbook.me">zachary.youcanbook.me</a></td>
             </tr>
             <tr>
-                <td>Github</td>
-                <td><a href="https://github.com/za3k">Github</a></td>
+                <td>github</td>
+                <td><a href="https://github.com/za3k">github</a></td>
             </td>
         </table>
     </section>
 
     <section id="recommendations">
-        <h1>Recommendations</h1>
+        <h1>recommendations</h1>
         <ul>
-            <li><a href="games.md">Video games I like</a></li>
-            <li>An online collection of <a href="https://library.za3k.com" rel="nofollow">books</a></li>
+            <li><a href="games.md">video games i like</a></li>
+            <li><a href="https://library.za3k.com" rel="nofollow">books</a> i've read</li>
         </ul>
     </section>
 
     <section id="website">
-        <h1>My Stuff</h1>
+        <h1>my stuff</h1>
         <ul>
-            <li>Check out board, card, and party <a href="mygames.md">games</a> I've designed.</li>
-            <li>Get some <a href="http://moreorcs.com">orc-themed email addresses</a> or <a href="http://moreorcs.com/domain.html">orc-themed subdomain names</a> (IPv6 included)</li>
-            <li><a href="archived.html">Older stuff</a>: less popular, old, or obsolete resources</li>
+            <li><a href="mygames.md">games</a> i've designed</li>
+            <li>free <a href="http://moreorcs.com">orc-themed email addresses</a> (receive only)</li>
+            <li>free <a href="http://moreorcs.com/domain.html">orc-themed subdomain names</a> on IPv4 and IPv6</li>
         </ul>
     </section>
-    <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="archive">
+        <h1>archive</h1>
+        <ul>
+            <li><a href="archived.html">older or less popular stuff</a></li>
+        </ul>
+    </section>
+    <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>
 </body>
 </html>