From c771bf14dbc8fb38aee541cba7bf3975a96ded42 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Mon, 16 Apr 2012 13:03:57 +0200 Subject: [PATCH] Footer --- bake.sh | 1 + css/jrnl.css | 6 ++++++ index.html | 10 ++++++++++ templates/footer.html | 9 +++++++++ templates/header.html | 1 + 5 files changed, 27 insertions(+) diff --git a/bake.sh b/bake.sh index f4ada283..62a90aec 100755 --- a/bake.sh +++ b/bake.sh @@ -1,4 +1,5 @@ #! /bin/bash +git checkout master README.md markdown2 README.md > tmp cat templates/header.html tmp templates/footer.html > index.html rm tmp diff --git a/css/jrnl.css b/css/jrnl.css index 50e71114..00255de7 100644 --- a/css/jrnl.css +++ b/css/jrnl.css @@ -43,6 +43,12 @@ a::selection{background:#057FDE;color:white;text-shadow: 0px -1px #034679;} margin: 10px 0px; } +footer { + text-align: center; + margin-bottom: 30px; + color: #888; +} + span.backtick { font-family: Menlo,Monaco,"Courier New",monospace; border: 1px solid rgba(0, 0, 0, 0.148438); diff --git a/index.html b/index.html index cd9578e0..90f653db 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,7 @@ +Fork me on GitHub
+ +
+
+ jrnl is an open source project created with love by Manuel Ebert +
+
+ + diff --git a/templates/footer.html b/templates/footer.html index 22eddec8..647c34cd 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,5 +1,14 @@ + + +
+
+ jrnl is an open source project created with love by Manuel Ebert. +
+ + + diff --git a/templates/header.html b/templates/header.html index 3b2171d9..938a2748 100644 --- a/templates/header.html +++ b/templates/header.html @@ -29,6 +29,7 @@ +Fork me on GitHub