New Look!
[rss]
Inspired by my friend Andrew's retro website, I’ve
decided to turn back the clock on my website. I got rid of the old CSS entirely.
[1]
I also tweaked some of the generated code. For example, the old blog/research
index code was a rats nest of <div>'s and CSS flexbox code that Claude spat out
a long time ago. Turns out a structured list of things separated by columns and
rows can be represented by a <table>! Who would have thought! There is still
more surgical cleaning up to do. asciidoctor generates less than desirable
HTML for many of its elements. Fortunately we can change what HTML the scripts
writes, so it should not be too bad. A weird thing I realized after removing
all the CSS is that no CSS webpages seem to be insanely responsive on small
screens like mobile phones! Which means the very little styling I intend to do
in the future should be fine on all devices. Finally I found these cute little
button/banner images to put in the footer:
They look so cool! But I could not find banners for Python (which also powers
this site). Now the only thing this site is missing is a <marquee>. If only
it was not deprecated…
- [1] There is still some CSS remaining