Fixed a bug, created three new ones in the process ¯\/(ツ)\/¯
Saturday, September 06, 2025:
Created an about me page (Me, But With Wi-Fi) using the same front-end stack—semantic HTML5 markup and modular, component-based CSS—to preserve UI consistency and ensure adaptive rendering across all viewport sizes. I integrated internal links to both this updates page and the about me page directly into the site's main index.
Tuesday, September 02, 2025:
Created a favicon to the site using a PNG file. Added a link to my blog hosted on DeadJournal.com, setting the link to open in a new tab. Created this updates page (Patch 3.9.9) using the same front-end framework and styling as the main page, using the existing HTML5 structure and modular CSS components to maintain visual consistency and responsive behavior across all devices.
Tuesday, August 26, 2025:
Created the Dumb Genius landing page using a fully responsive design powered by semantic HTML5 and modular CSS. The layout is engineered for cross-device compatibility, delivering a consistent user experience across desktop, tablet, and mobile platforms. The <head> section is configured with essential metadata for proper rendering and scaling, including viewport settings and character encoding. I embedded two typefaces—Ranchers and Henny Penny—sourced from Google Fonts. I decided to self-host the font files because of faster load times and offline reliability. Ranchers, licensed under the SIL Open Font License v1.1, is credited to Pablo Impallari and Brenda Gallo, while Henny Penny is authored by BrownFox under the same license. The page's primary heading utilizes Ranchers at a scalable size, optimized via media queries, while the subheading uses Segoe UI for contrast and clarity. The layout employs Flexbox to center content both vertically and horizontally, wrapped in a .container class that constrains width to 750 pixels for optimal readability. A jet-black background paired with light gray foreground text creates a high-contrast visual hierarchy. Created the Stupiddddddd image, and placed it on the main page. Below it are interactive buttons, which are rendered with linear gradient backgrounds, asymmetric border-radius styling, and hover states powered by CSS transitions and pseudo-elements. The hover effect utilizes a skewed overlay animation that sweeps across the button surface, adding a layer of motion and depth without relying on JavaScript. The page concludes with a minimalist footer that includes copyright metadata and a timestamp. Overall, the build emphasizes clean markup, responsive behavior, and playful aesthetics.