summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-18 13:22:37 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-18 13:22:37 -0700
commite3abc5880159d40c18947fc577f26f478f7a7ee2 (patch)
tree33ca855b9f6235b2c6379fbe31aad9dda31d4872
parent33b9c52fd1cfbbb95b909a8f4f896f2200770684 (diff)
updated main menu link style
-rw-r--r--index.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.php b/index.php
index 807764d..b5fca5e 100644
--- a/index.php
+++ b/index.php
@@ -12,19 +12,19 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
</p>
<ul>
<li>
- <h3><a href="writing/">Writing../</a> /* Proudly part of the 84% */</h3>
+ <h3><a href="writing/">~/doc/</a> /* My writing and notes */</h3>
</li>
<li>
- <h3><a href="programming/">Programming../</a> /* Easier than it looks */</h3>
+ <h3><a href="programming/">~/src/</a> /* My programming */</h3>
</li>
<li>
- <h3><a href="music/">Music../</a> /* Dmin7, G7, CMaj7 */</h3>
+ <h3><a href="music/">~/music/</a> /* My music */</h3>
</li>
<li>
- <h3><a href="photography/">Photography../</a> /* Still alive */</h3>
+ <h3><a href="photography/">~/pic/</a> /* My photography */</h3>
</li>
<li>
- <h3><a href="etc/">Etc../</a> /* Everything else */</h3>
+ <h3><a href="etc/">~/misc/</a> /* Other stuff */</h3>
</li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>