diff --git a/digitalglarus/static/digitalglarus/css/agency.css b/digitalglarus/static/digitalglarus/css/agency.css index 5832c46b..f66ce70c 100755 --- a/digitalglarus/static/digitalglarus/css/agency.css +++ b/digitalglarus/static/digitalglarus/css/agency.css @@ -67,6 +67,12 @@ h6 { font-size: 18px; } +@media only screen and (max-width: 400px){ + h1, h2 { + font-size: 20px; + } +} + .portfolio-caption-white { text-transform: uppercase; font-family:"Montserrat","Helvetica Neue",Helvetica, Arial,sans-serif; diff --git a/digitalglarus/static/digitalglarus/css/history.css b/digitalglarus/static/digitalglarus/css/history.css index 7d40d226..91de1abf 100644 --- a/digitalglarus/static/digitalglarus/css/history.css +++ b/digitalglarus/static/digitalglarus/css/history.css @@ -5,7 +5,7 @@ header { text-align: center; color: #fff; background-attachment: scroll; - background-image: url(../img/header_bg_4.png); + background-image: url(../img/header_bg_2.png); background-position: center center; background-repeat: none; -webkit-background-size: cover; @@ -14,6 +14,11 @@ header { -o-background-size: cover; } +header.history { + background-image: url(../img/header_bg_4.png); +} + + .supportus { background-image: url(../img/bal_header.png); text-align: center; diff --git a/digitalglarus/templates/digitalglarus/history.html b/digitalglarus/templates/digitalglarus/history.html index 67a0489a..ae407d34 100755 --- a/digitalglarus/templates/digitalglarus/history.html +++ b/digitalglarus/templates/digitalglarus/history.html @@ -118,7 +118,8 @@
-
+ +
Digital Glarus
In der Au 7 Schwanden 8762 Switzerland diff --git a/digitalglarus/templates/digitalglarus/membership_payment.html b/digitalglarus/templates/digitalglarus/membership_payment.html index 6f5dd384..cd635c5a 100644 --- a/digitalglarus/templates/digitalglarus/membership_payment.html +++ b/digitalglarus/templates/digitalglarus/membership_payment.html @@ -18,6 +18,7 @@ padding: .5em; padding-right: 1.5em } +
@@ -97,9 +98,10 @@ I accept the Digital Glarus Terms and Conditions, Community Guidelines and Privacy Policy - -
- +
+
+ +
-
-
- + + + + +
@@ -137,39 +142,37 @@

What we do with your support

-
-
-
+
+
{% for post in post_list %} {% include "ungleich/djangocms_blog/includes/blog_item.html" with post=post image="true" TRUNCWORDS_COUNT=TRUNCWORDS_COUNT %} {% endfor %} -
- -
-
+
+ - + + +
-
-
-
- Digital Glarus
- In der Au 7 Schwanden 8762 Switzerland -
info@digitalglarus.ch +
+
+
+
+ Digital Glarus
+ In der Au 7 Schwanden 8762 Switzerland +
info@digitalglarus.ch
(044) 534-66-22 +

 

+
+

 

- -
-

 

-
-
+
+
+
{% endblock %} \ No newline at end of file diff --git a/digitalglarus/templates/new_base_glarus.html b/digitalglarus/templates/new_base_glarus.html index d348b75a..7c049356 100644 --- a/digitalglarus/templates/new_base_glarus.html +++ b/digitalglarus/templates/new_base_glarus.html @@ -7,7 +7,8 @@ - + + @@ -79,6 +80,39 @@ margin: 0px; color:white; } + + @media only screen and (min-width: 769px){ + .dropdown.home-dropdown-mobile { + display: none; + } + .dropdown.home-dropdown { + display: block; + } + } + + @media only screen and (max-width: 768px){ + .dropdown.home-dropdown-mobile { + display: block; + background-color: + } + + .dropdown.home-dropdown-mobile .dropdown-menu{ + display: block; + background-color: #0f1221; + } + + .dropdown.home-dropdown-mobile .dropdown-menu li a { + color:white; + } + .dropdown.home-dropdown-mobile .dropdown-menu li a:hover { + color: #0f1221; + } + + .dropdown.home-dropdown { + display: none; + } + } + {% block extra_css %} {% endblock %} @@ -113,9 +147,6 @@
  • history
  • -
  • - support us -
  • BLOG
  • @@ -124,6 +155,29 @@ {% if request.user.is_authenticated %} + +