Merge branch 'main' of github.com:nickorlow/personal-site
This commit is contained in:
commit
b6c538b18d
|
@ -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>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<footer>
|
||||
<hr />
|
||||
<p style="margin-bottom: 0px;">Copyright © Nicholas Orlowsky 2023</p>
|
||||
<p style="margin-bottom: 0px;">Copyright © 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>
|
||||
|
|
Loading…
Reference in a new issue