about summary refs log tree commit diff
path: root/static/humans.txt (unfollow)
<
Commit message (Collapse)AuthorFilesLines
2022-01-23CSS: switch from class to idFranck Cuny2-14/+14
These elements are unique on each page.
2022-01-23layout: no need for a class to element 'article'Franck Cuny3-3/+3
2022-01-23css: TOC location based on display's sizeFranck Cuny1-19/+82
Depending on the size of the display, display the TOC either before the article or on the right of the article and let's make it sticky.
2022-01-23layout: proper TOCFranck Cuny1-4/+13
There's a need for two TOCs in the layout: one for when the page is on mobile; one for non mobile. When we are on mobile, we display the first TOC, before the article. When we're not on mobile, we hide that TOC and display one after the document. We restructure a bit the layout so that's it's a bit more readable too, and close tags properly.
2022-01-23layout: wrap content in an "article" tagFranck Cuny2-0/+8
2022-01-23layout: drop the div 'main'Franck Cuny1-6/+4
The div 'main' is not needed, we are creating an element named 'named' in the main block.
2022-01-23css: change style for tablesFranck Cuny1-4/+8
2022-01-23css: update color for the linksFranck Cuny1-3/+3
Use a light blue.
2022-01-21nav: use 'fcuny.net' instead of template variableFranck Cuny1-1/+1