diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 0000000..aefb7d6 --- /dev/null +++ b/templates/about.html @@ -0,0 +1,29 @@ +{% extends "base.html" %} +{% load i18n static %} +{% load humanize %} +{% block head %} + +{% endblock %} + +{% block nav %} +{% include "nav.html" with ls=ls season=season %} +{% endblock %} + +{% block body %} +
+
+
+

Über TipPy

+

TipPy ist eine responsive Web-Applikation für Tippspiele mit + einem "Mobile-First-Ansatz" . Unterstützt werden alle auf + OpenLigaDB bereitgestellten + Sportarten und Ligen. + + TipPy wurde in Python umgesetzt + und benutzt die Frameworks Django + als Web Application Framework, und Twitters + Bootstrap für CSS.

+
+
+
+{% endblock %} diff --git a/templates/nav.html b/templates/nav.html index 7bbe514..2fff481 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -9,7 +9,7 @@ - TipPy 1.0 + TipPy 1.0