From f9c822798af3534c37787d4852f38ea1d39f8515 Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Mon, 13 Jan 2020 11:56:29 +0000
Subject: [PATCH] Updated w/fixes
---
awesome/index.html | 4 ++--
redir/index.html | 2 +-
interesting/index.html | 4 ++--
index.html | 2 +-
ticky_tacky_dark | 2 +-
404.html | 4 ++--
cool/index.html | 4 ++--
7 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/404.html b/404.html
index 56c9f53..ff6e1ee 100644
--- a/404.html
+++ b/404.html
@@ -33,7 +33,7 @@
<style>
#headerimg {
- background-image: url(/img/header01.jpg);
+ background-image: url(/ticky_tacky_dark/img/header01.jpg);
background-size: cover;
}
@@ -53,7 +53,7 @@
<div class="col-12 col-sm-5"></div>
<div class="col-12 col-sm-7">
<h1>404</h1>
- <p>Content Not Found
+ <p>Content Not Found</p>
</div>
</main>
diff --git a/awesome/index.html b/awesome/index.html
index d1d8cae..0d8f59c 100644
--- a/awesome/index.html
+++ b/awesome/index.html
@@ -33,13 +33,13 @@
<style>
#headerimg {
- background-image: url(/img/header01.jpg);
+ background-image: url(/ticky_tacky_dark/img/header01.jpg);
background-size: cover;
}
#sideimage {
- background-image: url(/img/awesome01.jpg);
+ background-image: url(/ticky_tacky_dark/img/awesome01.jpg);
background-size: cover;
}
diff --git a/cool/index.html b/cool/index.html
index 6f5e2f3..3b5c95f 100644
--- a/cool/index.html
+++ b/cool/index.html
@@ -33,13 +33,13 @@
<style>
#headerimg {
- background-image: url(/img/header01.jpg);
+ background-image: url(/ticky_tacky_dark/img/header01.jpg);
background-size: cover;
}
#sideimage {
- background-image: url(/img/cool01.jpg);
+ background-image: url(/ticky_tacky_dark/img/cool01.jpg);
background-size: cover;
}
diff --git a/index.html b/index.html
index 4707ab0..34dfc3a 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,7 @@
<style>
#headerimg {
- background-image: url(/img/header01.jpg);
+ background-image: url(/ticky_tacky_dark/img/header01.jpg);
background-size: cover;
}
diff --git a/interesting/index.html b/interesting/index.html
index 247974d..301554c 100644
--- a/interesting/index.html
+++ b/interesting/index.html
@@ -33,13 +33,13 @@
<style>
#headerimg {
- background-image: url(/img/header01.jpg);
+ background-image: url(/ticky_tacky_dark/img/header01.jpg);
background-size: cover;
}
#sideimage {
- background-image: url(/img/interesting01.jpg);
+ background-image: url(/ticky_tacky_dark/img/interesting01.jpg);
background-size: cover;
}
diff --git a/redir/index.html b/redir/index.html
index 34202cc..2f3115b 100644
--- a/redir/index.html
+++ b/redir/index.html
@@ -35,7 +35,7 @@
<style>
#headerimg {
- background-image: url(/img/header01.jpg);
+ background-image: url(/ticky_tacky_dark/img/header01.jpg);
background-size: cover;
}
diff --git a/ticky_tacky_dark b/ticky_tacky_dark
index 41aa0b4..f3f7ddd 160000
--- a/ticky_tacky_dark
+++ b/ticky_tacky_dark
@@ -1 +1 @@
-Subproject commit 41aa0b45dc1e93ce78d959b10d7e38e1397377fa
+Subproject commit f3f7dddbc3c39340c05955c79d29d24250fbcdfb
--
Gitblit v1.10.0