From 5bbf10ceb3b9f8b10c6bc9e08e0e3a1e28f43a6e Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 24 Dec 2024 20:20:52 +0100 Subject: fix close button --- index.html | 134 ++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 70 insertions(+), 64 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 0eea621..8652805 100644 --- a/index.html +++ b/index.html @@ -10,13 +10,14 @@
- - + + + - + - + @@ -85,7 +86,7 @@
- milk chan looking up, surrounded by the text 'milk outside a bag of milk' + milk chan looking up, surrounded by the text 'milk outside a bag of milk'
@@ -96,7 +97,9 @@
ABOUT.rtf — /home/lain
- +
@@ -108,10 +111,10 @@

I am currently studying Computer Science and work at Nokia as a software developer.

- + a firefly resting on a finger
-
+

Click the buttons in the left menu to view extra information or the deskapps in the right to open different windows! The window can also be moved around.

@@ -142,7 +145,9 @@
PROJECTS.rtf — /home/lain
- +
@@ -230,74 +235,75 @@ button that says 'futile' - + - lain + lain - copland os now! - trans rights now! - use linux now! + copland os now! + trans rights now! + use linux now!
- + document.addEventListener('mouseup', () => { + isDragging = false; + }); + }); + - + link.forEach(function(elem) { + elem.addEventListener("mousedown", () => { + elem.classList.add("ripple-effect"); + setTimeout(() => { + elem.classList.remove("ripple-effect"); + }, 1000); + }) + }); + - + updateClockAndCalendar(); + setInterval(updateClockAndCalendar, 1000); + -- cgit v1.2.3