From 7edaa33d1b9aef05fedc82375ca010461c009edf Mon Sep 17 00:00:00 2001 From: Prefetch Date: Fri, 3 Mar 2023 14:09:23 +0100 Subject: Mobile-friendly header redesign, CSS improvements --- source/_includes/footer.html | 11 +++++------ source/_includes/header.html | 38 ++++++++++++++++++++++++++++++++++++++ source/_includes/navigation.html | 9 --------- source/_includes/preamble.html | 2 +- source/_includes/proof/start.html | 12 ++++++------ 5 files changed, 50 insertions(+), 22 deletions(-) create mode 100644 source/_includes/header.html delete mode 100644 source/_includes/navigation.html (limited to 'source/_includes') diff --git a/source/_includes/footer.html b/source/_includes/footer.html index b3679e8..5cba67d 100644 --- a/source/_includes/footer.html +++ b/source/_includes/footer.html @@ -1,8 +1,7 @@ -
-
-© 2023 Marcus R.A. Newman, -CC BY-NC-SA 4.0. +
+ © Marcus R.A. Newman, + CC BY-NC-SA.
-
-Visitor statistics + diff --git a/source/_includes/header.html b/source/_includes/header.html new file mode 100644 index 0000000..c6cb457 --- /dev/null +++ b/source/_includes/header.html @@ -0,0 +1,38 @@ + + diff --git a/source/_includes/navigation.html b/source/_includes/navigation.html deleted file mode 100644 index a5c835c..0000000 --- a/source/_includes/navigation.html +++ /dev/null @@ -1,9 +0,0 @@ - -
diff --git a/source/_includes/preamble.html b/source/_includes/preamble.html index 4d3c92f..8104e6b 100644 --- a/source/_includes/preamble.html +++ b/source/_includes/preamble.html @@ -17,7 +17,7 @@ {% if page.layout == "concept" or page.maths %} {% endif %} - + {% if jekyll.environment == "production" %} diff --git a/source/_includes/proof/start.html b/source/_includes/proof/start.html index 780b159..062c9d6 100644 --- a/source/_includes/proof/start.html +++ b/source/_includes/proof/start.html @@ -1,6 +1,6 @@ -
- - -
-
- +
+ + +
+
+ -- cgit v1.2.3