------------------------------------------------------------
commit 68ed1ba1b313caa558ba493a6e0225091c153081
Author: ffff:24.23.157.43 <ffff:24.23.157.43@zombo.togger.com> Date: Wed Oct 16 03:36:34 2024 +0000 Updated sound.scroll diff --git a/sound.scroll b/sound.scroll index e69de29..776f7fc 100644 --- a/sound.scroll +++ b/sound.scroll @@ -0,0 +1,3 @@ +buildHtml + +zombo_words.mp3 ------------------------------------------------------------
commit c7720f678f3380635129bda22192afac227fd582
Author: ffff:24.23.157.43 <ffff:24.23.157.43@zombo.togger.com> Date: Wed Oct 16 03:36:21 2024 +0000 Updated sound.scroll diff --git a/sound.scroll b/sound.scroll new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit 3a52cff5b988e986d90607595c57d9b496a1cd79
Author: ffff:24.23.157.43 <ffff:24.23.157.43@zombo.togger.com> Date: Wed Oct 16 03:35:16 2024 +0000 Updated transcript.scroll diff --git a/transcript.scroll b/transcript.scroll new file mode 100644 index 0000000..bc359e7 --- /dev/null +++ b/transcript.scroll @@ -0,0 +1,24 @@ +buildTxt + +Welcome to ZomboCom +This is ZomboCom +Welcome +This is ZomboCom +Welcome to ZomboCom + +You can do anything at ZomboCom +Anything at all +The only limit is yourself +Welcome to ZomboCom +Welcome to ZomboCom + +This is ZomboCom +Welcome to ZomboCom +This is ZomboCom, Welcome +Yes, this is ZomboCom +This is ZomboCom and welcome to you who has come to ZomboCom + +Anything is possible at ZomboCom +You can do Anything at ZomboCom +The infinite is possible at ZomboCom +The unattainable is unknown at ZomboCom ------------------------------------------------------------
commit c88a86613a354c453f3427547fe7c8ce5d068fc1
Author: ffff:24.23.157.43 <ffff:24.23.157.43@zombo.togger.com> Date: Wed Oct 16 03:34:24 2024 +0000 Updated transcript.txt diff --git a/transcript.txt b/transcript.txt new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
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 *