commit 745b3c7265e1df94cc427fbca0d291e67f147bcd
parent 2bd177f519a3a3599c7151e857e7652ebcd0916d
Author: Michael Percival <m@michaelpercival.xyz>
Date: Wed, 13 May 2026 14:01:22 +0100
minor site revamping
Diffstat:
6 files changed, 31 insertions(+), 4 deletions(-)
diff --git a/content/thoughts/whoops-site-revamp-time.md b/content/thoughts/whoops-site-revamp-time.md
@@ -0,0 +1,15 @@
+---
+title: "Whoops, time for a site revamp!"
+date: 2025-09-24T11:39:43+01:00
+draft: false
+---
+
+Whoops! An expired debit card of mine caused the domain [michaelpercival.xyz](michaelpercival.xyz) not to auto renew, and there's a hefty premium if I want it back.
+
+{{< img src="/assets/whoops.png" class="left-image">}}
+
+In retrospect I hadn't paid attention to this site in a while; I barely stay on top of the SSL certs. Henceforth, [michaelpercival.dev](michaelpercival.dev) will be the primary domain (email [m@michaelpercival.dev](mailto:m@michaelpercival.dev)). I also still have [michaelpercival.com](michaelpercival.com) as a backup, which redirects to the same site.
+
+I'll be doing some small site revamping to help keep more more on top of things going forward, and will be moving away from [namecheap](https://www.namecheap.com/) to a domain registrar that doesn't engage in these kinds of shenanigans.
+
+I'm sad to see it go, but lesson learned!
diff --git a/layouts/index.html b/layouts/index.html
@@ -22,7 +22,7 @@
<li>a software engineer based in central London</li>
<li>trying to be excellent engineer</li>
<li>trying to suck less at Brazilian Jiu Jitsu</li>
- <li>trying to rank up at Go 바둑.</li>
+ <li>trying to rank up at Go 圍棋.</li>
</ul>
<p>Some of my interests include:</p>
<ul>
@@ -40,7 +40,7 @@
<div class="contact-element">
<p>Contact:</p>
<li>cv: <a href="cv.pdf">cv.pdf</a></li>
- <li>email: <a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a> <a href="mpxyz.pgp"><img src="gnupg.png" class="img-icon-aligned" alt="" width="32" height="32" /></a></li>
+ <li>email: <a href="mailto:m@michaelpercival.dev">m@michaelpercival.dev</a> <a href="mpxyz.pgp"><img src="gnupg.png" class="img-icon-aligned" alt="" width="32" height="32" /></a></li>
</div>
</div>
diff --git a/static/assets/whoops.png b/static/assets/whoops.png
Binary files differ.
diff --git a/static/fonts/dina0.woff2 b/static/fonts/dina0.woff2
Binary files differ.
diff --git a/static/fonts/dina1.woff2 b/static/fonts/dina1.woff2
Binary files differ.
diff --git a/static/style.css b/static/style.css
@@ -1,8 +1,8 @@
body {
background: #0c1010;
- color: #ccc;
+ color: #cccccc;
margin: 0em;
- font-family: 'BQN386';
+ font-family: 'DinaRemasterII';
padding-top: 5em;
}
@@ -28,6 +28,13 @@ a:active {
}
@font-face {
+ font-family: 'DinaRemasterII';
+ src: url(/fonts/dina0.woff2) format('woff2');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
font-family: 'BQN386';
src: url(/BQN386/BQN386.woff2) format('woff2'),
url(/BQN386/BQN386.woff) format('woff'),
@@ -153,3 +160,8 @@ footer {
display: flex;
justify-content: center;
}
+
+.left-image {
+ flex: 1;
+ margin-left: 1em;
+}