From 1d76709b910e260b77e29ed84afc52bb77d10da5 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Fri, 16 Sep 2022 23:07:51 +0000 Subject: [PATCH] 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.min.css => dark.css} | 4 ++++ res/css/{light.min.css => light.css} | 0 res/js/themeswap.js | 2 +- revisions/index.html | 2 +- 11 files changed, 27 insertions(+), 29 deletions(-) rename res/css/{dark.min.css => dark.css} (95%) rename res/css/{light.min.css => light.css} (100%) 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 @@ ~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 @@