From e0f2258943812b6db1573feb7bc2615622a7779e Mon Sep 17 00:00:00 2001 From: hendr-ik Date: Fri, 10 Nov 2023 12:43:18 +0100 Subject: [PATCH] layout 5 --- website/theme/static/css/styles.css | 10 ++++++-- website/theme/templates/base.html | 2 +- website/theme/templates/index.html | 37 ++++++++++++++++++++--------- 3 files changed, 35 insertions(+), 14 deletions(-) diff --git a/website/theme/static/css/styles.css b/website/theme/static/css/styles.css index b15b7fc..1265552 100644 --- a/website/theme/static/css/styles.css +++ b/website/theme/static/css/styles.css @@ -1,9 +1,12 @@ /* --------------------------------------------------- COLORS ----------------------------------------------------*/ -.colorBrown { +.colorWine { color: #4B1202; } +.colorOrange { + color: #E9500A; +} .colorSalmon { color: #F5BEA7; } @@ -16,6 +19,9 @@ COLORS .bgColorOrange { background-color: #E9500A; } +.bgColorSalmon { + background-color: #F5BEA7; +} .bgColorWhite { background-color: #FAFEFF; } @@ -24,7 +30,7 @@ COLORS LAYOUT ----------------------------------------------------*/ .splashContent { - min-height: 100vh; + min-height: 85vh; } .splashCta { position: -webkit-sticky; diff --git a/website/theme/templates/base.html b/website/theme/templates/base.html index db34442..9c5130e 100644 --- a/website/theme/templates/base.html +++ b/website/theme/templates/base.html @@ -31,7 +31,7 @@ --> {% endblock %} - +
{% block content %}{% endblock %} diff --git a/website/theme/templates/index.html b/website/theme/templates/index.html index ecb66d9..101ec15 100644 --- a/website/theme/templates/index.html +++ b/website/theme/templates/index.html @@ -20,9 +20,9 @@
-

+

We think up, create and ship software for organisations and individuals who embrace societal change. -

+

@@ -34,21 +34,36 @@ -
+ +
+
-

+ +

Humane computer programs -

-

- The world is in flux, and it’s a unique opportunity to facilitate change for the better. We want to enable the makers that are driving this change by providing them with independent, fair and tailor made software that meet the highest standards when it comes to transparency, integrity and privacy. We think of these as humane computer programs. + +

+ The world is in flux, and it’s a unique opportunity to facilitate change for the better.

-

+

+ We want to enable the makers that are driving this change by providing them with independent, fair and tailor made software that meet the highest standards when it comes to transparency, integrity and privacy. +

+ +

Simple, resilient and accessible -

-

- Located in Berlin, we’re a small, reliable and well-rehearsed team of seniors that can take care of your software project from first brainstorming to going live. Working fully open source allows us to be transparent, keep in touch with the community, and contribute back to an ever growing common body of freely available knowledge. Our clients value simple, resilient and accessible tools that are effortless to run and maintain, and that everyone can use, reuse and benefit from. + +

+ Located in Berlin, we’re a small, reliable and well-rehearsed team of seniors that can take care of your software project from first brainstorming to going live.

+

+ Working fully open source allows us to be transparent, keep in touch with the community, and contribute back to an ever growing common body of freely available knowledge. +

+

+ Our clients value simple, resilient and accessible tools that are effortless to run and maintain, and that everyone can use, reuse and benefit from. +

+
+
{% endblock %}