diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-04-04 13:12:11 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-04-04 13:12:11 -0700 |
commit | 3570417651ab37733e58b8f178672a325834e513 (patch) | |
tree | f0f2c438f47a14e6a549c41278dc05e6f89b7bb2 /src | |
parent | 4854ab818f57322aaaaf4517514651ab32d70c18 (diff) |
updated bio on about page
Diffstat (limited to 'src')
-rw-r--r-- | src/about.php | 23 | ||||
-rw-r--r-- | src/index.php | 6 |
2 files changed, 15 insertions, 14 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"); ?> diff --git a/src/index.php b/src/index.php index 2f2506e..0255a1b 100644 --- a/src/index.php +++ b/src/index.php @@ -17,12 +17,8 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); </ul> <h2>About Me</h2> <p> - My email is kai@kaistevenson.com. I won't post my phone number on a public website because I don't want - any more spam calls, but if you want to arrange a phone call with me, I'll happily send you that information over email. -</p> -<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 + laziness. That said, I recognize 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> |