diff --git a/ungleich_page/static/ungleich_page/js/ungleich.js b/ungleich_page/static/ungleich_page/js/ungleich.js
index e5e4ed34..ca6a71e3 100644
--- a/ungleich_page/static/ungleich_page/js/ungleich.js
+++ b/ungleich_page/static/ungleich_page/js/ungleich.js
@@ -2,16 +2,16 @@
$(function(){
new WOW().init();
- $('.img-toggle').one('mouseover', toggleImage);
+ $('.img-toggle').one('mouseenter', toggleImage);
});
function toggleImage(e) {
var $this = $(this),
toggle_img = $this.attr('data-replaced'),
current_img = $this.attr('src');
- $this.fadeOut(600, function() {
+ $this.fadeOut(200, function() {
$this.attr('src', toggle_img);
$this.attr('data-replaced', current_img);
- $this.fadeIn(900);
+ $this.fadeIn(300);
});
};
diff --git a/ungleich_page/templates/ungleich_page/includes/_about.html b/ungleich_page/templates/ungleich_page/includes/_about.html
index 0b8218d9..b2bd393f 100644
--- a/ungleich_page/templates/ungleich_page/includes/_about.html
+++ b/ungleich_page/templates/ungleich_page/includes/_about.html
@@ -1,5 +1,4 @@
-{% load static %}
-{% load i18n %}
+{% load static i18n %}
{% trans "ungleich founded" %} {% trans "in Switzerland" %} {% trans "in Switzerland" %}
{% trans "Join us at" %} {% trans "Digital Glarus" %},
+ href="{% url 'digitalglarus:landing' %}">{% trans "Digital Glarus" %},
{% trans "a great co-working space in the middle of Alps!" %}
{% trans "You can contact us at" %}
info@ungleich.ch
@@ -62,12 +62,6 @@
-->
-
{% trans "We offer the most affordable hosting in Switzerland. Data Center Light has full FOSS stack, 100% IPv6 and 100% SSD. Choose any configuration among CentOS, Debian, Ubuntu, Devuan, and FreeBSD." %}
{% trans "Ready to go live with your Ruby on Rails application? We offer you ready-to-deploy virtual machines or configure your existing infrastructure for Ruby on Rails." %}
-
{% trans "Ruby on Rails. Java hosting, Django hosting, we make it everything run smooth and safe." %}
++
{% trans "Ruby on Rails. Java hosting, Django hosting, we make it everything run smooth and safe." %}
-
{% trans "Ruby on Rails, Django, Java, Webserver, Mailserver, any infrastructure that needs to configured, we provide comprehensive solutions. Amazon, rackspace or bare metal servers, we configure for you." %}
-+
+
{% trans "Ruby on Rails, Django, Java, Webserver, Mailserver, any infrastructure that needs to configured, we provide comprehensive solutions. Amazon, rackspace or bare metal servers, we configure for you." %}
{% trans "Let your developers develop! We take care of your system administration. Gentoo, Archlinux, Debian, Ubuntu, and many more." %}
++
{% trans "Let your developers develop! We take care of your system administration. Gentoo, Archlinux, Debian, Ubuntu, and many more." %}