diff options
Diffstat (limited to 'src/about.php')
-rw-r--r-- | src/about.php | 25 |
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"); ?> |