update TODO and make a tiny style tweak

This commit is contained in:
Kate Temkin 2024-04-27 23:14:00 -06:00
parent 9b5a216236
commit 912696e53e
2 changed files with 5 additions and 7 deletions

View file

@ -4,25 +4,20 @@ TODO List
## Misc ## Misc
- Fix the favicon - Fix the favicon
- Fix the TODO FIXME section of install / existing installs. - Remove the "pending pull request" from the install page, once that's merged.
- Figure out what to replace the location section with.
- Fill out the "contact us" section on the main page.
- Figure out any legalese we need on the main page.
- Add social media icons below lix for mastodon/github/etc. - Add social media icons below lix for mastodon/github/etc.
- Figure out where "usability" should link to. - Figure out where "usability" should link to.
## Pages ## Pages
- Create the `/resources` page, with resources for learning Nix. - Create the `/resources` page, with resources for learning Nix.
- Create the /team page and include CoI declarations.
- Create a /community page linking to matrix. - Create a /community page linking to matrix.
- Link "/contributing" to... maybe the wiki? - Link "/contributing" to... maybe the wiki?
- Figure out where to link the "Docs" link to, and uncomment it. - Figure out where to link the "Docs" link to, and uncomment it.
## Graphics ## Graphics
- Fix the fact that Hugo is sticking the wrong thing into the alt text. - Fix the fact that Hugo is sticking the wrong thing into the alt texts.
- Replace the primary "hero" graphic with a Lix one. - Replace the primary "hero" graphic with a Lix one.
- Replace the "lix-managed systems" graphic with an image of our logo on a screen. - Replace the "lix-managed systems" graphic with an image of our logo on a screen.
- Replace the placeholders for each of the three main page "why lix" points. - Replace the placeholders for each of the three main page "why lix" points.

View file

@ -16,6 +16,9 @@
h3 { h3 {
margin-top: 2rem; margin-top: 2rem;
color: $danger;
font-size: inherit;
font-weight: 600;
} }