aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-17 11:01:12 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2024-10-17 11:01:12 +0200
commit4aa16c90a7ee85b21299d73cf6b63bae26a675b8 (patch)
treef0798b6f5d56bcf3e1e60b31d766569dc431e96f /templates
parente627108b44bb069b556a11b1b2581b5a87209066 (diff)
Added some screenshots for the README
Diffstat (limited to 'templates')
-rw-r--r--templates/index.j22
-rw-r--r--templates/players.j23
2 files changed, 2 insertions, 3 deletions
diff --git a/templates/index.j2 b/templates/index.j2
index 8ff9eb1..764eae8 100644
--- a/templates/index.j2
+++ b/templates/index.j2
@@ -20,7 +20,7 @@
</div>
</div>
<p class="level-item has-text-centered">
- <a class="title link is-info" href="/">Games</a>
+ <a class="title link is-info is-underlined" href="/">Games</a>
</p>
<div class="level-item has-text-centered">
<p class="title is-1">Match Up!</p>
diff --git a/templates/players.j2 b/templates/players.j2
index f81e823..0e851ab 100644
--- a/templates/players.j2
+++ b/templates/players.j2
@@ -27,13 +27,12 @@
<p class="title is-1">Match Up!</p>
</div>
<p class="level-item has-text-centered">
- <a class="title link is-info" href="/players">Players</a>
+ <a class="title link is-info is-underlined" href="/players">Players</a>
</p>
<div class="level-right">
<div hx-get="/time" hx-swap="outerHTML" hx-trigger="load"></div>
</div>
</nav>
- <h2 class="title">Players</h2>
<div class="fixed-grid has-5-cols">
<div class="grid">
{% for id, value in players.items() %}