gergelypolonkai-web-django/basics/templates/basics/disclaimer.html

14 lines
1.0 KiB
HTML

{% extends "front_base.html" %}
{% load static from staticfiles %}
{% block title %} - Disclaimer{% endblock %}
{% 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, Judit Pásti.
{% endblock content %}