diff --git a/digital_glarus/templates/digital_glarus/base.html b/digital_glarus/templates/digital_glarus/base.html new file mode 100644 index 00000000..6db2330c --- /dev/null +++ b/digital_glarus/templates/digital_glarus/base.html @@ -0,0 +1,112 @@ +{% load staticfiles %} + + + + + + + + + + + + + Digital.Glarus - {% block title %}Welcome{% endblock %} + + + + + + + + + + + + + + + + + + + +
Digital.Glarus
+
#1 IT Valley of Switzerland | Luchsingen, 8775 GL Switzerland | From 2015.12.25
+ + + + +
+ {% block content %} {% endblock %}< +
+ + + + + + + + + + + + + + + + diff --git a/digital_glarus/templates/digital_glarus/index.html b/digital_glarus/templates/digital_glarus/index.html index 5212d3dc..8bb584cd 100644 --- a/digital_glarus/templates/digital_glarus/index.html +++ b/digital_glarus/templates/digital_glarus/index.html @@ -1,88 +1,7 @@ +{% extends "digital_glarus/base.html" %} {% load staticfiles %} - - - - - - - - - - - - - - Digital.Glarus - {% block title %}Welcome{% endblock %} - - - - - - - - - - - - - - - - - - - -
Digital.Glarus
-
#1 IT Valley of Switzerland | Luchsingen, 8775 GL Switzerland | From 2015.12.25
- - - - -
- +{% block content %}
@@ -171,7 +90,7 @@

how to realize


-

At the moment we at ungleich are talking to authorities and  sponsors. It is crucial to build up some basic infrastructure and  attract early adopters. Building a community (meetup alike)  can be helpful, but competitive pricing as well as superior infrastructure are crucial for success.

+

At the moment we at ungleich are talking to authorities and  sponsors. It is crucial to build up some basic infrastructure and  attract early adopters. Building a community (meetup alike)  can be helpful, but competitive pricing as well as superior infrastructure are crucial for success.

Have you become interested in the project?

Contact us at

@@ -183,32 +102,4 @@

-
- - - - - - - - - - - - - - - - +{% endblock %}