move authors from footer to about page

This commit is contained in:
Thomas Waldmann 2013-10-19 22:36:06 -07:00
parent 8a86948243
commit 968b8f4bf6
2 changed files with 11 additions and 12 deletions

View File

@ -2,7 +2,16 @@
{% load bootstrap %} {% load bootstrap %}
{% block content %} {% block content %}
<h1>About this service</h1> <h1>About the nsupdate.info software project</h1>
<h2>Who developed the software?</h2>
<p>
<a href="https://github.com/asmaps/">Arne Schauf</a>,
<a href="https://github.com/Samuirai/">Fabian Faessler</a> and
<a href="https://github.com/ThomasWaldmann/">Thomas Waldmann</a>
developed the initial version of the nsupdate.info software in 48h in the DjangoDash 2013 contest.
</p>
<h1>About the nsupdate.info service</h1>
<h2>What's this?</h2> <h2>What's this?</h2>
<p> <p>
nsupdate.info is a dynamic dns service. nsupdate.info is a dynamic dns service.
@ -20,12 +29,8 @@
That is not hiding the few free features almost undiscoverable between That is not hiding the few free features almost undiscoverable between
a ton of features that are only for paying users. a ton of features that are only for paying users.
</p> </p>
<h2>Who are we?</h2>
<p>
Just some geeks wanting some free and open source software and a free service.
</p>
<h1>Fair use</h1> <h1>Fair use of the service</h1>
<p> <p>
The only thing we expect from you is fair use of this service: The only thing we expect from you is fair use of this service:
</p> </p>

View File

@ -90,12 +90,6 @@
<div class="footer"> <div class="footer">
<div class="container"> <div class="container">
<p class="text-muted credit"> <p class="text-muted credit">
<a href="https://github.com/nsupdate-info/nsupdate.info">nsupdate.info project on GitHub</a>
&nbsp;|&nbsp;
Developed by <a href="https://github.com/asmaps/">Arne Schauf</a>,
<a href="https://github.com/Samuirai/">Fabian Faessler</a> and
<a href="https://github.com/ThomasWaldmann/">Thomas Waldmann</a>.
&nbsp;|&nbsp;
<a href="{% url 'legal' %}">Legal notice</a> <a href="{% url 'legal' %}">Legal notice</a>
&nbsp;|&nbsp; &nbsp;|&nbsp;
<a href="http://validator.w3.org/check/referer">Valid HTML</a> <a href="http://validator.w3.org/check/referer">Valid HTML</a>