diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-06-28 22:37:09 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-06-28 22:37:09 -0700 |
commit | 79bd72e062fabcd6c0b73cfba6d35178e179da41 (patch) | |
tree | 23925498f68e055f40954dcb33df86f34ff8d5da /src/etc | |
parent | b72bed67eae3ad851174c67252fea12de765274e (diff) |
updated a lot of stuff
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/etc/index.php b/src/etc/index.php index a26b774..09fd4e1 100644 --- a/src/etc/index.php +++ b/src/etc/index.php @@ -13,4 +13,9 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <a href=https://git.aberrantflux.xyz>git.aberrantflux.xyz</a>, my git server. I'm thinking about adding a web radio for
my music.
</p>
+<h2>Employment</h2>
+<p>
+ My skills are fairly multidisciplinary, and so I have a <a href="employment/">dedicated index page</a> to list them. Think of it like
+ an interactive résumé.
+</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|