From 09840a6523b9c1f68ea1d1c30b317a23baca5caa Mon Sep 17 00:00:00 2001 From: hendr-ik Date: Fri, 10 Nov 2023 00:07:51 +0100 Subject: [PATCH] layout 3 --- website/theme/static/css/styles.css | 13 +++++++++- website/theme/templates/index.html | 39 ++++++++++++++++------------- 2 files changed, 34 insertions(+), 18 deletions(-) diff --git a/website/theme/static/css/styles.css b/website/theme/static/css/styles.css index 28d88ec..e4b2bac 100644 --- a/website/theme/static/css/styles.css +++ b/website/theme/static/css/styles.css @@ -17,6 +17,17 @@ COLORS /* --------------------------------------------------- LAYOUT ----------------------------------------------------*/ +.mainContainer { + min-height:2000px; +} +.mainContent { + min-height:900px; +} +.mainCta { + position:-webkit-sticky; + position:sticky; + bottom:0; +} .paddingExtra { padding-left: 0; padding-right: 0; @@ -34,6 +45,7 @@ LAYOUT padding-left: 3rem; } + /* --------------------------------------------------- TYPOGRAPHY ----------------------------------------------------*/ @@ -44,7 +56,6 @@ TYPOGRAPHY letter-spacing: 0.15em; } - /* --------------------------------------------------- IMAGES ----------------------------------------------------*/ diff --git a/website/theme/templates/index.html b/website/theme/templates/index.html index 4f4c1f9..a222d1b 100644 --- a/website/theme/templates/index.html +++ b/website/theme/templates/index.html @@ -2,23 +2,28 @@ {% set index = True %} {% block content %} -
-

- offen.software -

-
-
- pattern -
-
-

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

-
-
-
- Learn more +
+
+
+

+ offen.software +

+
+
+ pattern +
+
+

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

+
+
+
+
+ +
- {% endblock %}