Accessibility Assignment

You need to create a tech blog website. Reference layout can be found here: Figma design

You do not need to strictly follow the design, take it for reference only and you can be creative. All images can be put inside assets/images. There are already some images in there that you can use if you'd like or replace them with your own

Tips:

  1. You can create a link between different pages of your website with the <a> tag. More details here: Multi-page navigation

  2. Use semantic html tags (can be found in slide) to divide your html body into different sections for accessibility

  3. Focus on the html structure and accessibility, not css