summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/routes/+page.svelte20
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;