summaryrefslogtreecommitdiff
path: root/src/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/about.php')
-rw-r--r--src/about.php23
1 files changed, 14 insertions, 9 deletions
diff --git a/src/about.php b/src/about.php
index 1445333..de3bf5e 100644
--- a/src/about.php
+++ b/src/about.php
@@ -5,7 +5,9 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<h2>About This Site</h2>
<p>
- This site is hosted on a vultr VPS. It serves content through an apache webserver, and has a pretty simple backend.
+ This site is hosted on my own server, which is a machine I hacked together from some random components--
+ 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.
If you're curious about anything here, you can email me at kai@kaistevenson.com.
</p>
@@ -42,20 +44,23 @@ 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, and despite having a rather high opinion of myself,
- I do not enjoy self promotion. However, I do enjoy music, so let's do this in <a href="music/">song form!</a>
- Kidding. But really, I hate it.
+ 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
+ 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
+ full time for grades 10-12. I pursued accelerated entry into the University of Victoria during my last year,
+ taking an intro to micro-economics class while finishing up my high school courses. After graduating,
+ I was accepted into UVic social sciences.
</p>
<p>
- It's commonly stated that it is a man's actions, not his words, that define him. Comforting though this thought may be,
- I'd like to propose that the nature of my existence in your world will be defined less by my actions and more by words.
- Maybe I'm wrong. Either way, I ask that if you want to know me, you consider the ideas I propose. Wrong though they may
- sometimes be, they <i>are</i>--I hope--reflective of my character. To that end, the <a href="writing/">writing page</a> of my
+ 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.
</p>
<h2>Donations</h2>
<p>
- Not happening. This server costs less in a year than driving my car for a day. If you want to support me, contribute
+ No. 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"); ?>