Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-31 | Use proper BEM convention | Linnnus | |
After reading up on BEM [1] and specifically how to handle deeply nested child elements [2] I made the changes in this patch. [1]: https://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/ [2]: https://scalablecss.com/bem-nesting-grandchild-elements/ | |||
2024-03-31 | Add info boxes to index | Linnnus | |
2024-03-20 | Add achievements banner to index | Linnnus | |
2024-03-20 | Add hero image to index | Linnnus | |
2024-03-20 | Rename static/{global => base}.css | Linnnus | |
Now the name of the css file `static/XXX.css` matches the HTML/template file in `views/XXX.html`. | |||
2024-03-20 | Add initial site header | Linnnus | |
2024-03-20 | Add global CSS | Linnnus | |
2024-03-20 | Add templating engine and index page | Linnnus | |