diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-12 05:47:39 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-12 05:47:39 -0700 |
commit | 3e32cf5ecc672d3466c4d666a999732ada25d131 (patch) | |
tree | 3a0cb91ac5055a54d66fae51de6ecf5257f7265d /index.php | |
parent | 4f1c5db4d211d81df450bc7009c06fc8f06df51c (diff) |
added ascii art to about page
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6,25 +6,25 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <p> This is my Web site for cool things, like my programming, music, writing, photography, and anything else I think of. - I'm a social sciences student at UVic in Canada, though I'm also passionate about technology. I also have another + I'm a student at The University of Victoria in Canada, though I try to find time to do things other than schoolwork. I also have another website at kaistevenson.com, if you don't like this one :(. You can email me at kai@kaistevenson.com. </p> <ul> <li> - <h3><a href="writing/">Writing../</a> /* Proudly part of the 84% */</h3> + <h3><a href="writing/">Writing../</a> /* Proudly part of the 84% */</h3> </li> <li> - <h3><a href="programming/">Programming../</a> /* Easier than it looks */</h3> + <h3><a href="programming/">Programming../</a> /* Easier than it looks */</h3> </li> <li> - <h3><a href="music/">Music../</a> /* Dmin7, G7, CMaj7 */</h3> + <h3><a href="music/">Music../</a> /* Dmin7, G7, CMaj7 */</h3> </li> <li> - <h3><a href="photography/">Photography../</a> /* Still alive */</h3> + <h3><a href="photography/">Photography../</a> /* Still alive */</h3> </li> <li> - <h3><a href="etc/">Etc../</a> /* Everything else */</h3> + <h3><a href="etc/">Etc../</a> /* Everything else */</h3> </li> </ul> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> |