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 %}