diff --git a/nsupdate/main/templates/main/home.html b/nsupdate/main/templates/main/home.html index 3895146..c551a98 100644 --- a/nsupdate/main/templates/main/home.html +++ b/nsupdate/main/templates/main/home.html @@ -1,8 +1,31 @@ {% extends "base.html" %} {% load bootstrap %} +{% load static %} + +{% block header %} + +
+
+ {% if request.session.ipv4 %} +

{{request.session.ipv4}}

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

{{request.session.ipv6}}

+ {% endif %} +

Free and Open Source Dynamic DNS service for you. Developed in under 48h for the Django-Dash 2013.

+

+ +

+
+
+ + +{% endblock %} {% block content %} -
+ +

World Wide Web

@@ -27,17 +50,54 @@

-
- {% if request.session.ipv4 %} -

Your IPv4 address: {{request.session.ipv4}}

- {% else %} -

Your IPv4 address: unknown

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

Your IPv6 address: {{request.session.ipv6}}

- {% else %} -

Your IPv6 address: unknown

- {% endif %} +
+ +
+

We had a lot of fun

+

+ Open-Source
+ Easy to use
+ Fast and Awesome
+ Funny List
+ Built in 48h
+ Probably no Bugs
+

+

Follow the white rabbit...

+
+ + +
+
+ +
+

Another List

+

+ I have no idea what I am doing. +

+
+
+
+
+

Screenshots

+ + Responsive image + + +
+
-
+ +
{% endblock %} diff --git a/nsupdate/main/templates/main/host.html b/nsupdate/main/templates/main/host.html index 21971fe..f7fd08c 100644 --- a/nsupdate/main/templates/main/host.html +++ b/nsupdate/main/templates/main/host.html @@ -15,7 +15,7 @@
-

Generate new secret

+

Generate New Secret

We store your update secret salted and hashed, so if you forget or lose it you will have to create a new one.

diff --git a/nsupdate/nsupdate/static/screenshots/generatesecret.png b/nsupdate/nsupdate/static/screenshots/generatesecret.png new file mode 100644 index 0000000..e0aee2d Binary files /dev/null and b/nsupdate/nsupdate/static/screenshots/generatesecret.png differ diff --git a/nsupdate/nsupdate/static/screenshots/help.png b/nsupdate/nsupdate/static/screenshots/help.png new file mode 100644 index 0000000..f956f14 Binary files /dev/null and b/nsupdate/nsupdate/static/screenshots/help.png differ diff --git a/nsupdate/nsupdate/static/screenshots/hostview.png b/nsupdate/nsupdate/static/screenshots/hostview.png new file mode 100644 index 0000000..ad0c7ed Binary files /dev/null and b/nsupdate/nsupdate/static/screenshots/hostview.png differ diff --git a/nsupdate/nsupdate/static/screenshots/overview.png b/nsupdate/nsupdate/static/screenshots/overview.png new file mode 100644 index 0000000..c516d8e Binary files /dev/null and b/nsupdate/nsupdate/static/screenshots/overview.png differ diff --git a/nsupdate/nsupdate/templates/base.html b/nsupdate/nsupdate/templates/base.html index 3973382..6f708b0 100644 --- a/nsupdate/nsupdate/templates/base.html +++ b/nsupdate/nsupdate/templates/base.html @@ -63,6 +63,7 @@
+ {% block header %}{% endblock %}