summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSteph Enders <smenders@gmail.com>2022-11-04 14:52:54 -0400
committerSteph Enders <smenders@gmail.com>2022-11-04 14:52:54 -0400
commit2ea173ec64afaf0921e3876e095bf53fed2ca545 (patch)
tree6c42c863ce15e56b5d7322d54394d01cd78bac64 /templates
parentd0b5b23a75801a7fb6cbc38730d7f171793dcf84 (diff)
Work on creating via a markdown [wip]
Diffstat (limited to 'templates')
-rw-r--r--templates/page-footer.html3
-rw-r--r--templates/page-header.html18
2 files changed, 21 insertions, 0 deletions
diff --git a/templates/page-footer.html b/templates/page-footer.html
new file mode 100644
index 0000000..f5471aa
--- /dev/null
+++ b/templates/page-footer.html
@@ -0,0 +1,3 @@
+ </div>
+</body>
+</html>
diff --git a/templates/page-header.html b/templates/page-header.html
new file mode 100644
index 0000000..f7bea88
--- /dev/null
+++ b/templates/page-header.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
+ <title>senders.io - {PAGE}</title>
+ <link rel='stylesheet' type='text/css' href='/index.css'>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+</head>
+<body>
+ <div id='header'>
+ <a class='title' href='/'>senders.io</a>
+ <nav>
+ <a href="/resume">Resume</a> <a href="/blog">Blog</a> <a href=
+ "https://github.com/s3nd3r5">Github</a>
+ </nav>
+ </div>
+ <div id='body'>