Age | Commit message (Collapse) | Author |
|
|
|
e407f10 and ce74a2c added a basic skelton. This patch refines some of
the styling and actually pulls data from the database.
|
|
|
|
Added a button on the navbar, that'll take you to the leaderboard page.
Added leaderboards.html as well as leaderboards.css
|
|
|
|
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")
|
|
|
|
|
|
|
|
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.
|