diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-02-20 20:26:35 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-02-20 20:26:35 -0800 |
commit | 3d04f66fcdc8c39f432991edd2b2c13b986cedee (patch) | |
tree | f70ab391a1d7ce4e24a6091fbeddcefe72717007 /src/index.php | |
parent | 540060393f0dc52476436a4786b7bfc983ca3b55 (diff) |
d
Diffstat (limited to 'src/index.php')
-rw-r--r-- | src/index.php | 48 |
1 files changed, 30 insertions, 18 deletions
diff --git a/src/index.php b/src/index.php index b95e3f2..7adc7eb 100644 --- a/src/index.php +++ b/src/index.php @@ -4,25 +4,37 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php"); require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); ?> <p> - I'm Kai Stevenson, and this is my personal Web site for things that I like, such as programming, music, philosophy, and photography. - I'm a student at The University of Victoria in Canada, though I try to find time to do things other than schoolwork. - You can email me at kai@kaistevenson.com. + I'm Kai Stevenson, and this is my personal Web site for things that I like, such as programming, music, philosophy, and photography. + I'm a student at The University of Victoria in Canada, though I try to find time to do things other than schoolwork. + You can email me at kai@kaistevenson.com. </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/">~/misc/</a> /* Other stuff */</h3> + </li> +</ul> +<h2>About Me</h2> +<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 + official Kai Stevenson trivia: +</p> +<ul> + <li><p>I was born in 2004, making me ($CURRENTYEAR-2004) years old!</p></li> + <li><p>My favourite movie is the 1939 propaganda piece <i>Ninotchka</i></p></li> + <li><p>I live in the Pacific Northwest, south of the 49th and north of the border</p></li> </ul> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> |