added head & header includes
authorMatthewOwens <matthew@owens.tech>
Fri, 17 Jul 2020 20:14:58 +0000 (21:14 +0100)
committerMatthewOwens <matthew@owens.tech>
Fri, 17 Jul 2020 20:14:58 +0000 (21:14 +0100)
includes/about_header.html [new file with mode: 0644]
includes/head.html [new file with mode: 0644]
includes/header.html [new file with mode: 0644]
includes/projects_header.html [new file with mode: 0644]

diff --git a/includes/about_header.html b/includes/about_header.html
new file mode 100644 (file)
index 0000000..23cf0d1
--- /dev/null
@@ -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 (file)
index 0000000..5fc0ba1
--- /dev/null
@@ -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 (file)
index 0000000..91f7345
--- /dev/null
@@ -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 (file)
index 0000000..e9cdaa7
--- /dev/null
@@ -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>