diff options
Diffstat (limited to 'partials')
-rw-r--r-- | partials/footer.html | 11 | ||||
-rw-r--r-- | partials/head.html | 8 | ||||
-rw-r--r-- | partials/header.html | 10 |
3 files changed, 29 insertions, 0 deletions
diff --git a/partials/footer.html b/partials/footer.html new file mode 100644 index 0000000..2ae4f32 --- /dev/null +++ b/partials/footer.html @@ -0,0 +1,11 @@ +<footer> + <p> + Copyright © Johannes Löthberg 2014<br /> + You can find me on: + <a href="https://plus.google.com/+JohannesLothberg?rel=author" rel="me">Google+</a> + <a href="mailto:johannes@kyriasis.com">Email</a> + </p> + <a id="emblem" href='http://www.catb.org/hacker-emblem/'> + <img src='glider.png' alt='hacker emblem' /> + </a> +</footer> diff --git a/partials/head.html b/partials/head.html new file mode 100644 index 0000000..42d2fe6 --- /dev/null +++ b/partials/head.html @@ -0,0 +1,8 @@ +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<meta name="keywords" content="Johannes Löthberg, kyrias, demize, Arch Linux OP" /> +<meta name="description" content="Johannes Löthberg's little home on the Internet" /> +<meta name="author" content="Johannes Löthberg" /> + +<link rel="me author" href="https://plus.google.com/+JohannesLothberg" /> +<link rel="publisher" href="https://plus.google.com/+JohannesLothberg" /> +<link rel="meta" type="application/rdf+xml" href="foaf.rdf" /> diff --git a/partials/header.html b/partials/header.html new file mode 100644 index 0000000..14485bd --- /dev/null +++ b/partials/header.html @@ -0,0 +1,10 @@ +<header> + <h1><a href="index.html">Johannes Löthberg</a></h1> + <nav> + <ul> + <li><a href="/~kyrias/">~/</a></li> + <li><a href="/~kyrias/blog">~/blog/</a></li> + <li><a href="/~kyrias/contact">~/contact/</a></li> + </ul> + </nav> +</header> |