diff options
author | Akshay <[email protected]> | 2023-04-20 18:00:50 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2023-04-20 18:00:50 +0100 |
commit | 09f7cfa7a90eeaac421cde3a05ac8ecef1692992 (patch) | |
tree | df47f1713b36b301372b79b297836f4c2b347fd4 /docs/art | |
parent | 2a628a628ea729e35860a5f4a6ae4b0b36a556e3 (diff) |
new art: forfeit
Diffstat (limited to 'docs/art')
-rw-r--r-- | docs/art/forfeit.png | bin | 0 -> 966336 bytes | |||
-rw-r--r-- | docs/art/index.html | 13 |
2 files changed, 12 insertions, 1 deletions
diff --git a/docs/art/forfeit.png b/docs/art/forfeit.png new file mode 100644 index 0000000..15474f5 --- /dev/null +++ b/docs/art/forfeit.png | |||
Binary files differ | |||
diff --git a/docs/art/index.html b/docs/art/index.html index e3dee61..067871f 100644 --- a/docs/art/index.html +++ b/docs/art/index.html | |||
@@ -21,7 +21,18 @@ | |||
21 | <h1>Art</h1> | 21 | <h1>Art</h1> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
23 | <div id="photos"> | 23 | <div id="photos"> |
24 | <a href="/art/lapse.png"> | 24 | <a href="/art/forfeit.png"> |
25 | <div class="photo-container"> | ||
26 | <img src="/art/forfeit.png"> | ||
27 | <div class="photo-overlay"> | ||
28 | <div class="photo-text"> | ||
29 | <div class="photo-title">Forfeit</div> | ||
30 | <div class="photo-date">20/04 — 2023</div> | ||
31 | </div> | ||
32 | </div> | ||
33 | </div> | ||
34 | </a> | ||
35 | <a href="/art/lapse.png"> | ||
25 | <div class="photo-container"> | 36 | <div class="photo-container"> |
26 | <img src="/art/lapse.png"> | 37 | <img src="/art/lapse.png"> |
27 | <div class="photo-overlay"> | 38 | <div class="photo-overlay"> |