From 1d76709b910e260b77e29ed84afc52bb77d10da5 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Fri, 16 Sep 2022 23:07:51 +0000 Subject: Rename .min.css files to .css --- calculators/index.php | 2 +- computers/index.php | 2 +- header.php | 34 +++--- index.php | 4 +- me/index.php | 2 +- pics/index.php | 2 +- projects/index.php | 2 +- res/css/dark.css | 72 +++++++++++++ res/css/dark.min.css | 68 ------------ res/css/light.css | 286 ++++++++++++++++++++++++++++++++++++++++++++++++++ res/css/light.min.css | 286 -------------------------------------------------- res/js/themeswap.js | 2 +- revisions/index.html | 2 +- 13 files changed, 381 insertions(+), 383 deletions(-) create mode 100755 res/css/dark.css delete mode 100755 res/css/dark.min.css create mode 100755 res/css/light.css delete mode 100755 res/css/light.min.css diff --git a/calculators/index.php b/calculators/index.php index c850e46..ed2dd5a 100755 --- a/calculators/index.php +++ b/calculators/index.php @@ -5,7 +5,7 @@ Calculators - + diff --git a/computers/index.php b/computers/index.php index 1b02c0b..ff856f9 100755 --- a/computers/index.php +++ b/computers/index.php @@ -5,7 +5,7 @@ Calculators - + diff --git a/header.php b/header.php index f350537..8e0cc6e 100644 --- a/header.php +++ b/header.php @@ -1,19 +1,16 @@ - -
@@ -21,21 +18,18 @@ error_reporting(E_ALL); ~floppydisk / '; $currentDir = basename(getcwd()); foreach($uriArr as $page) { if ($page !== $currentDir) { - if ($link !== '/') - $link = $link . '/' . $page; - else - $link = $link . $page; + if ($link !== '/') $link = $link . '/' . $page; + else $link = $link . $page; $links = $links . '' . $page . ' / '; } } diff --git a/index.php b/index.php index 51e411e..323623f 100755 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ ~floppydisk - + @@ -15,7 +15,7 @@