SFPC / sfpc.github.io

School for Poetic Computation website.
https://sfpc.io
23 stars 38 forks source link

Image alt tags #233

Closed Inkering closed 3 years ago

Inkering commented 4 years ago

part of a series of accessibility improvements//maintenance taeyoon asked me to work on, I'm going to sort through and make PR's for these where possible

Few of the current pages on the site have images with alt tags. Particular places like class group photos, header images, etc. For specific people pages, I think that it would be nice to add programmatically built alt tags in the jekyll template.

Inkering commented 4 years ago

https://github.com/SFPC/sfpc.github.io/blob/0b33442b3218f508950d7bde269d40c008e25932/_layouts/person.html#L12

https://github.com/SFPC/sfpc.github.io/blob/0b33442b3218f508950d7bde269d40c008e25932/_layouts/people.html#L35-L37