diff options
author | 53hornet <atc@53hor.net> | 2021-12-22 20:56:32 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-22 20:56:32 -0500 |
commit | c4132486acea24c75e6ed0e74eb329d879990c17 (patch) | |
tree | 937aa318e30965c1c1e18ded9ceca4651faf6d87 /pages | |
parent | c2e4e4f87fe9a7c2bbce31ac670aaa43c1ae0022 (diff) | |
download | 53hor-c4132486acea24c75e6ed0e74eb329d879990c17.tar.xz 53hor-c4132486acea24c75e6ed0e74eb329d879990c17.zip |
feat: licenses in footer, footnotes on rescue
Diffstat (limited to 'pages')
-rw-r--r-- | pages/hireme.php | 3 | ||||
-rw-r--r-- | pages/info.php | 17 |
2 files changed, 5 insertions, 15 deletions
diff --git a/pages/hireme.php b/pages/hireme.php index 5073d56..02a0f45 100644 --- a/pages/hireme.php +++ b/pages/hireme.php @@ -39,3 +39,6 @@ include('./assets/cv.html'); <p> <img src="https://nextcloud.53hor.net/index.php/s/zL2AJHwtCWLX2Eq/preview" /> </p> + +<?php +exit(); diff --git a/pages/info.php b/pages/info.php index d3a1b4c..6f5b10e 100644 --- a/pages/info.php +++ b/pages/info.php @@ -38,9 +38,7 @@ </p> <p> - I prefer not to go back and edit old posts. So when you're reading - something from 2 years ago, that was my opinion 2 years ago. Times - change and so can I, so please try to keep that in mind. + When you're reading something from 2 years ago, that was my opinion 2 years ago. Times change and so can I, so please try to keep that in mind. I normally don't go back and edit old posts, but prefer to make new ones. For small updates or changes, I will add footnotes at the bottom of existing posts. </p> <p> @@ -68,18 +66,7 @@ JavaScript on my site. </p> -<h2>License</h2> - -<p> - Content on this site is licensed under the - <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. -</p> - -<p> - Source code on this site, unless otherwise stated, is licensed under the - <a href="https://opensource.org/licenses/BSD-3-Clause"> - BSD 3-Clause license</a>. -</p> +<h2>Nerd Badges</h2> <img src="https://nextcloud.53hor.net/index.php/s/G3QG8FNb8aDmzcc/preview" /> |