todo list modifications

This commit is contained in:
Pagwin 2024-12-18 00:57:05 -05:00
parent 7847c19166
commit 1ed3dbd19e
No known key found for this signature in database
GPG key ID: 81137023740CA260

6
TODO
View file

@ -1,7 +1,10 @@
- make separate blog list page redundant - make separate blog list page redundant
- move socials to footer - move socials to footer (and iconify them)
- change navbar into home button - change navbar into home button
- RSS icon on hover css - RSS icon on hover css
- add button to save articles for offline reading
- add alt text to any images either blank or actual text rather than just nothing
- add aria roles where sensible https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles
- investigate fixing paragraph spacing https://zellwk.com/blog/2016-05-04-wrong-about-vertical-rhythm/ - investigate fixing paragraph spacing https://zellwk.com/blog/2016-05-04-wrong-about-vertical-rhythm/
- sitemap - sitemap
- robots.txt - robots.txt
@ -9,7 +12,6 @@
- make h1 elems in article content h2 elems - make h1 elems in article content h2 elems
- make h2 elems have anchor elems with rel="bookmark" and a name to make them proper bookmarks, also add :target css as needed - make h2 elems have anchor elems with rel="bookmark" and a name to make them proper bookmarks, also add :target css as needed
- stick stuff under h elements into section elems - stick stuff under h elements into section elems
- add aria roles where sensible https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles
- Fix articles with inline html in them and/or links - Fix articles with inline html in them and/or links
- post jump points and table of contents (be wary of having this take up too much space on mobile) absolutely positioned on the left on desktop please - post jump points and table of contents (be wary of having this take up too much space on mobile) absolutely positioned on the left on desktop please
- ico? - ico?