From a2c505235fce8e0652b027fd17dc2008ff80155e Mon Sep 17 00:00:00 2001
From: Dave Hagen
Date: Wed, 20 Nov 2024 16:41:04 -0800
Subject: [PATCH] Adding cookie manager, script, and links
---
_includes/footer.html | 24 ++++++++++++++++++++++--
_includes/head.html | 11 +++++++++++
css/main.css | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 70 insertions(+), 2 deletions(-)
diff --git a/_includes/footer.html b/_includes/footer.html
index 3684e82..7ce21a9 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,8 +1,28 @@
-
+
+
\ No newline at end of file
diff --git a/_includes/head.html b/_includes/head.html
index 9779d7b..0b3e21b 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -11,6 +11,17 @@
+
+
+
+
+
+
+
+
+
diff --git a/css/main.css b/css/main.css
index 760e9a9..40f79ec 100644
--- a/css/main.css
+++ b/css/main.css
@@ -274,3 +274,40 @@ html {
.size-1of3 { width: 33.333%; }
+.copyRight {
+ font-size: 12px;
+ }
+
+ .footer-links {
+ display: flex;
+ justify-content: center;
+ list-style: none;
+ padding: 0;
+ flex-wrap: wrap;
+ }
+
+ .footer-links li {
+ margin: 0 15px;
+ }
+
+ .footer-links a {
+ text-decoration: none;
+ transition: color 0.3s;
+ font-size: 12px;
+ }
+
+ .footer-links a:hover {
+ text-decoration: underline;
+ }
+
+ /* One Trust Cookie Manager
+ -------------------- */
+ #ot-pc-content, .ot-title-cntr, .ot-pc-footer {
+ font-size: 1.6rem;
+ }
+
+ #ot-pc-footer {
+ font-size: 1.4rem;
+ }
+
+