diff --git a/homepage/pelicanconf.py b/homepage/pelicanconf.py index 51c8fcd..7fbb686 100644 --- a/homepage/pelicanconf.py +++ b/homepage/pelicanconf.py @@ -75,6 +75,7 @@ PATREON_URL = 'https://www.patreon.com/offen' LINKEDIN_URL = 'https://www.linkedin.com/company/hioffen' TWITTER_URL = 'https://twitter.com/hioffen' RELEASE_DIRECT_URL = 'https://get.offen.dev' +DOCKER_DIRECT_URL = '#' HEROKU_DIRECT_URL = 'https://heroku.com/deploy?template=https://github.com/offen/heroku/tree/master' OFFEN_ACCOUNT_ID = os.environ.get('OFFEN_ACCOUNT_ID', None) diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index 6e47357..f8c93f5 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -38,10 +38,13 @@ COLORS NEW color: #39352A; } .cclr-brd-black-mid { - color: #39352A; + border-color: #39352A; } /* White */ +.cclr-bg-white-dark { + background-color: #f9f7f2; +} .cclr-bg-white-fade { background: linear-gradient(218.39deg, #FFFFFF 1.47%, rgba(255, 255, 255, 0) 98.24%), #F3F0E7; } diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index 142c577..12fdbcc 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -165,7 +165,10 @@ {% else %} -
+
+
+ +

@@ -182,6 +185,10 @@ {{ BUILD_DATE }}

+ + + +
{% endif %}
diff --git a/homepage/theme/templates/getstarted.html b/homepage/theme/templates/getstarted.html index 64d2355..3e15ec5 100644 --- a/homepage/theme/templates/getstarted.html +++ b/homepage/theme/templates/getstarted.html @@ -3,40 +3,50 @@ {% set is_getstarted = 'true' %} {% block content %} -
-
-
-

- Test Offen today +
+
+
+

+ Get started

-

- Our alpha release is ready for testing. Offen is free and always will be. -

-

- Be aware that things can still contain issues and that the upgrade path may be broken with upcoming releases. -

+

+ Choose your favorite way to self host Offen. +

+
-

+

Single binary file
for Linux, Windows or MacOS

- Download -

- Your own Offen instance + Download + +

+ Your own instance in Docker
development environment

- Deploy to Heroku + Deploy with Docker + +

+ Your own instance on Heroku +

+ Deploy to Heroku
-
-

- Kick things off -

-

- Running a website and want to collect usage statistics? Like to contribute as a developer? Our Docs will help you kick off. + + +

+ Be aware that things can still contain issues and that the upgrade path may be broken with upcoming releases.

+
+ + + + +

+ Read the docs. +

-

- Details on how to
run, use and develop Offen +

+ Details on how to
install and run Offen

- Open Docs + Open Docs