summaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.php')
-rw-r--r--src/index.php27
1 files changed, 12 insertions, 15 deletions
diff --git a/src/index.php b/src/index.php
index 4e37ec8..c41dae8 100644
--- a/src/index.php
+++ b/src/index.php
@@ -10,24 +10,18 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
to follow one of the links below.
</p>
<ul>
- <li>
- <h3><a href="writing/">~/doc/</a> /* My writing and notes */</h3>
- </li>
- <li>
- <h3><a href="programming/">~/src/</a> /* My programming */</h3>
- </li>
- <li>
- <h3><a href="music/">~/music/</a> /* My music */</h3>
- </li>
- <li>
- <h3><a href="photography/">~/pic/</a> /* My photography */</h3>
- </li>
- <li>
- <h3><a href="etc/">~/misc/</a> /* Other stuff */</h3>
- </li>
+ <li><h3><a href="writing/">~/doc/</a> /* My writing and notes */</h3></li>
+ <li><h3><a href="programming/">~/src/</a> /* My programming */</h3></li>
+ <li><h3><a href="music/">~/music/</a> /* My music */</h3></li>
+ <li><h3><a href="photography/">~/pic/</a> /* My photography */</h3></li>
+ <li><h3><a href="etc/">~/etc/</a> /* The rest */</h3></li>
</ul>
<h2>About Me</h2>
<p>
+ My email is kai@kaistevenson.com. I won't post my phone number on a public website because I don't want
+ any more spam calls, but if you want to arrange a phone call with me, I'll happily send you that information over email.
+</p>
+<p>
An absence of personal information on this site is to be attributed less to modesty and more to
a generalized disregard for what I deem to be more or less irrelevant. That said, I acknowledge
that some may wish to believe that I am a real human with a real human life, so I've collated some
@@ -40,4 +34,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
<li><p>I was at home minding my own business on the night of January 16th 2020. Please stop asking</p></li>
<li><p>I have a cat and a dog</p></li>
</ul>
+<p>
+ If you want to learn more about me (and I'm sure you do), you'll find that on the <a href=about.php>about page</a>.
+</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>