Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 22, 2017
1 parent 3263cf0 commit 1dc53fd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
17 changes: 17 additions & 0 deletions blog/static/style.css
Expand Up @@ -44,3 +44,20 @@ nav > a {
.postText {
border-bottom: solid 1px lightgray;
}

footer {
padding-top: 10px;
padding-bottom: 30px;
}

.cc {
margin-top: 5px;
}

.left {
float: left;
}

.right {
float: right;
}
11 changes: 11 additions & 0 deletions blog/templates/layout.html
Expand Up @@ -28,6 +28,17 @@ <h1 class="blogTitle"> Lev's Hacking Notes </h1>

{% block body %}
{% endblock %}

<footer>
<span class="left">
&copy; 2017 <a href="https://levlaz.org/about-me">Lev Lazinskiy</a>
<br />
<a class="cc" href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license"><img class="cc" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" alt="Creative Commons License"/></a>
</span>

<a class="right" href="https://m.do.co/c/ffc7002f7299"><img alt="DO Shield" src="https://img.shields.io/badge/powered%20by-Digital%20Ocean-blue.svg"></a>
</footer>

</body>
</html>

0 comments on commit 1dc53fd

Please sign in to comment.