diff --git a/homepage/content/pages/get-started.md b/homepage/content/pages/get-started.md new file mode 100644 index 0000000..454acbf --- /dev/null +++ b/homepage/content/pages/get-started.md @@ -0,0 +1,4 @@ +title: Get started | Offen +description: temp +slug: get-started +template: getstarted diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index d70f7f3..b243db9 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -11,12 +11,18 @@ COLORS .brd-cclr-mid-yellow { border-color: #F7BF08; } -.cclr-bright-yellow { +.cclr-yellow-bright { background-color: #fde28c; } +.fnt-cclr-yellow-bright { + color: #fde28c; +} .cclr-mid-mint { background-color: #BBD9D3; } +.fnt-cclr-mint-bright { + color: #E2F6F2; +} .cclr-mid-black { background-color: #39352A; } @@ -100,6 +106,10 @@ em { background: linear-gradient(transparent 66%, #fde28c 66%); font-style: normal; } +.em-extra { + background: linear-gradient(transparent 66%, #BBD9D3 66%); + font-style: normal; +} hr { margin-left: -1rem; margin-right: -1rem; @@ -116,6 +126,9 @@ ul { padding-inline-start: 1rem; } } +.tracked-min { + letter-spacing: .03em; +} /* --------------------------------------------------- @@ -320,4 +333,3 @@ GRAPHICS #bg-cta-bottom { background: url(/theme/images/gfx-pattern-yellow-bright.svg) center; } - diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index dee3dd3..965217b 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -40,6 +40,7 @@
+ {% if is_getstarted != 'true' %} + {% endif %} @@ -74,6 +76,7 @@ {% endblock %} + {% if is_getstarted != 'true' %} {% block outro %}+ Offen is in active development. Do something brave and test our very first alpha release today. It’s free and always will be. +
++ Running a website and need to collect usage statistics? Want to contribute as a developer? Our guides will help you kick off. +
+
+ Details on how to run, use
and develop Offen
+