diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index 43ffbe1..142c577 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -121,7 +121,8 @@ {% endblock %} {% endif %} -
+ {% if is_getstarted != 'true' %} +

@@ -131,7 +132,6 @@

for everyone

- {% if is_getstarted != 'true' %}

{{CONTACT_EMAIL}}

@@ -144,10 +144,8 @@

GitHub

- {% endif %}
- {% if is_getstarted != 'true' %}

Patreon

@@ -160,13 +158,32 @@

Legal Notice

- {% endif %}
{{ BUILD_DATE }}
+ {% else %} +
+
+
+

+ Offen +

+

Transparent web analytics

+

for everyone

+
+
+
+
+
+
+ {{ BUILD_DATE }} +
+
+
+ {% endif %}
{% block scripts %} {% assets filters="rjsmin", output="scripts/packed.js", "scripts/jquery-3.4.1.min.js", "scripts/menu.js", "scripts/fade.js" %} diff --git a/homepage/theme/templates/getstarted.html b/homepage/theme/templates/getstarted.html index c4d2d6e..025e891 100644 --- a/homepage/theme/templates/getstarted.html +++ b/homepage/theme/templates/getstarted.html @@ -3,55 +3,41 @@ {% set is_getstarted = 'true' %} {% block content %} -
-
-
-
-

- - Test Offen today - -

-

- 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. -

-
-
+
+
+
+

+ Test Offen today +

+

+ 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. +

+

Single binary file
for Linux, Windows or MacOS

- Download + Download

Your own Offen instance

- Deploy to Heroku + Deploy to Heroku
-
-
-
-
-
-
-
-

- - Kick things off - -

-

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

-
-
+
+

+ Kick things off +

+

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

+

Details on how to
run, use and develop Offen

- Open Docs + Open Docs
-
{% endblock %}