summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.php b/index.php
index 3cf93ad..807764d 100644
--- a/index.php
+++ b/index.php
@@ -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"); ?>