From af2291705a3645706abfd5c3e121ff8d05c5121d Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Fri, 17 Jul 2020 21:14:58 +0100 Subject: [PATCH] added head & header includes --- includes/about_header.html | 13 +++++++++++++ includes/head.html | 5 +++++ includes/header.html | 13 +++++++++++++ includes/projects_header.html | 13 +++++++++++++ 4 files changed, 44 insertions(+) create mode 100644 includes/about_header.html create mode 100644 includes/head.html create mode 100644 includes/header.html create mode 100644 includes/projects_header.html diff --git a/includes/about_header.html b/includes/about_header.html new file mode 100644 index 0000000..23cf0d1 --- /dev/null +++ b/includes/about_header.html @@ -0,0 +1,13 @@ +
+ +
+ +
+
diff --git a/includes/head.html b/includes/head.html new file mode 100644 index 0000000..5fc0ba1 --- /dev/null +++ b/includes/head.html @@ -0,0 +1,5 @@ + + TITLE + + + diff --git a/includes/header.html b/includes/header.html new file mode 100644 index 0000000..91f7345 --- /dev/null +++ b/includes/header.html @@ -0,0 +1,13 @@ +
+ +
+ +
+
diff --git a/includes/projects_header.html b/includes/projects_header.html new file mode 100644 index 0000000..e9cdaa7 --- /dev/null +++ b/includes/projects_header.html @@ -0,0 +1,13 @@ +
+ +
+ +
+
-- 2.20.1