summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Collapse)Author
2024-05-02Use more spacing for leaderboard introLinnnus
2024-05-02Use actual data for leaderboardLinnnus
e407f10 and ce74a2c added a basic skelton. This patch refines some of the styling and actually pulls data from the database.
2024-05-02Merge branch 'main' of github.com:linnnus/blind-guildJannick
2024-05-02Added leaderboard pageJannick
Added a button on the navbar, that'll take you to the leaderboard page. Added leaderboards.html as well as leaderboards.css
2024-05-01Add application management pageLinnnus
2024-04-27Flesh out 'join' user flowLinnnus
This commit splits the user flow when sending in an application to join the guild into three staged: 1. Intro text 2. HTML form 3. Form submission feedback (aka. "yay it went through")
2024-04-01Give inputs room to breathe in application formLinnnus
2024-04-01Make central column in index widerLinnnus
2024-04-01Add join form HTMLLinnnus
2024-03-31Move styles and images into subfolderLinnnus
See the updates to the README for a description of the new layout. Note that the /static/ prefix has also been removed from URLs. It felt kind of like we were leaking implementation details. The fact that these files are staic doesn't concern the consumer of the service.
2024-03-31Use proper BEM conventionLinnnus
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-31Add info boxes to indexLinnnus
2024-03-20Add achievements banner to indexLinnnus
2024-03-20Make site dark as defaultLinnnus
The entire site-design is going to be pretty dark, as gaming sites generally are. I honestly don't know why I went with such light colors to begin with...
2024-03-20Use sans-serif font as site-wide defaultLinnnus
Anything's better than the default serif font though I'm not actually sure a sans-serif font is appropriate for the vibe we're trying to give... Will need to re-evaluate later.
2024-03-20Add hero image to indexLinnnus
2024-03-20Rename static/{global => base}.cssLinnnus
Now the name of the css file `static/XXX.css` matches the HTML/template file in `views/XXX.html`.
2024-03-20Add initial site headerLinnnus
2024-03-20Add global CSSLinnnus