nkverse / portfolio

The portfolio project.
1 stars 0 forks source link

Accessibility #7

Open nkverse opened 2 years ago

nkverse commented 2 years ago

Changes

A couple of changes were made to make this project more accessible.

Page titles

the page title was update with a more meaningful title, to let know the visitor what the page is about.

Image text alternatives

All img tags now have an alt attribute with a descriptive description that explains what is the image.

this helps with two things:

Text headings

no changes were made text headings are good.

Color contrast

no changes, the color design is very easy on the eye.

Resize

The design was tested with 300% upscale/zoom, nothing broke and everything looks solid.

Interaction

updated labels were added to each input inside the form, and they are hidden using CSS, but screen reader can read them and give a meaningful idea of what the form is about.

Moving content

no changes all interactions are in check. even the transition effects are set to a reasonable and comfortable speed.

Multimedia

no changes besides images the design doesn't contain any videos or audios ...

The basic structure of the page

no changes All CSS was disabled in order to check how the structure of the page will hold. the structure is meaningful even if CSS is absent