diff --git a/TODO b/TODO index c35809c..7569e98 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,8 @@ -- move socials to header/footer as icons +- fix socials icons - icon on hover css -----cutoff----- - add button to save articles for offline reading +- post jump points and table of contents (be wary of having this take up too much space on mobile) probably done with position: sticky in some way - investigate fixing paragraph spacing https://zellwk.com/blog/2016-05-04-wrong-about-vertical-rhythm/ - make overflow behavior in print so scrollbars go away and full content visible - make h1 elems in article content h2 elems or otherwise fix semantics @@ -9,7 +10,6 @@ - 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 -- 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? - Make references(the tiny number things) appear to the side instead of the bottom on desktop, try to make it bottom of page in print or bottom of print otherwise, might need grid or float hard to say atm - analytics diff --git a/notes b/notes index 19c51d4..7f43a79 100644 --- a/notes +++ b/notes @@ -14,5 +14,6 @@ ET Book https://edwardtufte.github.io/et-book/ Hanuman https://fonts.google.com/specimen/Hanuman TT2020 https://www.fontspace.com/tt2020-font-f42044 Bookerly +Roslindale Palatino,"Palatino Linotype","Palatino LT STD",serif https://fonts.google.com/specimen/Tinos?preview.size=79&stroke=Serif diff --git a/static/css/layout.css b/static/css/layout.css index cb118e3..f9c2525 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -43,6 +43,7 @@ footer { display: grid; justify-content: center; align-content: center; + /*footer isn't a keyword it's just the string I chose*/ grid-template-areas: "footer" grid-template-columns: 1fr; grid-template-rows: 1fr;