diff options
| -rw-r--r-- | .gitattributes | 1 | ||||
| -rw-r--r-- | docs/game_screen.png | 3 | ||||
| -rw-r--r-- | docs/player_screen.png | 3 | ||||
| -rw-r--r-- | static/logo.png | bin | 24967 -> 130 bytes | |||
| -rw-r--r-- | templates/index.j2 | 2 | ||||
| -rw-r--r-- | templates/players.j2 | 3 |
6 files changed, 9 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..24a8e87 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/docs/game_screen.png b/docs/game_screen.png new file mode 100644 index 0000000..9a5d7ac --- /dev/null +++ b/docs/game_screen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a0160d790741331ab483376e7995f01993f5381e31953da39265ef56333910 +size 174380 diff --git a/docs/player_screen.png b/docs/player_screen.png new file mode 100644 index 0000000..f56d136 --- /dev/null +++ b/docs/player_screen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d875f87b821c3d0633f37da1dd828cd71d6fd48dfffc6e4845c72a2332d09d1 +size 167110 diff --git a/static/logo.png b/static/logo.png Binary files differindex b81df6c..7d2d8c7 100644 --- a/static/logo.png +++ b/static/logo.png 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() %} |
