Added code licences and design acknowledgement lines to the footer.

This commit is contained in:
Marcus Whybrow 2012-06-13 18:52:13 +01:00
parent b4e7ae2d08
commit 3e38f1a70e
2 changed files with 5 additions and 0 deletions

View File

@ -121,4 +121,7 @@ body {
margin-top: 45px; margin-top: 45px;
padding: 35px 0 36px; padding: 35px 0 36px;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
}
.footer p {
margin-bottom: 0;
} }

View File

@ -129,6 +129,8 @@
</div> </div>
<footer class="footer container"> <footer class="footer container">
<p>Code licensed under the <a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">General Public Licence v3</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>You may have noticed this design approach is a shamless reworking of <a href="http://twitter.github.com/bootstrap/">Twitter's Bootstrap</a> github page.</p>
<p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> <p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
</footer> </footer>