commit 254cd342428631e96f2800079207b0d273381956
Author: ffff:76.126.35.15 <ffff:76.126.35.15@hub.scroll.pub>
Date: 2024-12-25 22:12:40 +0000
Subject: updated index.scroll
diff --git a/index.scroll b/index.scroll
index cb18066..df6c938 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,8 +1,8 @@
buildHtml
baseUrl https://merrydev.scroll.pub
metaTags
-editButton
-title Merry Christmas 2024
+editButton /edit.html?folderName=merrydev.scroll.pub&fileName=index.scroll
+title Merry Scroll Christmas 2024
style.css
body.html
script.js
commit 95864b46119bd246fa96788228e1d8135ad58bf9
Author: ffff:76.126.35.15 <ffff:76.126.35.15@merrydev.scroll.pub>
Date: 2024-12-25 22:12:26 +0000
Subject: updated style.css
diff --git a/style.css b/style.css
index 76ea8bf..9caf6b2 100644
--- a/style.css
+++ b/style.css
@@ -6,6 +6,10 @@
--text: #2c3e50;
}
+.abstractIconButtonParser {
+ z-index: 2;
+}
+
* {
margin: 0;
padding: 0;
commit 8f8ac6e08a8a3cf8a24bfd98b322c1b271bcc1d7
Author: ffff:76.126.35.15 <ffff:76.126.35.15@merrydev.scroll.pub>
Date: 2024-12-25 22:11:52 +0000
Subject: updated body.html
diff --git a/body.html b/body.html
index bc4212d..500dd12 100644
--- a/body.html
+++ b/body.html
@@ -1,7 +1,7 @@
<main class="container">
<div class="snowfall"></div>
<section class="hero">
- <h1 class="title">Merry Scroll Christmas</h1>
+ <h1 class="title">Merry Christmas</h1>
<p class="year">2024</p>
<div class="message">
<p>Thank you all for:</p>
commit 9c3ac174334e98a1c25ba379be85f888e9e35402
Author: ffff:76.126.35.15 <ffff:76.126.35.15@merrydev.scroll.pub>
Date: 2024-12-25 22:11:44 +0000
Subject: updated index.scroll
diff --git a/index.scroll b/index.scroll
index e772f5d..cb18066 100644
--- a/index.scroll
+++ b/index.scroll
@@ -2,7 +2,7 @@ buildHtml
baseUrl https://merrydev.scroll.pub
metaTags
editButton
-title Merry Scroll Christmas 2024
+title Merry Christmas 2024
style.css
body.html
script.js
commit 8f2d22ca0148ca74c070970398fe1af40e394a0c
Author: ffff:76.126.35.15 <ffff:76.126.35.15@merrydev.scroll.pub>
Date: 2024-12-25 22:11:09 +0000
Subject: updated script.js
diff --git a/script.js b/script.js
index 929ad94..c925aa1 100644
--- a/script.js
+++ b/script.js
@@ -5,6 +5,9 @@ document.addEventListener("DOMContentLoaded", () => {
setTimeout(createSnowfall, 1000);
setTimeout(createSnowfall, 1500);
setTimeout(createSnowfall, 2000);
+ setTimeout(createSnowfall, 2500);
+ setTimeout(createSnowfall, 3000);
+ setTimeout(createSnowfall, 3500);
});
function createSnowfall() {
commit e3f8eb59a49508b5dee49afb5a9e5c748df60a17
Author: ffff:76.126.35.15 <ffff:76.126.35.15@merrydev.scroll.pub>
Date: 2024-12-25 22:10:50 +0000
Subject: updated script.js
diff --git a/script.js b/script.js
index 189cdae..929ad94 100644
--- a/script.js
+++ b/script.js
@@ -1,10 +1,10 @@
document.addEventListener("DOMContentLoaded", () => {
createSnowfall();
setTimeout(createSnowfall, 100);
- setTimeout(createSnowfall, 300);
setTimeout(createSnowfall, 500);
- setTimeout(createSnowfall, 700);
- setTimeout(createSnowfall, 1100);
+ setTimeout(createSnowfall, 1000);
+ setTimeout(createSnowfall, 1500);
+ setTimeout(createSnowfall, 2000);
});
function createSnowfall() {
commit 3d63f1ecc8f13edd6df712b85c26b1a24af496dd
Author: ffff:76.126.35.15 <ffff:76.126.35.15@merrydev.scroll.pub>
Date: 2024-12-25 22:10:27 +0000
Subject: updated script.js
diff --git a/script.js b/script.js
index a69fe7e..189cdae 100644
--- a/script.js
+++ b/script.js
@@ -2,7 +2,9 @@ document.addEventListener("DOMContentLoaded", () => {
createSnowfall();
setTimeout(createSnowfall, 100);
setTimeout(createSnowfall, 300);
+ setTimeout(createSnowfall, 500);
setTimeout(createSnowfall, 700);
+ setTimeout(createSnowfall, 1100);
});
function createSnowfall() {
commit 15290d02dbea69da70c7f767b3af5df96053dba4
Author: ffff:76.126.35.15 <ffff:76.126.35.15@merrydev.scroll.pub>
Date: 2024-12-25 22:10:09 +0000
Subject: updated script.js
diff --git a/script.js b/script.js
index 3ef5ae2..a69fe7e 100644
--- a/script.js
+++ b/script.js
@@ -1,5 +1,8 @@
document.addEventListener("DOMContentLoaded", () => {
createSnowfall();
+ setTimeout(createSnowfall, 100);
+ setTimeout(createSnowfall, 300);
+ setTimeout(createSnowfall, 700);
});
function createSnowfall() {
commit 3746117079d3c67c645bf7c2fd79466634e75324
Author: ffff:76.126.35.15 <ffff:76.126.35.15@merrydev.scroll.pub>
Date: 2024-12-25 22:09:00 +0000
Subject: updated script.js
diff --git a/script.js b/script.js
index 64c1767..3ef5ae2 100644
--- a/script.js
+++ b/script.js
@@ -4,7 +4,7 @@ document.addEventListener("DOMContentLoaded", () => {
function createSnowfall() {
const snowfall = document.querySelector(".snowfall");
- const flakeCount = 1000;
+ const flakeCount = 50;
for (let i = 0; i < flakeCount; i++) {
createSnowflake(snowfall);
commit 577b63454362303b0d7b63d97f5c345a9b0cf892
Author: ffff:76.126.35.15 <ffff:76.126.35.15@merrydev.scroll.pub>
Date: 2024-12-25 22:08:36 +0000
Subject: updated script.js
diff --git a/script.js b/script.js
index b8cd643..64c1767 100644
--- a/script.js
+++ b/script.js
@@ -4,7 +4,7 @@ document.addEventListener("DOMContentLoaded", () => {
function createSnowfall() {
const snowfall = document.querySelector(".snowfall");
- const flakeCount = 100;
+ const flakeCount = 1000;
for (let i = 0; i < flakeCount; i++) {
createSnowflake(snowfall);