diff --git a/datacenterlight/cms_models.py b/datacenterlight/cms_models.py index 8c9ae740..0f46e831 100644 --- a/datacenterlight/cms_models.py +++ b/datacenterlight/cms_models.py @@ -160,7 +160,7 @@ class DCLNavbarDropdownPluginModel(CMSPlugin): class DCLContactPluginModel(CMSPlugin): heading = models.CharField(max_length=100, default="Contact", blank=True) organization_name = models.CharField( - max_length=100, default="ungleich GmbH", blank=True + max_length=100, default="ungleich glarus ag", blank=True ) email = models.EmailField(max_length=200, default="info@ungleich.ch") address = models.CharField( @@ -176,7 +176,7 @@ class DCLContactPluginModel(CMSPlugin): class DCLFooterPluginModel(CMSPlugin): copyright_label = models.CharField( - max_length=100, default='ungleich GmbH', blank=True, + max_length=100, default='ungleich glarus ag', blank=True, help_text='Name of the company alongside the copyright year' ) diff --git a/datacenterlight/templates/datacenterlight/base.html b/datacenterlight/templates/datacenterlight/base.html index 8bdfb65f..75cb8de2 100644 --- a/datacenterlight/templates/datacenterlight/base.html +++ b/datacenterlight/templates/datacenterlight/base.html @@ -9,7 +9,7 @@ - + Data Center Light - {% block title %}VM hosting made in Switzerland{% endblock %} diff --git a/datacenterlight/templates/datacenterlight/base_hosting.html b/datacenterlight/templates/datacenterlight/base_hosting.html index 7e4f7fac..1f8bf1d9 100644 --- a/datacenterlight/templates/datacenterlight/base_hosting.html +++ b/datacenterlight/templates/datacenterlight/base_hosting.html @@ -9,7 +9,7 @@ - + Data Center Light - {% block title %}VM hosting made in Switzerland{% endblock %} @@ -57,7 +57,7 @@ {% if request.user.is_authenticated %} {% else %} diff --git a/datacenterlight/templates/datacenterlight/cms/base.html b/datacenterlight/templates/datacenterlight/cms/base.html index 79bb2bef..0c356735 100644 --- a/datacenterlight/templates/datacenterlight/cms/base.html +++ b/datacenterlight/templates/datacenterlight/cms/base.html @@ -9,7 +9,7 @@ - + {% page_attribute page_title %} diff --git a/datacenterlight/templates/datacenterlight/includes/_footer.html b/datacenterlight/templates/datacenterlight/includes/_footer.html index 4a2d8786..8643deda 100644 --- a/datacenterlight/templates/datacenterlight/includes/_footer.html +++ b/datacenterlight/templates/datacenterlight/includes/_footer.html @@ -39,6 +39,6 @@ - + diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index 275292d5..d5236324 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -426,6 +426,7 @@ footer { right: 0; bottom: 0; left: 0; + font-weight: 300; } p.copyright { diff --git a/hosting/templates/hosting/base_short.html b/hosting/templates/hosting/base_short.html index 2a1e645c..9c1538db 100644 --- a/hosting/templates/hosting/base_short.html +++ b/hosting/templates/hosting/base_short.html @@ -63,7 +63,7 @@ {% if request.user.is_authenticated %} {% else %} diff --git a/hosting/templates/hosting/includes/_footer.html b/hosting/templates/hosting/includes/_footer.html index 24f4cea6..a74e529f 100644 --- a/hosting/templates/hosting/includes/_footer.html +++ b/hosting/templates/hosting/includes/_footer.html @@ -1,5 +1,5 @@ -{% load staticfiles %} {% load i18n %} +