diff --git a/.gitignore b/.gitignore index 945a79ac..7c3c3235 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,6 @@ media/* !media/keep CACHE/ -static/ \#*# .\#* @@ -27,5 +26,4 @@ node_modules/ ungleich.db *~* -static/ secret-key diff --git a/digitalglarus/static/digitalglarus/img/price_1.jpg b/digitalglarus/static/digitalglarus/img/price_1.jpg new file mode 100644 index 00000000..ba53b28d Binary files /dev/null and b/digitalglarus/static/digitalglarus/img/price_1.jpg differ diff --git a/digitalglarus/templates/digitalglarus/about.html b/digitalglarus/templates/digitalglarus/about.html index 028d623c..6aa4a185 100755 --- a/digitalglarus/templates/digitalglarus/about.html +++ b/digitalglarus/templates/digitalglarus/about.html @@ -3,57 +3,70 @@ {% block title %}About{% endblock %} {% block content %} -
-
-
-
-

why - Us? -

-
-
-
- -
-
-

We, the ungleich GmbH, were founded 2013 in Switzerland - however our first incarnation in Germany dates back to 2000. - We have long knowledge in tech industry, and have extensive networks with small to medium tech companies in Switzerland, because we are one of them. We have been working at coworking spaces with these small to medium sized IT companies ; tech-savvy and flexible, tech companies have open culture in work environment, and very often experience difficulty in letting their employees be as creative as possible. We understand and share their needs and problems. This is how we came up with a solution of our own, of finding and providing an attractive working space for technology companies in Switzerland.

-
-
-
-
- -
-
-
-
-

why - glarus? -

-
-
-
- -

BEAUTIFUL - landscape -

-
-
- -

AFFORDABLE - price

-
-
- -

direct - connection to zurich -

-
-
-
-
- +
+
+
+
+

why + Us? +

+
- +
+ +
+
+

+ We, the ungleich GmbH, were founded 2013 in Switzerland - + however our first incarnation in Germany dates back to 2000. + We have long knowledge in tech industry, and have extensive + networks with small to medium tech companies in Switzerland, + because we are one of them. We have been working at coworking + spaces with these small to medium sized IT companies ; + tech-savvy and flexible, tech companies have open culture in + work environment, and very often experience difficulty in + letting their employees be as creative as possible. We + understand and share their needs and problems. This is how we + came up with a solution of our own, of finding and providing + an attractive working space for technology companies + in Switzerland. +

+
+
+
+
+ +
+
+
+
+

why + glarus? +

+
+
+
+ +

BEAUTIFUL + landscape +

+
+
+ +

AFFORDABLE + price

+
+
+ +

direct + connection to zurich +

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