summaryrefslogtreecommitdiff
path: root/src/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/about.php')
-rw-r--r--src/about.php17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/about.php b/src/about.php
index dab34e7..dd19516 100644
--- a/src/about.php
+++ b/src/about.php
@@ -5,7 +5,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<h2>About This Site</h2>
<p>
- This site is hosted on my own server, which is a machine I hacked together from some random components--a
+ This site is hosted on my own server, which is a machine I hacked together from some random components I had lying around--a
4790K, 16GB of DDR3, SSD storage. The server runs Arch Linux, which was probably a bad idea, but it hasn't
caused any problems yet. It serves content through an apache webserver, and has a pretty simple backend:
I use PHP for templating, CSS for styling, and no JavaScript at all. The server supports HTTPS using Let's Encrypt.
@@ -44,8 +44,8 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
<h3 class="nav"><a href="https://www.pen15.agency">[Last site]</a> | <a href="https://www.nullring.xyz">[Nullring]</a> | <a href="https://society.nullring.xyz">[Next site]</a></h3>
<h2>About Me</h2>
<p>
- As previously stated, my name is Kai Stevenson. I don't really like doing the whole biography thing,
- but here's a quick summary: I was born (and still live) in Victoria, BC, Canada. I went to school
+ As previously stated, my name is Kai Stevenson. Here's a quick summary of my life so far:
+ I was born (and still live) in Victoria, BC, Canada. I went to school
briefly but dropped out in grade 1 due to extreme boredom, and pursued my interests with the support
of my family. As a result, I had an early start on some things--I started programming in C at around 7.
I took one course at my local public high school in grade 9, and then elected to attend a private school
@@ -54,13 +54,14 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
I was accepted into UVic social sciences.
</p>
<p>
- Also, I have some opinions about some things. Wrong though they may
- sometimes be, they are--I hope--reflective of my character. To that end, the <a href="writing/">writing page</a> of my
- website is an attempt to collate some of my thoughts. Maybe it will be of interest to you.
+ Rather than writing about myself, I would rather write about subjects that are of interest to me,
+ in hopes that my particular interpretations of those subjects is reflective of my character in general.
+ To that end, the <a href="writing/">writing page</a> of my
+ website is an attempt to collate some of my thoughts.
</p>
-<h2>Donations</h2>
+<h2>Support Me</h2>
<p>
- No. If you want to support me, contribute
+ I don't accept donations at this time. If you want to support me, contribute
to one of my <a href=programming/>programming projects</a>, or just write me a nice email.
</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>