Hacker News new | ask | show | jobs
Show HN: Simple & Accessible Resume Website (jmath.dev)
7 points by jmath 1826 days ago
2 comments

You have to reconsider your headings hierarchy to make it accessible. Starting with h1. https://bcourses.berkeley.edu/courses/1476601/pages/headings

Also, instead of applying roles on divs, just use normal elements (header, main, section, etc)

It is so ironic that the contents of this course are not viewable without JS activated.
thank you for taking time out of your day to provide perspective and introduce new content

cheers

You’re welcome.
howdy,

if you would like to have a similar website, feel free to fork https://github.com/clumsycomputer/website and fill-in/extend where needed