------------------------------------------------------------
commit b8fe0b4e44367329482197650134f148665e52ac
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub>
Date: Mon Dec 16 21:10:14 2024 +0000
updated readme.scroll
diff --git a/readme.scroll b/readme.scroll
index 4209945..d9c09a3 100644
--- a/readme.scroll
+++ b/readme.scroll
@@ -1,43 +1,41 @@
-buildHtml
-permalink index.html
-title ZOMBO
-
-zombo.css
-
-font-awesome.min.css
-metaTags
-
-center
-br
-zombocom.png
- width 1199
- height 217
-
-center
-<div class="animate-flicker"></div>
-<img src="pngwheel.png" class="rotate thefade">
-
-zombo_words.mp3
- loop
-
-<button id="button"><i class="fa fa-volume-up"></i></button>
-
-script
- const button = document.querySelector("#button")
- const icon = document.querySelector("#button > i")
- const audio = document.querySelector("audio")
- button.addEventListener("click", () => {
- if (audio.paused) {
- audio.volume = 0.2;
- audio.play();
- icon.classList.remove('fa-volume-up');
- icon.classList.add('fa-volume-off');
- } else {
- audio.pause();
- icon.classList.remove('fa-volume-off');
- icon.classList.add('fa-volume-up');
- }
- button.classList.add("fade");
- });
-
- hey
+buildHtml
+permalink index.html
+title ZOMBO
+
+zombo.css
+
+font-awesome.min.css
+metaTags
+
+center
+br
+zombocom.png
+ width 1199
+ height 217
+
+center
+<div class="animate-flicker"></div>
+<img src="pngwheel.png" class="rotate thefade">
+
+zombo_words.mp3
+ loop
+
+<button id="button"><i class="fa fa-volume-up"></i></button>
+
+script
+ const button = document.querySelector("#button")
+ const icon = document.querySelector("#button > i")
+ const audio = document.querySelector("audio")
+ button.addEventListener("click", () => {
+ if (audio.paused) {
+ audio.volume = 0.2;
+ audio.play();
+ icon.classList.remove('fa-volume-up');
+ icon.classList.add('fa-volume-off');
+ } else {
+ audio.pause();
+ icon.classList.remove('fa-volume-off');
+ icon.classList.add('fa-volume-up');
+ }
+ button.classList.add("fade");
+ });
------------------------------------------------------------
commit 4786198219cef1ccfca476235b5dd7a2f09f69f4
Author: ffff:65.49.68.35 <ffff:65.49.68.35@hub.scroll.pub>
Date: Tue Nov 26 12:55:26 2024 +0000
updated index.html
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..238d790
--- /dev/null
+++ b/index.html
@@ -0,0 +1,75 @@
+<!doctype html>
+<html lang="en">
+ <link rel="stylesheet" type="text/css" href="zombo.css" />
+ <link rel="stylesheet" type="text/css" href="font-awesome.min.css" />
+ <head>
+ <meta charset="utf-8" />
+ <title>liam and bonzis website!</title>
+ <script>
+ /* This HTML was generated by 📜 Scroll v155.4.0. https://scroll.pub */
+ </script>
+ <style>
+ @media print {
+ .doNotPrint {
+ display: none !important;
+ }
+ }
+ </style>
+ <link rel="canonical" href="/index.html" />
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
+ <meta name="description" content="" />
+ <meta name="generator" content="Scroll v155.4.0" />
+ <meta property="og:title" content="ZOMBO" />
+ <meta property="og:description" content="" />
+ <meta property="og:image" content="/zombocom.png" />
+
+ <link
+ rel="source"
+ type="application/git"
+ title="Source Code Repository"
+ href="readme.scroll"
+ />
+
+ <meta name="twitter:card" content="summary_large_image" />
+ </head>
+ <body>
+ <center>
+ <p id="particle9" class="scrollParagraph"></p>
+ <br />
+ <figure class="scrollCaptionedFigure" style="width: 1199px; margin: auto">
+ <a href="zombocom.png" target="_blank"
+ ><img src="zombocom.png" width="1199" height="217" loading="lazy"
+ /></a>
+ </figure>
+ </center>
+ <center>
+ <p id="particle13" class="scrollParagraph"></p>
+ <div class="animate-flicker"></div>
+ <img src="pngwheel.png" class="rotate thefade" />
+ </center>
+ <audio controls loop>
+ <source src="zombo_words.mp3" type="audio/mpeg" />
+ </audio>
+ <button id="button"><i class="fa fa-volume-up"></i></button>
+ <script>
+ const button = document.querySelector("#button");
+ const icon = document.querySelector("#button > i");
+ const audio = document.querySelector("audio");
+ button.addEventListener("click", () => {
+ if (audio.paused) {
+ audio.volume = 0.2;
+ audio.play();
+ icon.classList.remove("fa-volume-up");
+ icon.classList.add("fa-volume-off");
+ } else {
+ audio.pause();
+ icon.classList.remove("fa-volume-off");
+ icon.classList.add("fa-volume-up");
+ }
+ button.classList.add("fade");
+ });
+
+ hey;
+ </script>
+ </body>
+</html>
------------------------------------------------------------
commit 5f5c6878c84b62423ae3fd4b9d467e09a835c9d5
Author: root <root@hub.scroll.pub>
Date: Fri Sep 27 03:33:19 2024 +0000
Updated readme.scroll
diff --git a/readme.scroll b/readme.scroll
index ce09408..4209945 100644
--- a/readme.scroll
+++ b/readme.scroll
@@ -39,3 +39,5 @@ script
}
button.classList.add("fade");
});
+
+ hey
------------------------------------------------------------
commit e9e68d597dbd98ae7089cf98f62e19aca1f8fb07
Author: root <root@hub.scroll.pub>
Date: Fri Sep 20 05:41:45 2024 +0000
Updated readme.scroll
diff --git a/readme.scroll b/readme.scroll
index 8fb87c3..ce09408 100644
--- a/readme.scroll
+++ b/readme.scroll
@@ -14,8 +14,7 @@ zombocom.png
height 217
center
-*
- class animate-flicker
+<div class="animate-flicker"></div>
<img src="pngwheel.png" class="rotate thefade">
zombo_words.mp3
------------------------------------------------------------
commit e4567fe789a0055fb4612abad2f889f1f64eeaa3
Author: root <root@hub.scroll.pub>
Date: Fri Sep 20 05:41:31 2024 +0000
Updated readme.scroll
diff --git a/readme.scroll b/readme.scroll
index d57f521..8fb87c3 100644
--- a/readme.scroll
+++ b/readme.scroll
@@ -21,9 +21,7 @@ center
zombo_words.mp3
loop
-<button id="button">
- <i class="fa fa-volume-up"></i>
- </button>
+<button id="button"><i class="fa fa-volume-up"></i></button>
script
const button = document.querySelector("#button")
------------------------------------------------------------
commit 684f6a52862e6a3a7f7eb4ce7f3a06f322dc576b
Author: root <root@hub.scroll.pub>
Date: Fri Sep 20 05:38:57 2024 +0000
Updated readme.scroll
diff --git a/readme.scroll b/readme.scroll
index fb41f68..d57f521 100644
--- a/readme.scroll
+++ b/readme.scroll
@@ -10,6 +10,8 @@ metaTags
center
br
zombocom.png
+ width 1199
+ height 217
center
*
------------------------------------------------------------
commit c490b3c2e9080fd87d99bde01281f14b034e97a5
Author: root <root@hub.scroll.pub>
Date: Fri Sep 20 05:38:11 2024 +0000
Updated readme.scroll
diff --git a/readme.scroll b/readme.scroll
index 853deb3..fb41f68 100644
--- a/readme.scroll
+++ b/readme.scroll
@@ -1,44 +1,42 @@
-buildHtml
-permalink index.html
-title ZOMBO
-
-zombo.css
-
-font-awesome.min.css
-metaTags
-
-center
-br
-zombocom.png
- width 1199
- height 217
-
-center
-*
- class animate-flicker
-<img src="pngwheel.png" class="rotate thefade">
-
-zombo_words.mp3
- loop
-
-<button id="button">
- <i class="fa fa-volume-up"></i>
- </button>
-
-script
- const button = document.querySelector("#button")
- const icon = document.querySelector("#button > i")
- const audio = document.querySelector("audio")
- button.addEventListener("click", () => {
- if (audio.paused) {
- audio.volume = 0.2;
- audio.play();
- icon.classList.remove('fa-volume-up');
- icon.classList.add('fa-volume-off');
- } else {
- audio.pause();
- icon.classList.remove('fa-volume-off');
- icon.classList.add('fa-volume-up');
- }
- button.classList.add("fade");
- });
+buildHtml
+permalink index.html
+title ZOMBO
+
+zombo.css
+
+font-awesome.min.css
+metaTags
+
+center
+br
+zombocom.png
+
+center
+*
+ class animate-flicker
+<img src="pngwheel.png" class="rotate thefade">
+
+zombo_words.mp3
+ loop
+
+<button id="button">
+ <i class="fa fa-volume-up"></i>
+ </button>
+
+script
+ const button = document.querySelector("#button")
+ const icon = document.querySelector("#button > i")
+ const audio = document.querySelector("audio")
+ button.addEventListener("click", () => {
+ if (audio.paused) {
+ audio.volume = 0.2;
+ audio.play();
+ icon.classList.remove('fa-volume-up');
+ icon.classList.add('fa-volume-off');
+ } else {
+ audio.pause();
+ icon.classList.remove('fa-volume-off');
+ icon.classList.add('fa-volume-up');
+ }
+ button.classList.add("fade");
+ });
------------------------------------------------------------
commit ab6ccf2c0f04c3a140eb8552ef7fab1b829fb1a5
Author: root <root@hub.scroll.pub>
Date: Fri Sep 20 05:38:03 2024 +0000
Updated readme.scroll
diff --git a/readme.scroll b/readme.scroll
index 6ada694..853deb3 100644
--- a/readme.scroll
+++ b/readme.scroll
@@ -1,7 +1,7 @@
-permalink index.html
buildHtml
-
+permalink index.html
title ZOMBO
+
zombo.css
font-awesome.min.css
@@ -12,8 +12,6 @@ br
zombocom.png
width 1199
height 217
- // alt="Zombocom"
- // longdesc="http://zombo.com"
center
*
------------------------------------------------------------
commit 00e5ca0628f13a84f4b54cc03dc84e7abdde0b0f
Author: Breck Yunits <breck7@gmail.com>
Date: Sat Sep 14 12:38:59 2024 -1000
diff --git a/.github/workflows/wws.yaml b/.github/workflows/wws.yaml
new file mode 100644
index 0000000..00aea64
--- /dev/null
+++ b/.github/workflows/wws.yaml
@@ -0,0 +1,23 @@
+# Adapted from https://github.com/JamesIves/github-pages-deploy-action
+name: Build and Deploy Scroll
+on:
+ push:
+ branches:
+ - main
+jobs:
+ build-and-deploy:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout 🛎️
+ uses: actions/checkout@v2.3.1
+ - name: Install and Build
+ run: |
+ npm install -g scroll-cli --production
+ scroll build
+ # The line below is needed if you have *.html in your gitignore file
+ rm .gitignore
+ - name: Deploy 🚀
+ uses: JamesIves/github-pages-deploy-action@4.1.4
+ with:
+ branch: wws # The branch the action should deploy to.
+ folder: .
------------------------------------------------------------
commit abc1a000b15bcf1c60ef2e11d30e7e6e6220a5c5
Author: Breck Yunits <breck7@gmail.com>
Date: Sat Sep 14 12:38:17 2024 -1000
Create CNAME
diff --git a/CNAME b/CNAME
new file mode 100644
index 0000000..29a3238
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+zombo.breckyunits.com
\ No newline at end of file