diff options
-rw-r--r-- | src/routes/+page.svelte | 20 | ||||
-rw-r--r-- | static/lain.gif | bin | 0 -> 26825 bytes | |||
-rw-r--r-- | static/ltg.gif | bin | 0 -> 2965 bytes | |||
-rw-r--r-- | static/rose_88x31.png | bin | 0 -> 4963 bytes | |||
-rw-r--r-- | static/transrights.png | bin | 0 -> 297 bytes | |||
-rw-r--r-- | static/xeniatransnow.png | bin | 0 -> 512 bytes |
6 files changed, 20 insertions, 0 deletions
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index e6b76c0..7a27235 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -154,6 +154,17 @@ </li> </ul> </section> + <section id="buttons"> + <a href="https://xenia.blahaj.land" target="_blank" rel="noopener noreferrer" title="rose garden"> + <img src="/rose_88x31.png" alt="button that says 'rose', a rose grows out of the o, on the left the character milk chan is visible, a very pale girl with shoulder length brown hair wearing a black hoodie" width="88px" height="31px"> + </a> + <a href="https://nyaa.si/view/964646" target="_blank" rel="noopener noreferrer" title="watch lain now!!"> + <img src="/lain.gif" alt="lain" width="88px" height="31px"> + </a> + <img src="/ltg.gif" alt="now!" width="88px" height="31px"> + <img src="/transrights.png" alt="trans rights now!" width="88px" height="31px"> + <img src="/xeniatransnow.png" alt="use linux now!" width="88px" height="31px"> + </section> </page> <style lang="scss"> @@ -162,6 +173,15 @@ & section { width: 100%; + &#buttons { + margin-top: 15px; + display: flex; + justify-content: center; + align-items: center; + gap: 10px; + padding-bottom: 10px; + } + &#contact { & .subheader { font-size: 0.8em; diff --git a/static/lain.gif b/static/lain.gif Binary files differnew file mode 100644 index 0000000..b9cab1d --- /dev/null +++ b/static/lain.gif diff --git a/static/ltg.gif b/static/ltg.gif Binary files differnew file mode 100644 index 0000000..0c311c6 --- /dev/null +++ b/static/ltg.gif diff --git a/static/rose_88x31.png b/static/rose_88x31.png Binary files differnew file mode 100644 index 0000000..9be1a1f --- /dev/null +++ b/static/rose_88x31.png diff --git a/static/transrights.png b/static/transrights.png Binary files differnew file mode 100644 index 0000000..0e2b9d4 --- /dev/null +++ b/static/transrights.png diff --git a/static/xeniatransnow.png b/static/xeniatransnow.png Binary files differnew file mode 100644 index 0000000..6abafb5 --- /dev/null +++ b/static/xeniatransnow.png |