diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-18 09:40:46 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-18 09:40:46 +0200 |
| commit | e1d7bc9e679c8778c22f99d24ffc339791429c71 (patch) | |
| tree | ca8ac863e065b650306eb8a85f4fa0b492b260a9 /templates/index.j2 | |
| parent | 72fd5ecb031badb80db0c2bb8382d7490fc9dffe (diff) | |
Cleaned up the layout slightly
Diffstat (limited to 'templates/index.j2')
| -rw-r--r-- | templates/index.j2 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/index.j2 b/templates/index.j2 index 764eae8..ff8f37a 100644 --- a/templates/index.j2 +++ b/templates/index.j2 @@ -19,26 +19,28 @@ </figure> </div> </div> + <div class="level-item has-text-centered"></div> <p class="level-item has-text-centered"> - <a class="title link is-info is-underlined" href="/">Games</a> + <button class="button is-large is-link is-focused" onclick="location.href = '/';">Games</button> </p> + <div class="level-item has-text-centered"></div> <div class="level-item has-text-centered"> <p class="title is-1">Match Up!</p> </div> + <div class="level-item has-text-centered"></div> <p class="level-item has-text-centered"> - <a class="title link is-info" href="/players">Players</a> + <button class="button is-large is-link" onclick="location.href = '/players';">Players</button> </p> + <div class="level-item has-text-centered"></div> <div class="level-right"> <div hx-get="/time" hx-swap="outerHTML" hx-trigger="load"></div> </div> </nav> <div hx-post="/clear" hx-swap="outerHTML" hx-trigger="load"></div> <div hx-get="/control" hx-swap="outerHTML" hx-trigger="load"></div> - </section> - <footer class="footer"> <div class="content has-text-centered"> Made by <a href="https://karanjayachandra.com/">Karan</a> using <a href="https://flask.palletsprojects.com">Flask</a>, <a href="https://htmx.org/">HTMX</a> and <a href="https://bulma.io">Bulma</a> </div> - </footer> + </section> </body> </html> |
