From 8d52afbc2aa6ef0e0911200579f23e0ea4599e7c Mon Sep 17 00:00:00 2001 From: AriTheStupidCat Date: Sat, 27 Jun 2026 18:02:56 +0100 Subject: [PATCH] guestbook --- css/index.css | 10 ++ guestbook/index.html | 106 +++++++++++++++++ index.html | 1 - js/guestbook.js | 265 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 381 insertions(+), 1 deletion(-) create mode 100644 guestbook/index.html create mode 100644 js/guestbook.js diff --git a/css/index.css b/css/index.css index dfa9ea7..31ce63d 100644 --- a/css/index.css +++ b/css/index.css @@ -6,6 +6,7 @@ 3. /dev-info 4. /hardwa-reinfo 5. /cv +6. /guestbook ============================================= */ /* IMPORTS */ @@ -699,4 +700,13 @@ body:has(.dev-info) .hub { 50% { opacity: 0; } +} + + +/* ============================================================ + 6. /guestbook + ============================================================ */ +.clove { + opacity: 50%; + color: var(--subtext-1); } \ No newline at end of file diff --git a/guestbook/index.html b/guestbook/index.html new file mode 100644 index 0000000..cf1cead --- /dev/null +++ b/guestbook/index.html @@ -0,0 +1,106 @@ + + + + + + + + Ari + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ × + Index + Dev Info + Hardware + Curriculum Vitae + Socials + +
+ + + +
+
+

Guestbook

+

Leave a little note before you go :3

+

And thanks to Clove for helping me set this up and letting me steal her code xD

+ +
+ + +
+
+ + +
+
+ + +
+
+ + + 0 / 500 +
+ + + + + +
+ +
+ + +
+
+ + +
+

Loading messages…

+
+
+ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 1cef74d..d60d17b 100644 --- a/index.html +++ b/index.html @@ -125,5 +125,4 @@ - \ No newline at end of file diff --git a/js/guestbook.js b/js/guestbook.js new file mode 100644 index 0000000..9d531a3 --- /dev/null +++ b/js/guestbook.js @@ -0,0 +1,265 @@ +(function (global) { + "use strict"; + + /* ---- config (from the