summaryrefslogtreecommitdiff
path: root/static/styles
AgeCommit message (Collapse)Author
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.