diff options
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"); ?>
|