This commit is contained in:
Manuel Ebert 2012-04-16 13:03:57 +02:00
parent 5e209bc310
commit c771bf14db
5 changed files with 27 additions and 0 deletions

View file

@ -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

View file

@ -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);

View file

@ -29,6 +29,7 @@
<body data-spy="scroll">
<a href="http://github.com/maebert/jrnl"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
<div class="container">
<div class="logo row">
@ -169,8 +170,17 @@ Used the time to clean the house and spent 4h on writing my book.
<p>Or use the built-in prompt or an external editor to compose your entries.</p>
</blockquote>
</div> <!-- /span10 -->
<div class="row">
<footer class="span10 offset2">
<b>jrnl</b> is an open source project created with love by <a href="http://www.portwempreludium.de">Manuel Ebert</a>
</footer>
</div>
</div>
</div> <!-- /container -->

View file

@ -1,5 +1,14 @@
</div> <!-- /span10 -->
<div class="row">
<footer class="span10 offset2">
<b>jrnl</b> is an open source project created with love by <a href="http://www.portwempreludium.de">Manuel Ebert</a>.
</footer>
</div>
</div>
</div> <!-- /container -->

View file

@ -29,6 +29,7 @@
<body data-spy="scroll">
<a href="http://github.com/maebert/jrnl"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
<div class="container">
<div class="logo row">