diff --git a/digitalglarus/templates/digitalglarus/base.html b/digitalglarus/templates/digitalglarus/base.html index 94e0748b..ffa30f3f 100644 --- a/digitalglarus/templates/digitalglarus/base.html +++ b/digitalglarus/templates/digitalglarus/base.html @@ -11,7 +11,7 @@ - Digital.Glarus - {% block title %}Welcome{% endblock %} + Digital Glarus - {% block title %}Welcome{% endblock %} @@ -43,7 +43,7 @@ -
Digital.Glarus
+
Digital Glarus
#1 IT Valley of Switzerland | Luchsingen, 8775 GL Switzerland | From 2015.12.25
@@ -58,7 +58,7 @@ - digital.Glarus + Digital Glarus @@ -90,11 +90,11 @@

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

- digital.glarus@ungleich.ch // +41 (0) 44 534 66 22 + digitalglarus@ungleich.ch // +41 (0) 44 534 66 22

 

diff --git a/digitalglarus/templates/digitalglarus/index.html-full-index-plus-template b/digitalglarus/templates/digitalglarus/index.html-full-index-plus-template deleted file mode 100644 index 15628d07..00000000 --- a/digitalglarus/templates/digitalglarus/index.html-full-index-plus-template +++ /dev/null @@ -1,214 +0,0 @@ -{% load staticfiles %} - - - - - - - - - - - - - - - Digital.Glarus - {% block title %}Welcome{% endblock %} - - - - - - - - - - - - - - - - - - - -
Digital.Glarus
-
#1 IT Valley of Switzerland | Luchsingen, 8775 GL Switzerland | From 2015.12.25
- - - - -
- -
-
-
- -

- Welcome to -

-

digital.Glarus

-
-

- By - ungleich gmbh - -

-
-
-
- -
-
-
-
-

Build a tech valley in the heart of switzerland

-
- -
-

Digital Glarus, this is how we call the new home for high tech companies. Located south of Zurich, it has unique features you can not find anywhere else in Switzerland.

-

The combination of beautiful landscape, recreational areas as well as having high speed Internet connections and huge variety of great food offers forms what we call "Digital Glarus".

-

The valley also knows as "Glarnerland" is featured by many gorgeous, eye-catching buildings from former industrial area.

-

In fact, Glarnerland may be the valley to contain most well preserved antique houses equipped with fitting high quality old age furniture (those you always look at in expensive shops, but never buy - this is how people live here).

-

 

-
-
-
- -
-
-
-
-

a new area -

-
-

While you can imagine that the old factories, many of them being weaving mills, are not business anymore, their heritage suits exactly what the tech society of Switzerland requires: Great and affordable place for computer scientists.

-

Instead of having the old falling apart, we are thinking of building the new tech centre of Switzerland by converting old, abandoned factory halls into attractive working places.

-

But what is attractive to a computer scientist? Pizza, Coke and fast Internet? The latter is a still true, though computer scientists in Switzerland are more orientated on living healthy, which is exactly what Glarnerland can provide.

-
-
-
- -
-
-
-
-

Why would anyone be interested in it?

-
-

The current de-facto tech centre of Switzerland, Zurich, is overpopulated with an average of less than 0.1% free apartments. Furthermore it is expensive and loud. Although the high concentration of people may be helpful to find customers, most tech companies are making their business in the Internet and are not affected by the change. While you can imagine that the old factories, many of them being weaving mills, are not business anymore, their heritage suits exactly what the tech society of Switzerland requires: Great and affordable place for computer scientists.

-

In fact development is hampered by the costs companies and developers have to carry, distracting them from the real work they plan to do.

-

While some investment is required to be attractive to tech companies, given the potential of reuse of infrastructure, the costs are estimated to be low and can be a key factor in the development of the Canton Glarus.

-
-
-
-
-
-
-
-

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.

-

Have you become interested in the project? -

Contact us at
-
- digital.glarus@ungleich.ch // +41 (0) 44 534 66 22 -

-

-

 

-
-
-
- -
- - - - - - - - - - - - - - - - diff --git a/digitalglarus/templates/digitalglarus/index.html-orig b/digitalglarus/templates/digitalglarus/index.html-orig deleted file mode 100644 index 85bd3198..00000000 --- a/digitalglarus/templates/digitalglarus/index.html-orig +++ /dev/null @@ -1,23 +0,0 @@ - -{% extends "base.html" %} - - -{% if error_message %}

{{ error_message }}

{% endif %} - -
- {% csrf_token %} - {{ form }} - -
- -{% if message_list %} - -{% else %} -

No messages are available.

-{% endif %} - - diff --git a/dynamicweb/settings.py b/dynamicweb/settings.py index 27e19529..1b5ae0a5 100644 --- a/dynamicweb/settings.py +++ b/dynamicweb/settings.py @@ -43,7 +43,11 @@ DEBUG = False ALLOWED_HOSTS = [ ".ungleich.ch", - "digital.glarus.ungleich.ch" ] + "digital.glarus.ungleich.ch" , + "rails-hosting.ch", + "django-hosting.ch", + "node-hosting.ch" +] # Application definition