Skip to content

Commit 6d74e19

Browse files
author
Andreas Creten
committed
Added footer
1 parent ad41511 commit 6d74e19

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

_includes/footer.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
</section>
22
</div>
3-
3+
<footer>
4+
<div class="container">
5+
Original code by <a href="https://github.com/andreascreten">Andreas Creten</a>. Project maintained by <a href="https://github.com/scribu">Cristi Burc&#259;</a>.
6+
</div>
7+
</footer>
48
<script type="text/javascript">
59
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
610
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

stylesheets/stylesheet.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ header h2 {
7373
color: #666;
7474
}
7575

76+
footer {
77+
text-align: center;
78+
font-size: 10px;
79+
margin: 20px 10px 10px 10px;
80+
}
81+
7682
#downloads .btn {
7783
display: inline-block;
7884
text-align: center;

0 commit comments

Comments
 (0)