+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ From eb62cf70a6791e5c8fd140f069e8b31b6886587a Mon Sep 17 00:00:00 2001 From: jaerri <62021987+jaerri@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:25:21 -0600 Subject: hi --- .gitignore | 2 + gallery.html | 183 +++++++++++ index.html | 49 +++ prj_Irene/LL.html | 42 +++ prj_Irene/a.js | 334 +++++++++++++++++++++ prj_Irene/script_snu.js | 181 +++++++++++ prj_Irene/sources/BERRY.png | Bin 0 -> 208469 bytes prj_Irene/sources/MSGothic.ttf | Bin 0 -> 4190172 bytes prj_Irene/sources/confused.png | Bin 0 -> 354773 bytes prj_Irene/sources/happy1.png | Bin 0 -> 309761 bytes prj_Irene/sources/happy2.png | Bin 0 -> 312967 bytes ...ckphoto-1204457395-612x612-removebg-preview.png | Bin 0 -> 94519 bytes prj_Irene/sources/luvu.png | Bin 0 -> 123300 bytes prj_Irene/sources/snu2.jpg | Bin 0 -> 2006639 bytes prj_Irene/sources/talking1.png | Bin 0 -> 315625 bytes prj_Irene/styles_snu.css | 167 +++++++++++ script.js | 60 ++++ sources/16624BFB-7F7E-4CFD-A255-268802C2CC93.jpg | Bin 0 -> 283864 bytes sources/4a2e4b58f7376976670b8057e2484304.jpg | Bin 0 -> 67981 bytes sources/594CA747-FB3F-4B9A-9B29-8F41A3756209.jpg | Bin 0 -> 175344 bytes sources/8df101f03079cbcca0ec3d71cddd3b8e.jpg | Bin 0 -> 55644 bytes sources/9836ABB1-7B74-47F1-BE73-A922D8E2B6AA.jpg | Bin 0 -> 232590 bytes sources/IMG_1531.mov | Bin 0 -> 1634558 bytes sources/IMG_2019.png | Bin 0 -> 527500 bytes sources/IMG_2472.jpg | Bin 0 -> 2855076 bytes sources/IMG_2627.jpg | Bin 0 -> 4005830 bytes sources/IMG_4259.png | Bin 0 -> 1327699 bytes sources/IMG_4601.jpg | Bin 0 -> 1725325 bytes sources/IMG_7075.png | Bin 0 -> 2372941 bytes sources/IMG_8692.png | Bin 0 -> 381640 bytes sources/SABBATH.mp3 | Bin 0 -> 3364290 bytes sources/Untitled127_20260119233746.png | Bin 0 -> 1562941 bytes sources/a.png | Bin 0 -> 160371 bytes sources/aaaajpg.jpg | Bin 0 -> 22189 bytes sources/azuki.png | Bin 0 -> 362530 bytes sources/azukibanner-bg.jpg | Bin 0 -> 351150 bytes sources/buttoncover.png | Bin 0 -> 65872 bytes sources/eb66054173105608075c7e9c0b540e62.jpg | Bin 0 -> 60871 bytes sources/fe56e5ad2ddd5d93ce4b8a0a21a04441.jpg | Bin 0 -> 7162 bytes sources/image.png | Bin 0 -> 581975 bytes sources/image2.png | Bin 0 -> 172291 bytes sources/paw.png | Bin 0 -> 50888 bytes sources/poro.png | Bin 0 -> 217061 bytes sources/saya.png | Bin 0 -> 188496 bytes sources/sayaworld.jpg | Bin 0 -> 55644 bytes styles.css | 184 ++++++++++++ test.html | 11 + thankletter.html | 34 +++ 48 files changed, 1247 insertions(+) create mode 100644 .gitignore create mode 100755 gallery.html create mode 100755 index.html create mode 100755 prj_Irene/LL.html create mode 100755 prj_Irene/a.js create mode 100755 prj_Irene/script_snu.js create mode 100755 prj_Irene/sources/BERRY.png create mode 100755 prj_Irene/sources/MSGothic.ttf create mode 100755 prj_Irene/sources/confused.png create mode 100755 prj_Irene/sources/happy1.png create mode 100755 prj_Irene/sources/happy2.png create mode 100755 prj_Irene/sources/istockphoto-1204457395-612x612-removebg-preview.png create mode 100755 prj_Irene/sources/luvu.png create mode 100755 prj_Irene/sources/snu2.jpg create mode 100755 prj_Irene/sources/talking1.png create mode 100755 prj_Irene/styles_snu.css create mode 100755 script.js create mode 100755 sources/16624BFB-7F7E-4CFD-A255-268802C2CC93.jpg create mode 100755 sources/4a2e4b58f7376976670b8057e2484304.jpg create mode 100755 sources/594CA747-FB3F-4B9A-9B29-8F41A3756209.jpg create mode 100755 sources/8df101f03079cbcca0ec3d71cddd3b8e.jpg create mode 100755 sources/9836ABB1-7B74-47F1-BE73-A922D8E2B6AA.jpg create mode 100755 sources/IMG_1531.mov create mode 100755 sources/IMG_2019.png create mode 100755 sources/IMG_2472.jpg create mode 100755 sources/IMG_2627.jpg create mode 100755 sources/IMG_4259.png create mode 100755 sources/IMG_4601.jpg create mode 100755 sources/IMG_7075.png create mode 100755 sources/IMG_8692.png create mode 100755 sources/SABBATH.mp3 create mode 100755 sources/Untitled127_20260119233746.png create mode 100755 sources/a.png create mode 100755 sources/aaaajpg.jpg create mode 100755 sources/azuki.png create mode 100755 sources/azukibanner-bg.jpg create mode 100755 sources/buttoncover.png create mode 100755 sources/eb66054173105608075c7e9c0b540e62.jpg create mode 100755 sources/fe56e5ad2ddd5d93ce4b8a0a21a04441.jpg create mode 100755 sources/image.png create mode 100755 sources/image2.png create mode 100755 sources/paw.png create mode 100755 sources/poro.png create mode 100755 sources/saya.png create mode 100755 sources/sayaworld.jpg create mode 100755 styles.css create mode 100755 test.html create mode 100755 thankletter.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0d2165 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +.vs \ No newline at end of file diff --git a/gallery.html b/gallery.html new file mode 100755 index 0000000..feaf724 --- /dev/null +++ b/gallery.html @@ -0,0 +1,183 @@ + + +
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dear Irene,
+We’ve known each other for more than a year and a half, and I just want you to know how incredibly grateful I am for everything you’ve done and are still doing for me ^^. You stepping into my life has been one of the most beautiful things that has ever happened to me. You’re the reason I keep going forward, even when life here gets really hard T-T. Everything feels lighter and easier just knowing that I have you by my side. Thank you for all the experiences, the support, and the love you’ve given me, it means more than I can ever explain. Being with you is always too comfy that makes me sometime go over the border and piss you off, Tho, you are always tolerant towards my mistakes, and I’m really thankful for that endlessly. Sometimes, I feel like I haven’t done enough in return, but please know that my gratitude is endless ^-^’. Being with you is truly special. Every moment we’ve shared has been meaningful, and each one has shaped my perspective and changed me for the better. I cherish all of it so much. I hope we can stay together forever, and that nothing will ever come between us. Thank you a lot my little cutie bunni ^-^
+Your little silly Poro
+