From 00b344891032bd25c21f45d98be510dac7413892 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Mon, 20 Feb 2023 20:44:30 -0800 Subject: updated homepage, and styled some stuff --- src/header.php | 2 +- src/index.php | 5 ++++- src/style.css | 6 ++++++ 3 files changed, 11 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/header.php b/src/header.php index 7d8614b..11fede6 100644 --- a/src/header.php +++ b/src/header.php @@ -1,5 +1,5 @@

- +
diff --git a/src/index.php b/src/index.php index 7adc7eb..4e37ec8 100644 --- a/src/index.php +++ b/src/index.php @@ -5,8 +5,9 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); ?>

I'm Kai Stevenson, and this is my personal Web site for things that I like, such as programming, music, philosophy, and photography. - I'm a student at The University of Victoria in Canada, though I try to find time to do things other than schoolwork. You can email me at kai@kaistevenson.com. + Whereas I've done some cool things and whereas people sometimes like looking at cool things, you may want + to follow one of the links below.

diff --git a/src/style.css b/src/style.css index d5a6b8c..68d09dc 100644 --- a/src/style.css +++ b/src/style.css @@ -130,6 +130,12 @@ ul { li { color: var(--highlight); } + +hr { + border-color: var(--text); + background-color: var(--text); +} + .footer { width: auto; margin: auto; -- cgit v1.2.3-70-g09d2