summaryrefslogtreecommitdiffstats
path: root/head.html
AgeCommit message (Collapse)AuthorFilesLines
35 hoursrefactor(header): port matrix rain to frame-skip engine with CSS var colorsHEADmasterDanilo M.1-69/+94
Replaces float-y trail model with frame-skip column model matching repo-html-structure/.assets/matrix-rain.js. Key changes: pre-shuffled ASCII+katakana CHARS pool with sequential charIndex advance, distinct lead char in --text color, trail drawn in --accent/--accent2 read from CSS vars, hexToRgba bg clear using --bg2, DOMContentLoaded wrapper restored to fix null querySelector in <head> context. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 daysfeat(header): add matrix rain canvas backgroundDanilo M.1-0/+97
4 daysfix(about): rewrite relative img src to cgit plain/ endpointDanilo M.1-0/+15
README images with relative paths resolve incorrectly on /about/ pages. JS now rewrites them to /REPO/plain/PATH?h=BRANCH on DOMContentLoaded. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 daysApplied some cosmetic changesDanilo M.1-0/+14
5 daysfeat(footer): add social icons, centered layout, surface backgroundDanilo M.1-0/+1
Replace inline-styled footer with structured layout using Feather Icons (GitHub, Twitter, LinkedIn). Fix background by targeting #footer-custom directly — cgit injects footer content without a div.footer wrapper.
5 daysInitial commit: cgit theme for danix.xyzDanilo M.1-0/+4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>