Merge branch 'main' of github.com:nickorlow/personal-site

This commit is contained in:
Nicholas Orlowsky 2024-04-20 20:35:17 -05:00
commit b6c538b18d
Signed by: nickorlow
GPG key ID: 838827D8C4611687
2 changed files with 1 additions and 8 deletions

View file

@ -1,11 +1,4 @@
<div>
<script>
var url = new URL(window.location.href);
var af = url.searchParams.get("af");
if (af == null || af == "true") {
window.location.href = "./april-fools.html";
}
</script>
<h1 style="margin-bottom: 0px;">Nicholas Orlowsky</h1>
<p style="margin-top: 0px;">Software Engineer - Austin, TX</p>
<p>

View file

@ -16,7 +16,7 @@
<footer>
<hr />
<p style="margin-bottom: 0px;">Copyright &#169; Nicholas Orlowsky 2023</p>
<p style="margin-bottom: 0px;">Copyright &#169; Nicholas Orlowsky 2024</p>
<p style="margin-top: 0px; margin-bottom: 0px;">Hosting provided by <a href="https://nws.nickorlow.com">NWS</a></p>
<p style="margin-top: 0px;">Powered by <a href="https://github.com/nickorlow/anthracite">Anthracite Web Server</a></p>
</footer>