From 199be00b8ce144ff1018ed00a4d69543115a93d2 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Mon, 19 Sep 2022 21:21:41 +0000 Subject: [PATCH] Move global head to file and split between page-specific and global --- calculators/index.php | 16 ++++++--------- computers/index.php | 15 ++++++-------- inc/head.html | 4 ++++ nav.php => inc/nav.php | 1 + index.php | 41 +++++++------------------------------ me/index.php | 15 ++++++-------- pics/index.php | 16 ++++++--------- projects/index.php | 15 ++++++-------- revisions/index.html | 46 ------------------------------------------ 9 files changed, 42 insertions(+), 127 deletions(-) create mode 100644 inc/head.html rename nav.php => inc/nav.php (93%) 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 - - - - + + - + + 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 - - - - + + - + + 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/nav.php b/inc/nav.php similarity index 93% rename from nav.php rename to inc/nav.php index b9807a4..3f14fff 100644 --- a/nav.php +++ b/inc/nav.php @@ -1,3 +1,4 @@ +