From 76d463690d2c196bbc55a5ee6426a6589f769240 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Wed, 12 Oct 2022 07:19:37 -0700 Subject: added nullring footer --- about.php | 5 ++++- footer.php | 8 +++++++- style.css | 6 +++++- 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"); ?>

- This site is a member of the Null Webring. +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.

+

This site is a member of the Null Webring.

   
                                                  ,▄▓▄,
diff --git a/footer.php b/footer.php
index 6b9e15f..e85f14c 100644
--- a/footer.php
+++ b/footer.php
@@ -1,2 +1,8 @@
+        
+
+
+
- \ No newline at end of file + 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; +} -- cgit v1.2.3-70-g09d2