Header and Projects Page Cleanup
by Bobby Smith - Written on February 12, 2026
Happy Thursday, everyone!
Today, we have a very short post to announce some cleanup work I've done on the header component. I've reduced it from seven components to a more streamlined five. Webtoys has been moved into the Projects Page and the GitHub link has been added to the Contact and Projects Pages.
The header before cleanup
The header after cleanup
For the Projects page to take on this new information it had to be updated a bit. I have removed the procedural projects page and added in three links, Webtoys and Games, My Github, and Project Blog Posts. The first is the webtoys page, the second is the github page, and the third is a link to the blog page with the project sort selected.
I did have to make a change to the procedural blog post page to allow for URL parameters to be parsed for the sorting selection. It's my first time working with those, so that was fun.
The projects page before cleanup
The projects page after cleanup