Here, I would consider using more descriptive alt attributes to more clearly describe the images in the case of: 1. a user is using assistive technology, 2. the image format is not supported by a user's browser, or 3. if a user does not want images displayed. See here for more info: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-alt
Great! I like that you've used
alt
attributes on your<img>
elements as this is best practice and helps your site to be even more accessible!Example: https://github.com/devrok/colmar-academy/blob/master/index.html#L73
Here, I would consider using more descriptive
alt
attributes to more clearly describe the images in the case of: 1. a user is using assistive technology, 2. the image format is not supported by a user's browser, or 3. if a user does not want images displayed. See here for more info: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-alt