summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-01-26 22:10:02 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-02-01 10:15:18 -0800
commit09ad8a394bf7deae4e5e1b8dca15163933417c28 (patch)
treeeb1e2413a7c003c8a0a14758c8cac8e8165d3e69 /_includes
parentdraft article for vagrant ansible and aws (diff)
downloadlumberjaph-09ad8a394bf7deae4e5e1b8dca15163933417c28.tar.gz
Major rewrite to get responsive design.
Diffstat (limited to '')
-rw-r--r--_includes/cover.html22
-rw-r--r--_includes/footer.html14
2 files changed, 29 insertions, 7 deletions
diff --git a/_includes/cover.html b/_includes/cover.html
new file mode 100644
index 0000000..448e750
--- /dev/null
+++ b/_includes/cover.html
@@ -0,0 +1,22 @@
+<div id="cover_wrap" class="clearfix">
+
+ <header id="masthead" class="clearfix">
+ <div class="intro">
+ <h1>
+ <a href="/" id="home">Franck Cuny</a>
+ <a href="https://twitter.com/franckcuny">@franckcuny</a>
+ </h1>
+
+ <h2>
+ <span>Software and Operation engineer.</span>
+ </h2>
+ </div>
+
+ <ul class="nav">
+ <li><a href="/" title="Posts">Posts</a></li>
+ <li><a href="/about/" title="About">About</a></li>
+ </ul>
+
+ </header>
+
+</div>
diff --git a/_includes/footer.html b/_includes/footer.html
index ec1a493..9d4612b 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,8 +1,8 @@
-<footer>
- <p id='copyright'>&copy; 2008 &ndash; 2013 Franck Cuny.
- [ <a href='/'>Writings</a> |
- <a href='/codex/'>Codex</a> |
- <a href='/projects/'>Projects</a> |
- <a href='/about/'>Colophon</a> |
- <a href='/resume/'>R&eacute;sum&eacute;</a> ]
+<footer id="footer" class="clearfix">
+ <div class="center_mod">
+ <ul class="nav">
+ <li><a href="/" title="Posts">Posts</a></li>
+ <li><a href="/about/" title="About">About</a></li>
+ </ul>
+ </div>
</footer>