summaryrefslogtreecommitdiff
path: root/src/about.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-02-23 02:19:15 -0800
committerKai Stevenson <kai@kaistevenson.com>2023-02-23 02:19:15 -0800
commit19d604f0abb40afffe82e619b24e4c63665e47de (patch)
tree839e5f20d565e6b25ddd9a6c8541bb6cbd6fc043 /src/about.php
parentdfed378228447a9c798d8bfd0f4c058acda4c78c (diff)
wrote a bunch of stuff
Diffstat (limited to 'src/about.php')
-rw-r--r--src/about.php25
1 files changed, 22 insertions, 3 deletions
diff --git a/src/about.php b/src/about.php
index 33e2255..1445333 100644
--- a/src/about.php
+++ b/src/about.php
@@ -3,10 +3,11 @@ $title = "About";
require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
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.
-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.
+ This site is hosted on a vultr VPS. 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>
<p>This site is a member of the <a href="https://nullring.xyz">Null Webring</a>, which I helped to create.</p>
<div style="width: 100%; text-align: center;">
@@ -39,4 +40,22 @@ If you're curious about anything here, you can email me at kai@kaistevenson.com.
</pre>
</div>
<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.
+</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
+ 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
+ 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"); ?>