Add licensing notes
This commit is contained in:
parent
55d0fc8162
commit
85b7f30751
@ -6,6 +6,7 @@
|
||||
|
||||
{% block content %}
|
||||
<h3>Disclaimer</h3>
|
||||
<p>This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://gergely.polonkai.eu/" property="cc:attributionName" rel="cc:attributionURL">Gergely Polonkai</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</p>
|
||||
<p>The articles and thoughts on this site all originate from me, unless otherwise stated. Please use them with this statement in your mind. If you use anything, please put a backlink on your site to the given article(s) or the main page.</p>
|
||||
<p>The social media icons on the right are from <a href="http://komodomedia.com/"><img src="{% static "images/komodomedia_azure_16.png" %}" alt="komodomedia.com" target="_blank" /> komodomedia.com</a>.</p>
|
||||
<p>Some design ideas, like the arrows under the menu items are from a friend, <a href="http://www.d4untless.com/">Judit Pásti</a>.
|
||||
|
@ -188,6 +188,10 @@ dd p {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#bottombar img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#more-posts {
|
||||
margin-top: 1em;
|
||||
text-align: right;
|
||||
|
@ -63,7 +63,7 @@
|
||||
<div id="bottombar-wrapper">
|
||||
<div id="bottombar-padding"></div>
|
||||
<div id="bottombar"{% if app.environment == 'dev' %} style="bottom: 40px;"{% endif %}>
|
||||
:: Copyright © 2012, Gergely Polonkai :: <a href="{% url 'basics:disclaimer' %}">Disclaimer</a> ::
|
||||
:: <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a> Copyright © 2012-2013, Gergely Polonkai :: <a href="{% url 'basics:disclaimer' %}">Disclaimer</a> ::
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://github.com/gergelypolonkai" id="github-ribbon" target="_blank"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>
|
||||
|
Loading…
Reference in New Issue
Block a user