mirror of https://github.com/kc0bfv/ticky_tacky_dark.git

Karl
13.19.2020 720d0aa6598f03c418af11836adb0e92cdbfcca5
abs the things redo
7 files modified
38 ■■■■ changed files
404.html 4 ●●●● patch | view | raw | blame | history
awesome/index.html 8 ●●●● patch | view | raw | blame | history
cool/index.html 8 ●●●● patch | view | raw | blame | history
index.html 4 ●●●● patch | view | raw | blame | history
interesting/index.html 8 ●●●● patch | view | raw | blame | history
redir/index.html 4 ●●●● patch | view | raw | blame | history
ticky_tacky_dark @ 64d86f 2 ●●● patch | view | raw | blame | history
404.html
@@ -33,7 +33,7 @@
    <style>
        
            #headerimg {
                background-image: url(/ticky_tacky_dark/img/header01.jpg);
                background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg);
                background-size: cover;
            }
        
@@ -83,7 +83,7 @@
    }
    
    function randomHeaderImg() {
        images = ["/ticky_tacky_dark/img/header01.jpg","/ticky_tacky_dark/img/header02.jpg"];
        images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/header02.jpg"];
        i = Math.ceil(Math.random() * images.length) - 1;
        document.getElementById("headerimg").src = images[i];
    }
awesome/index.html
@@ -33,13 +33,13 @@
    <style>
        
            #headerimg {
                background-image: url(/ticky_tacky_dark/img/header01.jpg);
                background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg);
                background-size: cover;
            }
        
        
            #sideimage {
                background-image: url(/ticky_tacky_dark/img/awesome01.jpg);
                background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/awesome01.jpg);
                background-size: cover;
            }
        
@@ -97,7 +97,7 @@
    }
    
    function randomHeaderImg() {
        images = ["/ticky_tacky_dark/img/header01.jpg","/ticky_tacky_dark/img/header02.jpg"];
        images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/header02.jpg"];
        i = Math.ceil(Math.random() * images.length) - 1;
        document.getElementById("headerimg").src = images[i];
    }
@@ -106,7 +106,7 @@
    
    function randomSideAndHeaderImg() {
        randomHeaderImg();
        images = ["/ticky_tacky_dark/img/awesome01.jpg","/ticky_tacky_dark/img/awesome02.jpg"];
        images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/awesome01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/awesome02.jpg"];
        i = Math.ceil(Math.random() * images.length) - 1;
        document.getElementById("sideimage").src = images[i];
    }
cool/index.html
@@ -33,13 +33,13 @@
    <style>
        
            #headerimg {
                background-image: url(/ticky_tacky_dark/img/header01.jpg);
                background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg);
                background-size: cover;
            }
        
        
            #sideimage {
                background-image: url(/ticky_tacky_dark/img/cool01.jpg);
                background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/cool01.jpg);
                background-size: cover;
            }
        
@@ -97,7 +97,7 @@
    }
    
    function randomHeaderImg() {
        images = ["/ticky_tacky_dark/img/header01.jpg","/ticky_tacky_dark/img/header02.jpg"];
        images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/header02.jpg"];
        i = Math.ceil(Math.random() * images.length) - 1;
        document.getElementById("headerimg").src = images[i];
    }
@@ -106,7 +106,7 @@
    
    function randomSideAndHeaderImg() {
        randomHeaderImg();
        images = ["/ticky_tacky_dark/img/cool01.jpg"];
        images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/cool01.jpg"];
        i = Math.ceil(Math.random() * images.length) - 1;
        document.getElementById("sideimage").src = images[i];
    }
index.html
@@ -33,7 +33,7 @@
    <style>
        
            #headerimg {
                background-image: url(/ticky_tacky_dark/img/header01.jpg);
                background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg);
                background-size: cover;
            }
        
@@ -107,7 +107,7 @@
    }
    
    function randomHeaderImg() {
        images = ["/ticky_tacky_dark/img/header01.jpg","/ticky_tacky_dark/img/header02.jpg"];
        images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/header02.jpg"];
        i = Math.ceil(Math.random() * images.length) - 1;
        document.getElementById("headerimg").src = images[i];
    }
interesting/index.html
@@ -33,13 +33,13 @@
    <style>
        
            #headerimg {
                background-image: url(/ticky_tacky_dark/img/header01.jpg);
                background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg);
                background-size: cover;
            }
        
        
            #sideimage {
                background-image: url(/ticky_tacky_dark/img/interesting01.jpg);
                background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/interesting01.jpg);
                background-size: cover;
            }
        
@@ -97,7 +97,7 @@
    }
    
    function randomHeaderImg() {
        images = ["/ticky_tacky_dark/img/header01.jpg","/ticky_tacky_dark/img/header02.jpg"];
        images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/header02.jpg"];
        i = Math.ceil(Math.random() * images.length) - 1;
        document.getElementById("headerimg").src = images[i];
    }
@@ -106,7 +106,7 @@
    
    function randomSideAndHeaderImg() {
        randomHeaderImg();
        images = ["/ticky_tacky_dark/img/interesting01.jpg"];
        images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/interesting01.jpg"];
        i = Math.ceil(Math.random() * images.length) - 1;
        document.getElementById("sideimage").src = images[i];
    }
redir/index.html
@@ -35,7 +35,7 @@
    <style>
        
            #headerimg {
                background-image: url(/ticky_tacky_dark/img/header01.jpg);
                background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg);
                background-size: cover;
            }
        
@@ -86,7 +86,7 @@
    }
    
    function randomHeaderImg() {
        images = ["/ticky_tacky_dark/img/header01.jpg","/ticky_tacky_dark/img/header02.jpg"];
        images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/header02.jpg"];
        i = Math.ceil(Math.random() * images.length) - 1;
        document.getElementById("headerimg").src = images[i];
    }
ticky_tacky_dark
@@ -1 +1 @@
Subproject commit f3f7dddbc3c39340c05955c79d29d24250fbcdfb
Subproject commit 64d86f0bb0e826196047ef68603a3bfdeb1a19cc