diff --git a/css/defaults.css b/css/defaults.css index 81da246..355b7b4 100644 --- a/css/defaults.css +++ b/css/defaults.css @@ -530,13 +530,21 @@ input::-moz-focus-inner { /* button stylized for community page ------------------------------------*/ .button5 { - background-color: #4e2230; + background-color: #50162D; + height: 35px; color:white; padding: 1.5% 2.5%; - border-radius: 15px; + border-radius: 5px; text-decoration: none; } +.button5:hover { + color: #3d4145; +} + +.button5:visited { + color: white; +} /* Forms */ diff --git a/css/style.css b/css/style.css index 3866c94..e2794d2 100644 --- a/css/style.css +++ b/css/style.css @@ -522,6 +522,14 @@ ul#nav li a:hover .ul#nav li ul { font-weight: bold; } +.two-col .columns:first-of-type.five { + margin-right: 8%; +} + +.two-col .columns:last-of-type.five { + margin-left: 8%; +} + /* three-col */ .three-col { @@ -549,8 +557,7 @@ ul#nav li a:hover .ul#nav li ul { /* fullbar */ .fullbar { - padding: 0px; - padding-bottom: 80px; + padding: 40px 0px; text-align: center; transform: skew(0deg, 1deg) translateY(-10px); margin-top: -60px; diff --git a/templates/de/partials/footer.html.twig b/templates/de/partials/footer.html.twig new file mode 100644 index 0000000..d21b74f --- /dev/null +++ b/templates/de/partials/footer.html.twig @@ -0,0 +1,19 @@ + diff --git a/templates/es/partials/footer.html.twig b/templates/es/partials/footer.html.twig new file mode 100644 index 0000000..fd1997f --- /dev/null +++ b/templates/es/partials/footer.html.twig @@ -0,0 +1,19 @@ + diff --git a/templates/fr/partials/footer.html.twig b/templates/fr/partials/footer.html.twig new file mode 100644 index 0000000..b869e0a --- /dev/null +++ b/templates/fr/partials/footer.html.twig @@ -0,0 +1,19 @@ + diff --git a/templates/it/partials/footer.html.twig b/templates/it/partials/footer.html.twig new file mode 100644 index 0000000..0f29216 --- /dev/null +++ b/templates/it/partials/footer.html.twig @@ -0,0 +1,19 @@ + diff --git a/templates/modular/2col-left.html.twig b/templates/modular/2col-left.html.twig deleted file mode 100644 index b877b43..0000000 --- a/templates/modular/2col-left.html.twig +++ /dev/null @@ -1,23 +0,0 @@ -
-
- -{% block content %} - {% set colsize = ['six', 'five'] %} -
-
- {% for key, column in page.content|split('
') %} -
- {{ column }} - {% if page.header.cloudclients %} - {% if colsize[key] == 'six' %} - {% include 'modular/cloudclients.html.twig' %} - {% endif %} - {% endif %} -
- {% endfor %} -
-
-{% endblock %} - -
-
diff --git a/templates/modular/2col-right.html.twig b/templates/modular/2col-right.html.twig deleted file mode 100644 index be6e278..0000000 --- a/templates/modular/2col-right.html.twig +++ /dev/null @@ -1,23 +0,0 @@ -
-
- -{% block content %} - {% set colsize = ['five', 'six'] %} -
-
- {% for key, column in page.content|split('
') %} -
- {{ column }} - {% if page.header.cloudclients %} - {% if colsize[key] == 'six' %} - {% include 'modular/cloudclients.html.twig' %} - {% endif %} - {% endif %} -
- {% endfor %} -
-
-{% endblock %} - -
-
diff --git a/templates/modular/2col.html.twig b/templates/modular/2col.html.twig index b48fe3e..72d9d86 100644 --- a/templates/modular/2col.html.twig +++ b/templates/modular/2col.html.twig @@ -1,13 +1,26 @@
-
+
{% block content %} - {% set colsize = ['five', 'five'] %} + +{% if page.header.wider_column == 'left' %} + {% set colsize = ['six', 'five'] %} +{% elseif page.header.wider_column == 'right' %} + {% set colsize = ['five', 'six'] %} +{% else %} + {% set colsize = ['six', 'six'] %} +{% endif %} +
{% for key, column in page.content|split('
') %}
{{ column }} + {% if page.header.cloudclients %} + {% if colsize[key] == 'six' %} + {% include 'modular/cloudclients.html.twig' %} + {% endif %} + {% endif %}
{% endfor %}
diff --git a/templates/modular/cloudclients.html.twig b/templates/modular/cloudclients.html.twig index 73bcb15..7fc6823 100644 --- a/templates/modular/cloudclients.html.twig +++ b/templates/modular/cloudclients.html.twig @@ -1,6 +1,6 @@
-
{{ page.header.text2 }}
+
{{ page.header.clients_title }}
{% for item in page.header.clients %}