------------------------------------------------------------
commit bea44a9b2e627289d4ed366a39a30c94cfe3abad
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sat Oct 19 02:55:50 2024 +0000 Updated index.html diff --git a/index.html b/index.html index cc7fec2..ad62f36 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,75 @@ <!DOCTYPE html> <html lang="en"> -<body> -<link rel="stylesheet" type="text/css" href="roboto.css"> -ff -</body> -</html> \ No newline at end of file + <head> + <link rel="stylesheet" type="text/css" href="roboto.css" /> + <title>Confetti</title> + <style> + body, + html { + margin: 0; + padding: 0; + overflow: hidden; + height: 100%; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + } + + #custom_canvas { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + } + + button { + position: relative; + z-index: 1; + margin: 20px; + padding: 10px 20px; + font-size: 20px; + cursor: pointer; + background-color: transparent; + } + + a, a:visited { + color: #222 + } + </style> + </head> + <body> + <div> + <button id="confetti-button">Confetti</button> + <button id="poop-button">Not Confetti</button> + </div> + <a href="https://twocents.site">Made by Two Cents</a> + <canvas id="custom_canvas"></canvas> + + <script src="https://cdn.jsdelivr.net/npm/js-confetti@latest/dist/js-confetti.browser.js"></script> + <script> + const canvas = document.getElementById("custom_canvas"); + const confettiButton = document.getElementById("confetti-button"); + const poopButton = document.getElementById("poop-button"); + + const jsConfetti = new JSConfetti({ canvas }); + + confettiButton.addEventListener("click", () => { + jsConfetti.addConfetti({ + confettiNumber: 300, + confettiColors: ["#ff0a1d", "#0abf0a", "#0a8bff", "#ff9a00"], + }); + }); + + poopButton.addEventListener("click", () => { + jsConfetti.addConfetti({ + confettiNumber: 100, + emojis: ["💩"], + emojiSize: 50, + }); + }); + </script> + </body> +</html> ------------------------------------------------------------
commit 1d89f9d889e3c2098e9ae9b3e59e10944e32bf7e
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sat Oct 19 02:55:45 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 8e027c8..263d132 100644 --- a/index.scroll +++ b/index.scroll @@ -1,3 +1 @@ -buildHtml - -theme roboto +title added. ------------------------------------------------------------
commit b02f6e858fc2af58fc79de9602ea45bd88801055
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sat Oct 19 02:55:04 2024 +0000 Updated index.html diff --git a/index.html b/index.html index ad62f36..cc7fec2 100644 --- a/index.html +++ b/index.html @@ -1,75 +1,7 @@ <!DOCTYPE html> <html lang="en"> - <head> - <link rel="stylesheet" type="text/css" href="roboto.css" /> - <title>Confetti</title> - <style> - body, - html { - margin: 0; - padding: 0; - overflow: hidden; - height: 100%; - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - } - - #custom_canvas { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - pointer-events: none; - } - - button { - position: relative; - z-index: 1; - margin: 20px; - padding: 10px 20px; - font-size: 20px; - cursor: pointer; - background-color: transparent; - } - - a, a:visited { - color: #222 - } - </style> - </head> - <body> - <div> - <button id="confetti-button">Confetti</button> - <button id="poop-button">Not Confetti</button> - </div> - <a href="https://twocents.site">Made by Two Cents</a> - <canvas id="custom_canvas"></canvas> - - <script src="https://cdn.jsdelivr.net/npm/js-confetti@latest/dist/js-confetti.browser.js"></script> - <script> - const canvas = document.getElementById("custom_canvas"); - const confettiButton = document.getElementById("confetti-button"); - const poopButton = document.getElementById("poop-button"); - - const jsConfetti = new JSConfetti({ canvas }); - - confettiButton.addEventListener("click", () => { - jsConfetti.addConfetti({ - confettiNumber: 300, - confettiColors: ["#ff0a1d", "#0abf0a", "#0a8bff", "#ff9a00"], - }); - }); - - poopButton.addEventListener("click", () => { - jsConfetti.addConfetti({ - confettiNumber: 100, - emojis: ["💩"], - emojiSize: 50, - }); - }); - </script> - </body> -</html> +<body> +<link rel="stylesheet" type="text/css" href="roboto.css"> +ff +</body> +</html> \ No newline at end of file ------------------------------------------------------------
commit 920c7441f5a324f72e9cc26c08e3003986e9d8be
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sat Oct 19 02:54:51 2024 +0000 Updated index.html diff --git a/index.html b/index.html index 02c6a08..ad62f36 100644 --- a/index.html +++ b/index.html @@ -73,4 +73,3 @@ </script> </body> </html> - ------------------------------------------------------------
commit 8c93c7956d6d153958fffca018352959eef7c41e
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sat Oct 19 02:54:42 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 4442ed6..8e027c8 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,3 @@ buildHtml -theme roboto -Hello World my name is \ No newline at end of file +theme roboto ------------------------------------------------------------
commit d656831f5b8dc8739515d20c33213d977c3e7bf7
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sat Oct 19 02:54:23 2024 +0000 Updated index.html diff --git a/index.html b/index.html index 355b571..02c6a08 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,4 @@ <!DOCTYPE html> -<html lang="en"> -<body> -<link rel="stylesheet" type="text/css" href="roboto.css"> -<p id="particle4" class="scrollParagraph">Hello World my name is</p> -</body> -</html><!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" type="text/css" href="roboto.css" /> @@ -79,3 +73,4 @@ </script> </body> </html> + ------------------------------------------------------------
commit bf41a1f9ef3b433a03fb025a2e6acf5f6a642bdf
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sat Oct 19 02:54:03 2024 +0000 Updated index.html diff --git a/index.html b/index.html index ad62f36..355b571 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,10 @@ <!DOCTYPE html> +<html lang="en"> +<body> +<link rel="stylesheet" type="text/css" href="roboto.css"> +<p id="particle4" class="scrollParagraph">Hello World my name is</p> +</body> +</html><!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" type="text/css" href="roboto.css" /> ------------------------------------------------------------
commit 7a72f98f8856507529864eeaac1cf883ba027d7d
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Sat Oct 19 02:53:53 2024 +0000 Updated index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..ad62f36 --- /dev/null +++ b/index.html @@ -0,0 +1,75 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <link rel="stylesheet" type="text/css" href="roboto.css" /> + <title>Confetti</title> + <style> + body, + html { + margin: 0; + padding: 0; + overflow: hidden; + height: 100%; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + } + + #custom_canvas { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + } + + button { + position: relative; + z-index: 1; + margin: 20px; + padding: 10px 20px; + font-size: 20px; + cursor: pointer; + background-color: transparent; + } + + a, a:visited { + color: #222 + } + </style> + </head> + <body> + <div> + <button id="confetti-button">Confetti</button> + <button id="poop-button">Not Confetti</button> + </div> + <a href="https://twocents.site">Made by Two Cents</a> + <canvas id="custom_canvas"></canvas> + + <script src="https://cdn.jsdelivr.net/npm/js-confetti@latest/dist/js-confetti.browser.js"></script> + <script> + const canvas = document.getElementById("custom_canvas"); + const confettiButton = document.getElementById("confetti-button"); + const poopButton = document.getElementById("poop-button"); + + const jsConfetti = new JSConfetti({ canvas }); + + confettiButton.addEventListener("click", () => { + jsConfetti.addConfetti({ + confettiNumber: 300, + confettiColors: ["#ff0a1d", "#0abf0a", "#0a8bff", "#ff9a00"], + }); + }); + + poopButton.addEventListener("click", () => { + jsConfetti.addConfetti({ + confettiNumber: 100, + emojis: ["💩"], + emojiSize: 50, + }); + }); + </script> + </body> +</html> ------------------------------------------------------------
commit 801f3f332a039c9e5d640f1645ce681488fa0285
Author: root <root@hub.scroll.pub> Date: Fri Oct 18 21:57:19 2024 +0000 initial ${dir} template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa0ab78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.html +*.txt +*.xml +*.css +*.js \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..4442ed6 --- /dev/null +++ b/index.scroll @@ -0,0 +1,4 @@ +buildHtml +theme roboto + +Hello World my name is \ No newline at end of file