I'm almost done woooo
This commit is contained in:
parent
6d63d3fefd
commit
5ff58debab
2 changed files with 3 additions and 3 deletions
4
TODO
4
TODO
|
@ -1,8 +1,5 @@
|
||||||
- move socials to header/footer as icons
|
- move socials to header/footer as icons
|
||||||
- icon on hover css
|
- icon on hover css
|
||||||
- sitemap
|
|
||||||
- robots.txt
|
|
||||||
- add aria roles where sensible https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles
|
|
||||||
-----cutoff-----
|
-----cutoff-----
|
||||||
- add button to save articles for offline reading
|
- add button to save articles for offline reading
|
||||||
- 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/
|
||||||
|
@ -10,6 +7,7 @@
|
||||||
- make h1 elems in article content h2 elems or otherwise fix semantics
|
- make h1 elems in article content h2 elems or otherwise fix semantics
|
||||||
- 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?
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
User-Agent: *
|
||||||
|
Allow: /
|
Loading…
Reference in a new issue