feat:accessibility, new routes, cookie consent, and UI improvements
- Add contact, privacy, and terms pages - Add CookieConsent component with accept/decline and localStorage - Add self-hosted DM Sans font with @font-face definitions - Improve registration form with field validation, blur handlers, and performer toggle - Redesign Info section with 'Ongedesemd Brood' hero and FAQ layout - Remove scroll-snap behavior from all sections - Add reduced motion support and selection color theming - Add SVG favicon and SEO meta tags in root layout - Improve accessibility: aria attributes, semantic HTML, focus styles - Add link-hover underline animation utility
This commit is contained in:
6
apps/web/public/favicon.svg
Normal file
6
apps/web/public/favicon.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<rect width="100" height="100" fill="#d82560"/>
|
||||
<circle cx="50" cy="35" r="15" fill="white"/>
|
||||
<rect x="40" y="45" width="20" height="30" fill="white"/>
|
||||
<rect x="35" y="75" width="30" height="8" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 286 B |
BIN
apps/web/public/fonts/DMSans-latin-ext.woff2
Normal file
BIN
apps/web/public/fonts/DMSans-latin-ext.woff2
Normal file
Binary file not shown.
BIN
apps/web/public/fonts/DMSans-latin.woff2
Normal file
BIN
apps/web/public/fonts/DMSans-latin.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user