diff options
author | axtloss <axtlos@disroot.org> | 2024-10-16 00:09:47 +0200 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-10-16 00:09:47 +0200 |
commit | fc37846668dba97dced3e66235176cfe3a2a19aa (patch) | |
tree | 2be3f3c17ffe6ef53c325dc4d598be30e2eca16d /src/routes | |
parent | c32db7b90bd13f065ca74fdf2caacc4df4470bb3 (diff) | |
download | website-fc37846668dba97dced3e66235176cfe3a2a19aa.tar.gz website-fc37846668dba97dced3e66235176cfe3a2a19aa.tar.bz2 |
on that 88x31 button grind 💪💪
Diffstat (limited to 'src/routes')
-rw-r--r-- | src/routes/+page.svelte | 20 |
1 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; |