From e174217f67b4f8adcf5e4dc1050f6b9f1131e34e Mon Sep 17 00:00:00 2001 From: hendr-ik Date: Thu, 9 Nov 2023 20:40:55 +0100 Subject: [PATCH] layout 1 --- website/theme/static/css/styles.css | 11 +++++++++++ website/theme/static/images/gfx-index.svg | 13 +++++++++++++ website/theme/templates/base.html | 4 ++-- website/theme/templates/index.html | 19 +++++++++++++------ 4 files changed, 39 insertions(+), 8 deletions(-) create mode 100644 website/theme/static/images/gfx-index.svg diff --git a/website/theme/static/css/styles.css b/website/theme/static/css/styles.css index 9c6b036..f9f2481 100644 --- a/website/theme/static/css/styles.css +++ b/website/theme/static/css/styles.css @@ -7,9 +7,20 @@ COLORS .color-extra { color: #F5BEA7; } +/* --------------------------------------------------- +LAYOUT +----------------------------------------------------*/ + + /* --------------------------------------------------- TYPOGRAPHY ----------------------------------------------------*/ .trackedWide { letter-spacing: 0.04em; } +/* --------------------------------------------------- +IMAGES +----------------------------------------------------*/ +.imageCrop { + object-fit: none; +} diff --git a/website/theme/static/images/gfx-index.svg b/website/theme/static/images/gfx-index.svg new file mode 100644 index 0000000..aa215e3 --- /dev/null +++ b/website/theme/static/images/gfx-index.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/website/theme/templates/base.html b/website/theme/templates/base.html index 4fd0b45..d038c0e 100644 --- a/website/theme/templates/base.html +++ b/website/theme/templates/base.html @@ -31,10 +31,10 @@ --> {% endblock %} - +
-
+
{% block content %}{% endblock %}
diff --git a/website/theme/templates/index.html b/website/theme/templates/index.html index 8d75580..1274079 100644 --- a/website/theme/templates/index.html +++ b/website/theme/templates/index.html @@ -2,10 +2,17 @@ {% set index = True %} {% block content %} -

- offen.software -

-

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

+
+

+ offen.software +

+
+
+ pattern +
+
+

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

+
{% endblock %}