| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-20 | fix: sync footer styling and i18n translations | Danilo M. | 1 | -24/+30 | |
| Add horizontal separators between footer blocks on narrow screens. Right-align quote author in fortune block. Synchronize theme i18n files with root translations (en.yaml and it.yaml). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 2026-04-20 | refactor: localize footer copyright bar and about section labels/values | Danilo M. | 1 | -11/+11 | |
| Add i18n keys for all footer text: - Copyright bar: "Made with X lack of Y lots of Z by" - Screen-reader text: love, sleep, coffee - About section labels: role, cert, os, focus - About section values: Cybersecurity Specialist, Slackware, OS year range, open-source · privacy English and Italian translations provided. All footer text now responds to language selection with no hardcoded strings. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 2026-04-20 | feat: redesign footer with fortune cookie, about terminal readout, and ↵ | Danilo M. | 1 | -22/+65 | |
| tech/feature badges New footer structure: 3 equal columns (Fortune Cookie | About Credentials | Stack & Features badges) + full-width copyright bar with emoji personality line. Fortune Cookie: - data/quotes.yaml with 13 curated quotes - fortune.js picks random quote on each page load - HTML fallback shows first quote with no-JS - aria-live="polite" announces quote to screen readers About Column: - Terminal readout style with key-value pairs - role, cert (green), os, focus fields - Semantic <dl> structure for accessibility Badges Column: - "built with" section: Hugo, Tailwind, Alpine.js, HTML5, CSS3, JS (purple badges) - "features" section: WCAG 2.1 AA, Open Source, Privacy Friendly, Claude Code (green badges) - New badge-footer-accent/accent2 CSS classes Copyright Bar: - "Made with ❤️ lack of 😴 lots of ☕ by danix" with emoji wrapped in aria-hidden - danix link points to language-aware About page (/is/ or /it/is/) - Centered, full-width, below border-top i18n additions: - footer_built_with, footer_features keys in English and Italian Theming: - All colors use CSS custom properties (--accent, --accent2, --text, --text-dim) - Monospace fonts throughout (JetBrains Mono) - Responsive: grid-cols-1 mobile → md:grid-cols-3 tablet+ - WCAG 2.1 AA compliant: ≥4.5:1 contrast ratios, keyboard accessible, screen reader tested Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 2026-04-16 | fix: restore relative z-20 classes to footer for backdrop-filter to workfeature/footer-frosted-glass | Danilo M. | 1 | -1/+1 | |
| 2026-04-16 | refactor: remove positioning classes from footer for consistency with header | Danilo M. | 1 | -1/+1 | |
| 2026-04-16 | refactor: use frosted-bar class on footer with stronger blur variant | Danilo M. | 1 | -1/+1 | |
| 2026-04-16 | adjust: reduce footer background opacity to 0.6 for better frosted glass ↵ | Danilo M. | 1 | -1/+1 | |
| visibility | |||||
| 2026-04-16 | fix: add position and z-index to footer for backdrop-filter to work | Danilo M. | 1 | -1/+1 | |
| 2026-04-16 | fix: add backdrop-filter blur to footer via CSS with vendor prefix | Danilo M. | 1 | -1/+1 | |
| 2026-04-16 | fix: use CSS variables in footer inline styles for theme-aware colors | Danilo M. | 1 | -1/+1 | |
| 2026-04-16 | fix: apply frosted glass styling to footer via inline styles instead of CSS ↵ | Danilo M. | 1 | -1/+1 | |
| class | |||||
| 2026-04-16 | test: set footer background to red to check if inline styles work at all | Danilo M. | 1 | -1/+1 | |
| 2026-04-16 | test: add inline style to footer background for debugging | Danilo M. | 1 | -1/+1 | |
| 2026-04-16 | test: set footer background to fully opaque (1) to debug styling | Danilo M. | 1 | -1/+1 | |
| 2026-04-16 | fix: add frosted-bar-strong class to footer for stronger frosting and opacity | Danilo M. | 1 | -1/+1 | |
| 2026-04-16 | refactor: update internal footer divider to match frosted-bar border styling | Danilo M. | 1 | -1/+1 | |
| 2026-04-16 | refactor: apply frosted-bar component to footer | Danilo M. | 1 | -1/+1 | |
| 2026-04-15 | feat: create footer with links and copyright | Danilo M. | 1 | -0/+38 | |
