From 199be00b8ce144ff1018ed00a4d69543115a93d2 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Mon, 19 Sep 2022 21:21:41 +0000 Subject: Move global head to file and split between page-specific and global --- calculators/index.php | 14 +++++--------- computers/index.php | 13 +++++-------- inc/head.html | 4 ++++ inc/nav.php | 44 ++++++++++++++++++++++++++++++++++++++++++++ index.php | 41 +++++++---------------------------------- me/index.php | 13 +++++-------- nav.php | 43 ------------------------------------------- pics/index.php | 14 +++++--------- projects/index.php | 13 +++++-------- revisions/index.html | 46 ---------------------------------------------- 10 files changed, 80 insertions(+), 165 deletions(-) create mode 100644 inc/head.html create mode 100644 inc/nav.php delete mode 100644 nav.php delete mode 100755 revisions/index.html diff --git a/calculators/index.php b/calculators/index.php index 6063437..e7ca785 100755 --- a/calculators/index.php +++ b/calculators/index.php @@ -1,23 +1,19 @@ - + + + + Calculators - - - - - - -
- +
diff --git a/computers/index.php b/computers/index.php index 5176d9f..83b159c 100755 --- a/computers/index.php +++ b/computers/index.php @@ -2,22 +2,19 @@ + + + + Calculators - - - - - - -
- +
diff --git a/inc/head.html b/inc/head.html new file mode 100644 index 0000000..93953e9 --- /dev/null +++ b/inc/head.html @@ -0,0 +1,4 @@ + + + + diff --git a/inc/nav.php b/inc/nav.php new file mode 100644 index 0000000..3f14fff --- /dev/null +++ b/inc/nav.php @@ -0,0 +1,44 @@ + +
+ +
+ + ~floppydisk / '; + $currentDir = basename(getcwd()); + foreach($uriArr as $page) { + if ($page !== $currentDir) { + if ($link !== '/') $link = $link . '/' . $page; + else $link = $link . $page; + $links = $links . '' . $page . ' / '; + } + } + $links = substr($links, 0, -3) . ' / ' . $currentDir; + echo $links; + } + } + ?> + + + +
+
\ No newline at end of file diff --git a/index.php b/index.php index 4ee4350..973fa10 100755 --- a/index.php +++ b/index.php @@ -2,46 +2,19 @@ - ~floppydisk - - - - - - + + + + + ~floppydisk +> - - -
- +

Hi!

diff --git a/me/index.php b/me/index.php index e14aa8c..3b634cd 100755 --- a/me/index.php +++ b/me/index.php @@ -2,22 +2,19 @@ + + + + Calculators - - - - - - -
- +
diff --git a/nav.php b/nav.php deleted file mode 100644 index b9807a4..0000000 --- a/nav.php +++ /dev/null @@ -1,43 +0,0 @@ -
- -
- - ~floppydisk / '; - $currentDir = basename(getcwd()); - foreach($uriArr as $page) { - if ($page !== $currentDir) { - if ($link !== '/') $link = $link . '/' . $page; - else $link = $link . $page; - $links = $links . '' . $page . ' / '; - } - } - $links = substr($links, 0, -3) . ' / ' . $currentDir; - echo $links; - } - } - ?> - - - -
-
\ No newline at end of file diff --git a/pics/index.php b/pics/index.php index e14aa8c..089cfbd 100755 --- a/pics/index.php +++ b/pics/index.php @@ -2,22 +2,18 @@ + + + + Calculators - - - - - - - -
- +
diff --git a/projects/index.php b/projects/index.php index 3dd5884..79c6244 100755 --- a/projects/index.php +++ b/projects/index.php @@ -2,21 +2,18 @@ + + + + Calculators - - - - - - - - +
diff --git a/revisions/index.html b/revisions/index.html deleted file mode 100755 index 31345bb..0000000 --- a/revisions/index.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - Calculators - - - - - - - - - - - - - -
-
- -
-
Design based on finalrewind.org
- - ~floppydisk / calculators - - -
-
- -
-
-
-
-
- - -- cgit v1.2.3-54-g00ecf