From d7f7355e9fc1762d8af9d7ef5b35fedce2d76bd7 Mon Sep 17 00:00:00 2001 From: waifu Date: Mon, 3 Jun 2024 23:25:02 -0300 Subject: [PATCH 1/5] comments --- default_style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default_style.css b/default_style.css index b0b217f..13fe51d 100644 --- a/default_style.css +++ b/default_style.css @@ -1,7 +1,7 @@ -body, html{ +body{ font-family: CustomFont, sans-serif; /* Use the custom font as the fallback */ } @font-face { font-family: CustomFont; - src: url('static/fonts/Brushzing-Regular.ttf.otf') format('truetype'); /* Change 'your-font.ttf' to the actual font file name */ + src: url('static/fonts/Brushzing-Regular.ttf.otf') format('truetype'); } \ No newline at end of file From 51e24b9d8d27ea14d8c23bda2ba69a84397e787c Mon Sep 17 00:00:00 2001 From: waifu Date: Mon, 3 Jun 2024 23:25:29 -0300 Subject: [PATCH 2/5] background scroll --- home/art/img/mainbackground.png | 3 +++ home/art/styles.css | 13 +++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 home/art/img/mainbackground.png diff --git a/home/art/img/mainbackground.png b/home/art/img/mainbackground.png new file mode 100644 index 0000000..c0cb160 --- /dev/null +++ b/home/art/img/mainbackground.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8987609ac4b84eb9fdbd00e4b4af3d264211e64e1fa6e2632a167c6661f4eefb +size 10619 diff --git a/home/art/styles.css b/home/art/styles.css index 32ac47b..299c96a 100644 --- a/home/art/styles.css +++ b/home/art/styles.css @@ -1,4 +1,4 @@ -body, html { +body { display: flex; justify-content: center; align-items: center; @@ -6,11 +6,16 @@ body, html { } body{ - background-image: url('./img/bg.jpg'); - background-attachment: fixed; - background-position: center center; + background-image: url('./img/mainbackground.png'); + animation: scroll 2s infinite cubic-bezier(.68,-0.55,.27,1.55); + } +@-webkit-keyframes scroll { + from {background-position: 0px 0px;} + to {background-position: 128px 128px;} + } + #header{ justify-content: center; } From 11290e8e75dc60eb9cc21b03260211bba963d76c Mon Sep 17 00:00:00 2001 From: waifu Date: Mon, 3 Jun 2024 23:25:38 -0300 Subject: [PATCH 3/5] stuff --- home/art/img/bg.jpg | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 home/art/img/bg.jpg diff --git a/home/art/img/bg.jpg b/home/art/img/bg.jpg deleted file mode 100644 index ccd331c..0000000 --- a/home/art/img/bg.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b797ee6859597d9ec82154a8d92ce10bdf8ea89b58e2ce9a1e5f973f9e273bee -size 5850 From f0d33facfd53383c296cb11042777701097884f6 Mon Sep 17 00:00:00 2001 From: waifu Date: Tue, 4 Jun 2024 22:46:20 -0300 Subject: [PATCH 4/5] 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 From 6927d30006b1d2ad00c21cdb877ca776b33f0817 Mon Sep 17 00:00:00 2001 From: waifu Date: Tue, 4 Jun 2024 22:53:23 -0300 Subject: [PATCH 5/5] namelol --- home/normal/anniversary-2024/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/normal/anniversary-2024/index.html b/home/normal/anniversary-2024/index.html index 2d87c97..2a7e6dd 100644 --- a/home/normal/anniversary-2024/index.html +++ b/home/normal/anniversary-2024/index.html @@ -4,7 +4,7 @@ - Centered Image Viewer + Waifuism.life 2024 Anniversary