Changes to zombo

ffff:12.186.22.250
ffff:12.186.22.250
1 month ago
updated readme.scroll
readme.scroll
Changed around line 1
- buildHtml
- permalink index.html
- title ZOMBO
-
- zombo.css
-
- font-awesome.min.css
- metaTags
-
- center
- br
- zombocom.png
- width 1199
- height 217
-
- center
-
-
-
- zombo_words.mp3
- loop
-
-
-
- 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
+
+
+
+ zombo_words.mp3
+ loop
+
+
+
+ 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");
+ });
ffff:65.49.68.35
ffff:65.49.68.35
1 month ago
updated index.html
index.html
Changed around line 1
+
+
+
+
+
+
+ liam and bonzis website!
+
+
+
+
+
+
+
+
+
+
+
+ rel="source"
+ type="application/git"
+ title="Source Code Repository"
+ href="readme.scroll"
+ />
+
+
+
+
+
+

+
+
+
+ >
+
+
+
+

+
+
+
+
+
+
+
+
+
+
root
root
3 months ago
Updated readme.scroll
readme.scroll
Changed around line 39: script
+
+ hey
root
root
4 months ago
Updated readme.scroll
readme.scroll
Changed around line 14: zombocom.png
- *
- class animate-flicker
+
root
root
4 months ago
Updated readme.scroll
readme.scroll
Changed around line 21: center
-
-
-
+
root
root
4 months ago
Updated readme.scroll
readme.scroll
Changed around line 10: metaTags
+ width 1199
+ height 217
root
root
4 months ago
Updated readme.scroll
readme.scroll
Changed around line 1
- 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
-
-
- zombo_words.mp3
- loop
-
-
-
-
-
- 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
+
+
+ zombo_words.mp3
+ loop
+
+
+
+
+
+ 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");
+ });
root
root
4 months ago
Updated readme.scroll
readme.scroll
Changed around line 1
- permalink index.html
-
+ permalink index.html
+
Changed around line 12: br
- // alt="Zombocom"
- // longdesc="http://zombo.com"
Breck Yunits
Breck Yunits
4 months ago
workflows/wws.yaml
Changed around line 1
+ # 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: .
Breck Yunits
Breck Yunits
4 months ago
Create CNAME
CNAME
Changed around line 1
+ zombo.breckyunits.com