summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about.php5
-rw-r--r--footer.php8
-rw-r--r--style.css6
3 files changed, 16 insertions, 3 deletions
diff --git a/about.php b/about.php
index a401530..354743e 100644
--- a/about.php
+++ b/about.php
@@ -4,8 +4,11 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
- This site is a member of the <a href="https://nullring.xyz">Null Webring</a>.
+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.
+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>.</p>
<div style="width: 100%; text-align: center;">
<pre style="display: inline-block; text-align: left;">
,▄▓▄,
diff --git a/footer.php b/footer.php
index 6b9e15f..e85f14c 100644
--- a/footer.php
+++ b/footer.php
@@ -1,2 +1,8 @@
+ <br>
+ <br>
+ <br>
+ <div class="footer">
+ <h3 class="nav"><a>[Back]</a> | <a href="https://www.nullring.xyz">[Nullring]</a> | <a>[Forward]</a></h3>
+ </div>
</div>
-</body> \ No newline at end of file
+</body>
diff --git a/style.css b/style.css
index 4f6e3fb..37638dd 100644
--- a/style.css
+++ b/style.css
@@ -105,4 +105,8 @@ ul {
li {
color: var(--highlight);
-} \ No newline at end of file
+}
+.footer {
+ width: auto;
+ margin: auto;
+}