Use better semantic structure for the website
leouieda opened this issue · 0 comments
leouieda commented
As @aguspesce rightly pointed out, the current website is mostly organised using <div>
which is terrible for accessibility. Instead, we should be using `<section
` and be careful about placement of headings. See https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Document_and_website_structure
and
Any help with this would be more than welcome!