aboutsummaryrefslogtreecommitdiff
path: root/static/css (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-02more CSS changesFranck Cuny1-3/+2
2023-12-01some more CSS tweaksFranck Cuny1-13/+16
2023-11-09some minor tweaks to the CSSFranck Cuny1-6/+6
2023-08-14remove unused configurationsFranck Cuny1-72/+0
Remove the configuration for fly.io and the configuration for Caddy since I'm running this on GitHub pages now. Remove unused targets from the flake configuration and drop the pandoc dependency. The resume is just a web page accessible at [1]. [1] https://fcuny.net/resume.html
2023-03-03css: a number of tweaksFranck Cuny1-36/+20
- reduce the number of colors - use the default fonts instead of forcing my own - increase contrast for code snippets
2022-11-28ref(style): use a nicer font, change the menuFranck Cuny1-16/+24
2022-11-12ref: some CSS tweaks to make the site more readableFranck Cuny1-14/+12
Set the color to something lighter, closer to white. Increase the size of the font. Add a small border with color for h2 headers.
2022-10-29ref(style): simplify further the style of the siteFranck Cuny1-55/+45
Get rid of the footer and the icons. Set a light background color, and simplified the listing of the pages.
2022-10-27ref(css): reduce thickness of decoration for headersFranck Cuny1-1/+1
2022-10-27ref(css): fewer colors for links; underline headersFranck Cuny1-7/+8
2022-10-27feat(content): add my resumeFranck Cuny1-0/+72
Add my resume to the content, with a dedicated CSS. The resume is in org-mode format, and I use `pandoc` to convert it to HTML. This is done when the site is build, and is integrated in the docker image. It is available at /resume.html, but is not listed on the site, that way I can give the URL to who ever is interested in the future. It would be useful to also generate a PDF version of it and store it with other static content.
2022-10-27ref(css): set font family to sans-serif; darker background for codeFranck Cuny1-1/+2
2022-10-26ref(css): clean up and adjust a few thingsFranck Cuny1-16/+20
2022-02-16layout: improve readability and remove /notesFranck Cuny1-60/+60
The notes will be moved to a different site/repository, with their own style. Update the index page to make it more readable. Make the header more visible with fewer links. Add a footer, with links using SVG icons.
2022-01-23CSS: improve readabilityFranck Cuny1-6/+9
Using Firefox' accessibility tool as a guide.
2022-01-23CSS: adjust some font sizesFranck Cuny1-2/+2
2022-01-23CSS: switch from class to idFranck Cuny1-9/+9
These elements are unique on each page.
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-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-21css: major cleanupFranck Cuny1-76/+84
2022-01-13css: more tweakingFranck Cuny1-29/+21
2021-12-29css: change colors for some sectionsFranck Cuny1-7/+13
2021-12-29css: adjust line heightFranck Cuny1-4/+1
2021-12-29css: highlight links with a background colorFranck Cuny1-2/+13
2021-12-20css: improve the color and fontsFranck Cuny1-116/+47
2021-12-06CSS: drop custom fonts + colorsFranck Cuny1-19/+22
2021-08-23CSS: various small fixesFranck Cuny1-2/+2
2021-08-23CSS: use decoration on headers only for articlesFranck Cuny1-4/+4
Add an element "article" to the single page template, and change the CSS to use the decoration for headers only for that kind of content. Having decoration for all headers is distracting, it's more suited for actual content. We also don't need decoration for h1, only smaller headers.
2021-08-23CSS: rename the class for the tagsFranck Cuny1-4/+6
2021-08-23CSS: makes the menu more readableFranck Cuny1-15/+33
Move the title to the left and the menu items to the right.
2021-08-15CSS: make the content more readableFranck Cuny1-15/+24
The Roboto Slab font is hard to read (at least for me). Switch to Droid Sans and make the text a bit smaller. Change the background of the page to white (again), and change the background color for the code snippets. Add text decoration for headlines (similar to org-bullet).
2021-08-15CSS: support table of contentFranck Cuny1-0/+12
If an entry has the parameter `#+toc` set to `t`, we will enable the table of content in the page.
2021-08-15CSS: use a class for the menuFranck Cuny1-7/+6
We will have more use of the tag `nav` and we will need different styles for it.
2021-08-14css: reduce the size of the fontFranck Cuny1-1/+1
2021-08-05css: bigger font and highlight colorsFranck Cuny1-6/+16
Increase the font size and change some of the colors used for highlighting code.
2021-05-18css: add a scroll bar if the content overflowsFranck Cuny1-1/+1
2021-04-22layout: add a navbarFranck Cuny1-1/+40
I want to differentiate blog's entries from more general notes. For this, we create two menu entries, and add a navbar at the top. The nav bar let us select between the two kind of articles: blogs or notes. For now we have a single blog entry, and no notes. The page to list entries is simplified: we use the same layout for all lists (tags, notes, blogs). The CSS is updated to support the new nav bar.
2021-04-13css: switch to sans-serif; add tables; other tweaksFranck Cuny1-5/+28
2021-04-11css: remove extra white spaceFranck Cuny1-1/+1
2021-04-11css: change font to roboto slabFranck Cuny1-5/+5
2021-04-06layout: add date and tags to single pagesFranck Cuny1-0/+16
We want to show the tags and the published/updated date for the articles. Add to the CSS the classes for these new elements.
2021-04-06css: update style for links and headersFranck Cuny1-4/+8
Indent properly the CSS
2021-04-06css: set background color for code blockFranck Cuny1-5/+9
Indent properly the CSS for the `pre` tag.
2021-04-06css: change the default fontFranck Cuny1-5/+5