From bb8195bc0a16e82f4194d36b3be7d6afef81369a Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Wed, 29 Nov 2017 02:56:31 +0530 Subject: [PATCH] contact section background, logos width --- .../static/ungleich_page/css/agency.css | 42 +++++++++++++--- .../static/ungleich_page/css/ungleich.css | 22 ++++---- .../ungleich_page/includes/_contact_us.html | 5 +- .../ungleich_page/includes/_portfolio.html | 2 +- .../ungleich_page/includes/_services.html | 2 +- .../ungleich_page/includes/_softwares.html | 50 +++++++++---------- .../ungleich_page/includes/_team.html | 8 +-- 7 files changed, 79 insertions(+), 52 deletions(-) diff --git a/ungleich_page/static/ungleich_page/css/agency.css b/ungleich_page/static/ungleich_page/css/agency.css index e5d30bc0..cccc1de6 100755 --- a/ungleich_page/static/ungleich_page/css/agency.css +++ b/ungleich_page/static/ungleich_page/css/agency.css @@ -13,6 +13,14 @@ body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; } +.row-eq-height { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + flex-wrap: wrap; +} + .text-muted { color: #494949; font-family: 'Raleway' , "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; @@ -345,7 +353,7 @@ section { section h2.section-heading { margin-top: 0; margin-bottom: 15px; - font-size: 18px; + font-size: 22px; color: #494949; } @@ -705,10 +713,16 @@ aside.clients img { } section#contact { - background-color: #222; - background-image: url(../img/map-image.png); - background-position: center; - background-repeat: no-repeat; + position: relative; + background: rgba(0,0,0,0.75); +} + +section#contact .bg_img { + filter: blur(1px); +} + +section#contact a { + color: #79bcf7; } section#contact .section-heading { @@ -717,8 +731,11 @@ section#contact .section-heading { } @media(max-width:767px) { + aside.clients img { + margin: 20px auto; + } section#contact .section-heading { - font-size: 20px; + font-size: 24px; } section#contact .intro-smallcap { font-size: 18px; @@ -943,7 +960,7 @@ section h3.section-comment { @media (min-width: 740px) { .carousel-inner, .text-carousel .carousel-inner { - min-height: 225px; + min-height: 225px; } } @@ -952,7 +969,16 @@ section h3.section-comment { font-family:'Raleway' , Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size : 20px; font-weight : 100; - lign-heignt: 2px; color : #666; text-align : center; +} + +@media (max-width: 767px) { + .carousel-text { + height: 220px; + overflow: scroll; + } + .carousel-author { + height: 72px; + } } \ No newline at end of file diff --git a/ungleich_page/static/ungleich_page/css/ungleich.css b/ungleich_page/static/ungleich_page/css/ungleich.css index 623060b3..6a00c584 100644 --- a/ungleich_page/static/ungleich_page/css/ungleich.css +++ b/ungleich_page/static/ungleich_page/css/ungleich.css @@ -165,17 +165,6 @@ justify-content: flex-end; } -.header_slider > .carousel .bg_img { - position: absolute; - top: 0; - left: 0; - z-index: -1; - width: 100%; - height: 100%; - background-size: cover; - background-position: center; -} - .header_slider .intro-cap { text-align: right; line-height: 1.1; @@ -226,6 +215,17 @@ } } +.bg_img { + position: absolute; + top: 0; + left: 0; + z-index: -1; + width: 100%; + height: 100%; + background-size: cover; + background-position: center; +} + .timeline>li .timeline-panel { display: flex; flex-direction: column; diff --git a/ungleich_page/templates/ungleich_page/includes/_contact_us.html b/ungleich_page/templates/ungleich_page/includes/_contact_us.html index 2a2ef246..1038f358 100644 --- a/ungleich_page/templates/ungleich_page/includes/_contact_us.html +++ b/ungleich_page/templates/ungleich_page/includes/_contact_us.html @@ -2,6 +2,7 @@ {% load i18n %}
+
@@ -12,13 +13,13 @@ {{ message }}
{% endfor %} -

{% trans "Contact Us" %}

+

{% trans "Contact Us" %}

{% trans "Join us at" %} {% trans "Digital Glarus" %}, {% trans "a great co-working space in the middle of Alps!" %}
{% trans "You can contact us at" %}

- info@ungleich.ch + info@ungleich.ch

(044) 534-66-22

diff --git a/ungleich_page/templates/ungleich_page/includes/_portfolio.html b/ungleich_page/templates/ungleich_page/includes/_portfolio.html index db5ce56e..7ea376b1 100644 --- a/ungleich_page/templates/ungleich_page/includes/_portfolio.html +++ b/ungleich_page/templates/ungleich_page/includes/_portfolio.html @@ -4,7 +4,7 @@
-

{% trans "Our Products" %}

+

{% trans "Our Products" %}

{% blocktrans %}Our products include an innovative datacenter,
affordable VM hosting, and high speed fiber internet for canton Glarus.{% endblocktrans %}

diff --git a/ungleich_page/templates/ungleich_page/includes/_services.html b/ungleich_page/templates/ungleich_page/includes/_services.html index 55db52f1..3f2311f0 100644 --- a/ungleich_page/templates/ungleich_page/includes/_services.html +++ b/ungleich_page/templates/ungleich_page/includes/_services.html @@ -4,7 +4,7 @@
-

{% trans "our services" %}

+

{% trans "our services" %}

{% trans "We support our clients in all areas of Unix infrastructure." %}
{% trans "Our top notch configuration management is refreshingly simple and reliable." %} diff --git a/ungleich_page/templates/ungleich_page/includes/_softwares.html b/ungleich_page/templates/ungleich_page/includes/_softwares.html index b5ece4d8..2af2a3e1 100644 --- a/ungleich_page/templates/ungleich_page/includes/_softwares.html +++ b/ungleich_page/templates/ungleich_page/includes/_softwares.html @@ -2,112 +2,112 @@