aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-05-29 08:23:35 +0100
committerAkshay <[email protected]>2021-05-29 08:23:35 +0100
commitf5bebd0ffff36003e11cbc0abafcb628db251a61 (patch)
treeb24b5a384fed4cf2049d00a9bbc64e353cd4dff8
parente2ec50f53ab7bfb730d7e217d707909148055be7 (diff)
new art: pineapple
-rw-r--r--art/pineapple.pngbin0 -> 21787 bytes
-rw-r--r--docs/art/index.html13
-rw-r--r--docs/art/pineapple.pngbin0 -> 21787 bytes
-rw-r--r--docs/index.html12
-rw-r--r--docs/posts/index.html2
-rwxr-xr-xgenerate.sh2
6 files changed, 20 insertions, 9 deletions
diff --git a/art/pineapple.png b/art/pineapple.png
new file mode 100644
index 0000000..9c30af4
--- /dev/null
+++ b/art/pineapple.png
Binary files differ
diff --git a/docs/art/index.html b/docs/art/index.html
index 249ab6a..2fbd0c2 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/b4.png"> 24 <a href="/art/pineapple.png">
25 <div class="photo-container">
26 <img src="/art/pineapple.png">
27 <div class="photo-overlay">
28 <div class="photo-text">
29 <div class="photo-title">Pineapple</div>
30 <div class="photo-date">29/05 — 2021</div>
31 </div>
32 </div>
33 </div>
34</a>
35<a href="/art/b4.png">
25 <div class="photo-container"> 36 <div class="photo-container">
26 <img src="/art/b4.png"> 37 <img src="/art/b4.png">
27 <div class="photo-overlay"> 38 <div class="photo-overlay">
diff --git a/docs/art/pineapple.png b/docs/art/pineapple.png
new file mode 100644
index 0000000..9c30af4
--- /dev/null
+++ b/docs/art/pineapple.png
Binary files differ
diff --git a/docs/index.html b/docs/index.html
index b692299..bcd16ab 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -78,15 +78,15 @@
78 <tr> 78 <tr>
79 <td class=table-post> 79 <td class=table-post>
80 <div class="date"> 80 <div class="date">
81 22/05 — 2021 81 29/05 — 2021
82 </div> 82 </div>
83 <a href="/art/b4.png" class="post-link"> 83 <a href="/art/pineapple.png" class="post-link">
84 <span class="post-link">B4</span> 84 <span class="post-link">Pineapple</span>
85 </a> 85 </a>
86 </td> 86 </td>
87 <td class="table-stats"> 87 <td class="table-stats">
88 <a href="/art/b4.png"> 88 <a href="/art/pineapple.png">
89 <img src="/art/b4.png" height="50px"> 89 <img src="/art/pineapple.png" height="50px">
90 </a> 90 </a>
91 </td> 91 </td>
92 </tr> 92 </tr>
@@ -95,7 +95,7 @@
95 <div class="separator"></div> 95 <div class="separator"></div>
96 <div class="footer"> 96 <div class="footer">
97 <a href="https://github.com/nerdypepper">Github</a> · 97 <a href="https://github.com/nerdypepper">Github</a> ·
98 <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> · 98 <a rel="me" href="https://merveilles.town/@nerdypepper">Mastodon</a> ·
99 <a href="mailto:[email protected]">Mail</a> · 99 <a href="mailto:[email protected]">Mail</a> ·
100 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · 100 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> ·
101 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> 101 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
diff --git a/docs/posts/index.html b/docs/posts/index.html
index d91d691..dc13873 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -367,7 +367,7 @@
367 <div class="separator"></div> 367 <div class="separator"></div>
368 <div class="footer"> 368 <div class="footer">
369 <a href="https://github.com/nerdypepper">Github</a> · 369 <a href="https://github.com/nerdypepper">Github</a> ·
370 <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> · 370 <a rel="me" href="https://merveilles.town/@nerdypepper">Mastodon</a> ·
371 <a href="mailto:[email protected]">Mail</a> · 371 <a href="mailto:[email protected]">Mail</a> ·
372 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · 372 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> ·
373 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> 373 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
diff --git a/generate.sh b/generate.sh
index 83f5c88..d45ca92 100755
--- a/generate.sh
+++ b/generate.sh
@@ -244,7 +244,7 @@ cat << EOF | tee -a ./docs/posts/index.html ./docs/index.html > /dev/null
244 <div class="separator"></div> 244 <div class="separator"></div>
245 <div class="footer"> 245 <div class="footer">
246 <a href="https://github.com/nerdypepper">Github</a> · 246 <a href="https://github.com/nerdypepper">Github</a> ·
247 <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> · 247 <a rel="me" href="https://merveilles.town/@nerdypepper">Mastodon</a> ·
248 <a href="mailto:[email protected]">Mail</a> · 248 <a href="mailto:[email protected]">Mail</a> ·
249 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · 249 <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> ·
250 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> 250 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">