From: MatthewOwens <matthew@owens.tech>
Date: Fri, 17 Jul 2020 20:14:58 +0000 (+0100)
Subject: added head & header includes
X-Git-Url: https://git.owens.tech/editable-focus.html/editable-focus.html/git?a=commitdiff_plain;h=af2291705a3645706abfd5c3e121ff8d05c5121d;p=website.git

added head & header includes
---

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 @@
+<header>
+	<div id="header">
+		<h1>Matthew Owens</h1>
+	</div>
+	<div id="wrapper">
+		<ul class="nav nav-tabs">
+			<li> <a href="/">~</a> </li>
+			<li class="active"> <a href="/about.html">about</a> </li>
+			<li> <a href="/projects.html">project</a> </li>
+			<li> <a href="/rss.xml">rss</a> </li>
+		</ul>
+	</div>
+</header>
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 @@
+<head>
+	TITLE
+	<link rel="stylesheet" href="/style.css">
+	<link rel="icon" type="image/png" href="/assets/favicon.png">
+</head>
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 @@
+<header>
+	<div id="header">
+		<h1>Matthew Owens</h1>
+	</div>
+	<div id="wrapper">
+		<ul class="nav nav-tabs">
+			<li class="active"> <a href="/">~</a> </li>
+			<li> <a href="/about.html">about</a> </li>
+			<li> <a href="/projects.html">project</a> </li>
+			<li> <a href="/rss.xml">rss</a> </li>
+		</ul>
+	</div>
+</header>
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 @@
+<header>
+	<div id="header">
+		<h1>Matthew Owens</h1>
+	</div>
+	<div id="wrapper">
+		<ul class="nav nav-tabs">
+			<li> <a href="/">~</a> </li>
+			<li> <a href="/about.html">about</a> </li>
+			<li class="active"> <a href="/projects.html">project</a> </li>
+			<li> <a href="/rss.xml">rss</a> </li>
+		</ul>
+	</div>
+</header>