From f0d33facfd53383c296cb11042777701097884f6 Mon Sep 17 00:00:00 2001 From: waifu Date: Tue, 4 Jun 2024 22:46:20 -0300 Subject: [PATCH] anniversary --- home/normal/anniversary-2024/index.html | 65 +++++++++++++++++++++++ home/normal/anniversary-2024/waifuism.png | 3 ++ home/normal/index.html | 1 + home/normal/styles.css | 30 ++++++++++- 4 files changed, 98 insertions(+), 1 deletion(-) create mode 100644 home/normal/anniversary-2024/index.html create mode 100644 home/normal/anniversary-2024/waifuism.png diff --git a/home/normal/anniversary-2024/index.html b/home/normal/anniversary-2024/index.html new file mode 100644 index 0000000..2d87c97 --- /dev/null +++ b/home/normal/anniversary-2024/index.html @@ -0,0 +1,65 @@ + + + + + + + Centered Image Viewer + + + +
+

Waifuism.life third anniversary.

+
+
+ + Waifuism + +
+

Is your image missing? Do you want to be drawn? Did I forgot to credit you? Do you want to remove yourself from it?
Please send a reply in the official thread

+ + diff --git a/home/normal/anniversary-2024/waifuism.png b/home/normal/anniversary-2024/waifuism.png new file mode 100644 index 0000000..81ef366 --- /dev/null +++ b/home/normal/anniversary-2024/waifuism.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c15345124d0cef9945596474579c93d9574c33959cab837c50274f00bd96cc +size 10795047 diff --git a/home/normal/index.html b/home/normal/index.html index 5527027..adf97d9 100644 --- a/home/normal/index.html +++ b/home/normal/index.html @@ -45,6 +45,7 @@

Waifuism.life started as a Pleroma instance on May 11th of 2021, now it's running Misskey over at mai.waifuism.life.

+

The official mascot is waifuism-tan, but she likes to be called Mora.

This website is designed around desktops, not phones, go check it on your computer.

If you have autoplay on, you're listening to my favorite song, "Cuantas veces mas" from Javier Cardellino, an Uruguayan Musician.

diff --git a/home/normal/styles.css b/home/normal/styles.css index f55e010..458a136 100644 --- a/home/normal/styles.css +++ b/home/normal/styles.css @@ -136,4 +136,32 @@ src: url('stuff/Brushzing-Regular.ttf.otf') format('truetype'); /* Change 'your- .melon { animation: wiggleRotate 4s ease-in-out infinite; } - \ No newline at end of file + +.fun-button { + background-color: #1fd80e; + border: 2px solid #0d990d; + color: black; + padding: 15px 32px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 18px; + font-weight: bold; + margin: 4px 2px; + cursor: pointer; + border-radius: 50px; + box-shadow: 0 8px #999; + transition: all 0.3s ease; +} + +.fun-button:hover { + background-color: #2ecf0e; + box-shadow: 0 12px #666; + transform: translateY(-2px); +} + +.fun-button:active { + background-color: #0bdd0b; + box-shadow: 0 4px #666; + transform: translateY(4px); +} \ No newline at end of file