diff --git a/Changelog b/Changelog index 7e174401..d23979ae 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,12 @@ +1.0.20: 2017-07-18 + * #3590: [digitalglarus] Added impact hub partner logo and text in digitalglarus + [datacenterlight, hosting] Fixed overlapping of date and billing address in the mobile view + * #3580: [datacenterlight, hosting] Introduced newly designed payment page. Customized Stripe credit card input fields + * #3568: [all] Improved the way of adding Google analytics (ga) code. We now have ga code for ungleich, digitalglarus, blog, hosting + and datacenterlight + * #3564: [datacenterlight] Improved calculator form validations, both client side and server side + [datacenterlight] Changed "Place order" button to "Submit" in the payment page + * #3540: [datacenterlight] Improved credit card section with Stripe clarification texts and corresponding DE translations 1.0.19: 2017-07-09 * [blog] Added a space between "Posted on" and the "Date" * [datacenterlight, digitalglarus] Introduced Google Analytics for DCL and digitalglarus.ch diff --git a/datacenterlight/static/datacenterlight/css/landing-page.css b/datacenterlight/static/datacenterlight/css/landing-page.css index 5ceb5324..c9e1d12e 100755 --- a/datacenterlight/static/datacenterlight/css/landing-page.css +++ b/datacenterlight/static/datacenterlight/css/landing-page.css @@ -5,8 +5,8 @@ */ @font-face { - font-family: 'Lato-Regular'; - src: url('../fonts/Lato/Lato-Regular.ttf'); + font-family: 'Lato-Light'; + src: url('../fonts/Lato/Lato-Light.ttf'); } body, @@ -22,7 +22,7 @@ h3, h4, h5, h6 { - font-family: 'Lato', sans-serif; + font-family: 'Lato-Light', sans-serif; font-weight: 300; } @@ -137,13 +137,13 @@ h6 { .navbar-default .navbar-nav>li>a { cursor: pointer; - font-family: 'Lato-Regular', sans-serif; + font-family: 'Lato-Light', sans-serif; } .navbar-transparent .navbar-nav>li>a { color: #fff; cursor: pointer; - font-family: 'Lato-Regular', sans-serif; + font-family: 'Lato-Light', sans-serif; } .navbar-transparent .navbar-nav>li>a:hover { @@ -188,7 +188,7 @@ h6 { .navbar-transparent .nav-language .select-language { color: #fff; - font-family: 'Lato-Regular', sans-serif; + font-family: 'Lato-Light', sans-serif; } .nav-language .select-language span { @@ -214,7 +214,7 @@ h6 { text-align: center; border-radius: 4px; } - + .nav-language .drop-language a { cursor: pointer; font-family: 'Lato-Regular', sans-serif; @@ -227,7 +227,7 @@ h6 { .navbar-transparent .nav-language .drop-language a { color: #fff; - font-family: 'Lato-Regular', sans-serif; + font-family: 'Lato-Light', sans-serif; } .nav-language:hover .drop-language { @@ -253,7 +253,7 @@ h6 { bottom: 0; left: 0; right: 0; - background: rgba(90, 116, 175, 0.7); + background: rgba(38, 59, 107, 0.7); } .intro-header-1 { @@ -381,9 +381,15 @@ h6 { .split-section .split-text .lead { font-size: 21px; color: #3a3a3a; + font-weight: 300 !important; } -.split-section .split-text .split-title { +.new-lead { + font-weight: 300 !important; + font-size: 21px !important; +} + +.split-section .split-text .split-title{ position: relative; margin-bottom: 25px; } @@ -833,7 +839,7 @@ tech-sub-sec h2 { .dropdown-menu>li>a { font-size: 13px; font-weight: 300; - font-family: 'Lato-Regular', sans-serif; + font-family: 'Lato-Light', sans-serif; } .navbar-default .navbar-nav>.active>a, diff --git a/datacenterlight/templates/datacenterlight/includes/_navbar.html b/datacenterlight/templates/datacenterlight/includes/_navbar.html index 668dc723..da3e672c 100644 --- a/datacenterlight/templates/datacenterlight/includes/_navbar.html +++ b/datacenterlight/templates/datacenterlight/includes/_navbar.html @@ -48,6 +48,7 @@ {% endif %} +
{% trans "Affordable VM hosting based in Switzerland" %}
+{% trans "Affordable VM hosting based in Switzerland" %}
{% blocktrans %}Data Center Light is the child of free and open source software (FOSS) movement.
We grew up with it, live by it, and believe in it.
The more we work on our data center,
the more we contribute back to the FOSS community.{% endblocktrans %}
{% blocktrans %}Data Center Light is the child of free and open source software (FOSS) movement.
We grew up with it, live by it, and believe in it.
The more we work on our data center,
the more we contribute back to the FOSS community.{% endblocktrans %}
{% blocktrans %} Data Center Light uses the most modern technologies out there.
+
{% blocktrans %} Data Center Light uses the most modern technologies out there.
Your VM needs only IPv6. Data Center Light provides
transparent two-way IPv6/IPv4 translation.
{% endblocktrans %}
{% blocktrans %} No more spinning metal plates! Data Center Light uses only SSDs. We keep things faster and lighter. {% endblocktrans %}
+{% blocktrans %} No more spinning metal plates! Data Center Light uses only SSDs. We keep things faster and lighter. {% endblocktrans %}
{% trans "Actions speak louder than words. Let's do it, try our VM now." %}
+{% trans "Actions speak louder than words. Let's do it, try our VM now." %}