Commit graph

3 commits

Author SHA1 Message Date
da4925753d
Rename content slot to main, remove h1 from header for better
Some checks failed
Build And Deploy / build-and-deploy (push) Has been cancelled
accessibility, and unify SVG fill color to #fff

Update BaseLayout to use a header <p> for the website title, rename the
main slot/id to
"main", and update all pages to match. Add CSS rule svg { fill:
currentColor }
and size header > p the same as h1. Fix a minor comment typo.
2026-03-22 13:56:24 -07:00
1162c53c8f
Remove favicon.svg and update layout assets
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 1m25s
Use absolute path for unscii-16 preload and remove unscii-8 preload.
Replace file favicon.svg with inline SVG data-URI favicon, using text emoji and coloring it lime
green.
For the footer, remove the current year copyright and replace with Creative Commons icons for
CC-BY-NC-SA license. Move the theme
x-data and parallax choosing logic from BaseLayout to parallax.astro
2026-02-08 11:24:02 -08:00
0350a4b8e3
Modularize CSS; add reset, theme and fonts
Introduce reset.css and theme.css and refactor style.css
to import them via layers; add Unscii font files and preload links.
Add RSS XSL/CSS and a css-test page; remove legacy snes.min.css.
Tweak BaseLayout and contact layout (preloads, grid gaps). Rename index.astro to parallax.astro and
created new basic index page. Improve input styles and contact form placeholders
2026-02-01 10:08:58 -08:00