From bedf33e002018d8f9001f0cee3a09048e119cd88 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 3 Oct 2013 03:09:09 +0200 Subject: [PATCH] improved home view and footer deduplicate, group, better link texts the whole project lives at github --- nsupdate/main/templates/main/home.html | 38 ++++++++++++++++---------- nsupdate/nsupdate/templates/base.html | 14 +++++----- 2 files changed, 30 insertions(+), 22 deletions(-) diff --git a/nsupdate/main/templates/main/home.html b/nsupdate/main/templates/main/home.html index 51678c2..a729e60 100644 --- a/nsupdate/main/templates/main/home.html +++ b/nsupdate/main/templates/main/home.html @@ -6,17 +6,15 @@
-

Your IP is:

+

Your IP(s):

{% if request.session.ipv4 %}

{{request.session.ipv4}}

{% endif %} {% if request.session.ipv6 %}

{{request.session.ipv6}}

{% endif %} -

nsupdate.info, the Free and Open Source Dynamic DNS service for you.

- + nsupdate.info - the Dynamic DNS service you waited for.

@@ -29,16 +27,25 @@

-

World Wide Web

+

Free and Open Source

- nsupdate.info is a free and open-source dynamic DNS service with IPv4 and IPv6 support. + nsupdate.info is a free service
+ and also
+ free and open-source software. +

+

+ nsupdate.info project on GitHub +   +

Awesomeness

- Powered by Python, the magical Django Pony and a stupid three columned icon landing page. + Empowered by Python and the magical Django Pony,
+ we love to write clean and secure code.

@@ -54,24 +61,25 @@
-

We had a lot of fun

+

Features

- Free and Open-Source
Easy to use
- Fast and Awesome
- Probably no Bugs :)
+ IP v4 and v6 support
+ No spam, no nagging, no crap
+ Free and Open-Source

- -

DjangoDash 2013

- This software / service was developed in under 48h for the - Django-Dash 2013. + This software was developed in under + 48h for the Django-Dash 2013. +

+

+ We had a lot of fun!

diff --git a/nsupdate/nsupdate/templates/base.html b/nsupdate/nsupdate/templates/base.html index ecd2bef..f474333 100644 --- a/nsupdate/nsupdate/templates/base.html +++ b/nsupdate/nsupdate/templates/base.html @@ -87,13 +87,13 @@