Moved "static" pages to the basics app

This commit is contained in:
2013-10-01 23:40:42 +02:00
parent 414ff5b4a4
commit 4560c925fc
10 changed files with 53 additions and 20 deletions

View File

@@ -0,0 +1,12 @@
{% extends "front_base.html" %}
{% load static from staticfiles %}
{% block title %} - Disclaimer{% endblock %}
{% block content %}
<h3>Disclaimer</h3>
<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>.
{% endblock content %}