fix &
This commit is contained in:
parent
c46822bf9a
commit
c07f9f5738
17 changed files with 105 additions and 104 deletions
|
@ -13,25 +13,19 @@
|
|||
</nav>
|
||||
|
||||
<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>
|
||||
<a href="https://github.com/nickorlow">[ GitHub ]</a>
|
||||
<a href="https://git.nickorlow.com/nickorlow">[ Forgejo ]</a>
|
||||
<a href="https://github.com/nickorlow">[ GitHub (mirrors) ]</a>
|
||||
<a href="https://www.linkedin.com/in/nickorlow/">[ LinkedIn ]</a>
|
||||
<a href="mailto:nickorlow@nickorlow.com">[ E-Mail ]</a>
|
||||
<a href="https://github.com/nickorlow/resume/releases/download/latest/resume-nickorlow.pdf">[ Resume ]</a>
|
||||
<a href="https://old.nickorlow.com">[ My Old Website ]</a>
|
||||
<!--<a href="https://old.nickorlow.com">[ My Old Website ]</a>-->
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://open.spotify.com/episode/7f0lB2alMuvpfsQfwtRpJB?si=a55a62f6921a4671">[ Listen to me on the Azure DevOps podcast! ]</a>
|
||||
<a href="https://azuredevopspodcast.clear-measure.com/nick-orlowsky-deciding-to-major-in-computer-science-episode-197">[ Listen to me on the Azure DevOps podcast! ]</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -42,7 +36,7 @@
|
|||
<p>
|
||||
I run <a href="https://nws.nickorlow.com">Nick Web Services (NWS)</a>, a side project
|
||||
that provides geo-distributed container hosting using Kubernetes on bare metal servers.
|
||||
It currently has 100% uptime YTD, surpassing the uptime percentage of competitor GitHub pages.
|
||||
It achieved 100% uptime for over a year.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -53,7 +47,7 @@
|
|||
|
||||
<footer>
|
||||
<hr />
|
||||
<p style="margin-bottom: 0px;">Copyright © Nicholas Orlowsky 2023</p>
|
||||
<p style="margin-bottom: 0px;">Copyright © Nicholas Orlowsky 2025</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…
Add table
Add a link
Reference in a new issue