From 720d0aa6598f03c418af11836adb0e92cdbfcca5 Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Mon, 13 Jan 2020 22:19:00 +0000
Subject: [PATCH] abs the things redo
---
awesome/index.html | 8 ++++----
redir/index.html | 4 ++--
interesting/index.html | 8 ++++----
index.html | 4 ++--
ticky_tacky_dark | 2 +-
404.html | 4 ++--
cool/index.html | 8 ++++----
7 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/404.html b/404.html
index ff6e1ee..cfa97bf 100644
--- a/404.html
+++ b/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];
}
diff --git a/awesome/index.html b/awesome/index.html
index 0d8f59c..584aeee 100644
--- a/awesome/index.html
+++ b/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];
}
diff --git a/cool/index.html b/cool/index.html
index 3b5c95f..8f6eaeb 100644
--- a/cool/index.html
+++ b/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];
}
diff --git a/index.html b/index.html
index 34dfc3a..9220359 100644
--- a/index.html
+++ b/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];
}
diff --git a/interesting/index.html b/interesting/index.html
index 301554c..92d8baa 100644
--- a/interesting/index.html
+++ b/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];
}
diff --git a/redir/index.html b/redir/index.html
index 2f3115b..7fb21c0 100644
--- a/redir/index.html
+++ b/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];
}
diff --git a/ticky_tacky_dark b/ticky_tacky_dark
index f3f7ddd..64d86f0 160000
--- a/ticky_tacky_dark
+++ b/ticky_tacky_dark
@@ -1 +1 @@
-Subproject commit f3f7dddbc3c39340c05955c79d29d24250fbcdfb
+Subproject commit 64d86f0bb0e826196047ef68603a3bfdeb1a19cc
--
Gitblit v1.10.0