For everyone
Accessibility statement
The web is an incredible source of creativity, knowledge, and human connection. It's important to keep it accessible for as many people as possible!
Sadly, many websites both personal and professional make little effort for accessibility. Here are some things this place tries to achieve:
- Semantic HTML
- Enough colour contrast (should always be at least 4.5:1, use a contrast checker)
- Language set in HTML head
- Keyboard navigatable with visible focus
- Responsive down to ~320 pixels wide
- Font sizes are set with rem and not px
- No justified text
- Non decorative images have alt text
- No autoplay
- Links clearly identifiable (buttons or underlined, hover state)
- Reasonable page weight (optimise your images!!!)
- Navigatable without Javascript
- Links to skip to content & return to top
Things I might implement later:
- Dark mode with toggle
- Freeze gifs by default if browser prefers low motion