From 621992dc222229adeea7fcc10d06ca7d5af052dd Mon Sep 17 00:00:00 2001
From: Jim Shepich III <73664586+epicshepich@users.noreply.github.com>
Date: Sun, 6 Feb 2022 03:19:48 -0500
Subject: [PATCH] Removed highlighting of nav tabs, edited lists
---
data/lists.json | 15 +++++++++++++++
index.php | 4 ++--
scripts/lists.js | 1 +
styles/layout.css | 19 ++++---------------
styles/theme.css | 13 +++++++------
5 files changed, 29 insertions(+), 23 deletions(-)
diff --git a/data/lists.json b/data/lists.json
index 05cc5c5..22bbf2c 100644
--- a/data/lists.json
+++ b/data/lists.json
@@ -167,6 +167,21 @@
"quote":"You don't tug on superman's cape, you don't spit into the wind, you don't pull the mask off that old lone ranger, and you don't mess around with Jim.",
"quotee":"Jim Croce",
"source":"You Don't Mess Around with Jim"
+ },
+ {
+ "quote":"Inspiration is reciprocal: we all have a responsibility to each other to create.",
+ "card":"Oviya Pashiri, Sage Lifecrafter",
+ "multiverseid":"417738"
+ },
+ {
+ "quote":"You're the only one who can get up when you're down. No one else.",
+ "quotee":"Daniel LaRusso",
+ "source":"Cobra Kai"
+ },
+ {
+ "quote":"A true champion never stops training. You gotta keep moving forward, or else you could get stuck exactly where you are.",
+ "quotee":"Johnny Lawrence",
+ "source":"Cobra Kai"
}
diff --git a/index.php b/index.php
index 165b043..a796708 100644
--- a/index.php
+++ b/index.php
@@ -16,10 +16,10 @@
?>