diff options
author | Akshay <[email protected]> | 2022-05-21 14:12:05 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-05-21 14:12:05 +0100 |
commit | 48e119bd3787699d927db368cc1fa216f8e0699a (patch) | |
tree | 328b681b4aeba153d31e64b525dd816d989c43bd /docs/art | |
parent | f3e27ec3ffdc7417bf5658ae1cdd4c3d21462ed0 (diff) |
new art: elephant
Diffstat (limited to 'docs/art')
-rw-r--r-- | docs/art/elephant.png | bin | 0 -> 20008 bytes | |||
-rw-r--r-- | docs/art/index.html | 13 |
2 files changed, 12 insertions, 1 deletions
diff --git a/docs/art/elephant.png b/docs/art/elephant.png new file mode 100644 index 0000000..ed6f3c6 --- /dev/null +++ b/docs/art/elephant.png | |||
Binary files differ | |||
diff --git a/docs/art/index.html b/docs/art/index.html index 4c61cdc..12089c2 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/2022.png"> | 24 | <a href="/art/elephant.png"> |
25 | <div class="photo-container"> | ||
26 | <img src="/art/elephant.png"> | ||
27 | <div class="photo-overlay"> | ||
28 | <div class="photo-text"> | ||
29 | <div class="photo-title">Elephant</div> | ||
30 | <div class="photo-date">21/05 — 2022</div> | ||
31 | </div> | ||
32 | </div> | ||
33 | </div> | ||
34 | </a> | ||
35 | <a href="/art/2022.png"> | ||
25 | <div class="photo-container"> | 36 | <div class="photo-container"> |
26 | <img src="/art/2022.png"> | 37 | <img src="/art/2022.png"> |
27 | <div class="photo-overlay"> | 38 | <div class="photo-overlay"> |