diff --git a/homepage/content/articles/0030-milestone-2.md b/homepage/content/articles/0030-milestone-2.md index da7ad03..ebe15f0 100644 --- a/homepage/content/articles/0030-milestone-2.md +++ b/homepage/content/articles/0030-milestone-2.md @@ -33,10 +33,10 @@ The current state of *Offen runs on this domain.* You should have noticed our co ### Testdrive on your system Whether you are a developer that want to contribute or a website operator that wants to test Offen. Have a demo up and running in no time on your local machine. Download and install a single binary file on Linux, Windows or MacOS. -[Download demo](https://github.com/offen/offen/releases/download/v0.1.0-alpha.1/offen-v0.1.0-alpha.1.tar.gz){: target="_blank" data-button="yellow"} +[Download demo](https://github.com/offen/offen/releases/download/v0.1.0-alpha.2/offen-v0.1.0-alpha.2.tar.gz){: data-button="yellow"} ### Feeling adventurous? -Offen is under active development but with the introduction of the user consent banner has become usable for the general public. If you are brave enough you can use our [very first alpha release](https://github.com/offen/offen/releases/tag/v0.1.0-alpha.1){: target="_blank"} in a production environment. +Offen is under active development but with the introduction of the user consent banner has become usable for the general public. If you are brave enough you can use our [very first alpha release](https://github.com/offen/offen/releases/tag/v0.1.0-alpha.2){: target="_blank"} in a production environment. ### We need to talk about Safari Currently, the way we store encryption keys securely on the client side does not work in Apple's Safari browser. Fortunately, our improved opt-in flow will allow us to resume Safari support in milestone 3. Please bear with us until then. diff --git a/homepage/content/pages/get-started.md b/homepage/content/pages/get-started.md index 454acbf..e1d6f65 100644 --- a/homepage/content/pages/get-started.md +++ b/homepage/content/pages/get-started.md @@ -1,4 +1,5 @@ title: Get started | Offen -description: temp +description: Want to collect usage statistics transparently? Like to contribute as a developer? Download our latest release and learn how to run, use and develop Open. slug: get-started template: getstarted +sitemap_priority: 0.8 diff --git a/homepage/pelicanconf.py b/homepage/pelicanconf.py index d6d053f..050cefc 100644 --- a/homepage/pelicanconf.py +++ b/homepage/pelicanconf.py @@ -70,5 +70,7 @@ GPG_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc' PATREON_URL = 'https://www.patreon.com/offen' LINKEDIN_URL = 'https://www.linkedin.com/company/hioffen' TWITTER_URL = 'https://twitter.com/hioffen' +RELEASE_URL = 'https://github.com/offen/offen/releases/tag/v0.1.0-alpha.2' +RELEASE_DIRECT_URL = 'https://github.com/offen/offen/releases/download/v0.1.0-alpha.2/offen-v0.1.0-alpha.2.tar.gz' 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 4fba91f..a4daa11 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -75,10 +75,6 @@ LAYOUT width: 100%; } } -.get-started { - -} - /* --------------------------------------------------- diff --git a/homepage/theme/static/images/offen-logo-social-media.jpg b/homepage/theme/static/images/offen-logo-social-media.jpg index 5796ad1..4a9112f 100644 Binary files a/homepage/theme/static/images/offen-logo-social-media.jpg and b/homepage/theme/static/images/offen-logo-social-media.jpg differ diff --git a/homepage/theme/templates/getstarted.html b/homepage/theme/templates/getstarted.html index 303a12c..20b417d 100644 --- a/homepage/theme/templates/getstarted.html +++ b/homepage/theme/templates/getstarted.html @@ -3,9 +3,9 @@ {% set is_getstarted = 'true' %} {% block content %} -
+
-
+

Our alpha release @@ -18,17 +18,17 @@

Single binary file for
Linux, Windows or MacOS

- Download + Download

-
+
-
+

@@ -43,7 +43,7 @@

Details on how to run, use
and develop Offen

- Open guides + Open guides

diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index 09ce32b..716cc36 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -23,7 +23,7 @@ Offen is an open source analytics software for websites and web applications. It allows respectful handling of data for operators and users.

@@ -34,7 +34,7 @@
-
+

Free & Open

@@ -42,7 +42,7 @@ Anyone can audit our open source code to verify it works as intended. Offen will always be available for free.

-
+

Fair & Secure

@@ -50,7 +50,7 @@ Pay respect to your website visitors and gain insights as a user at the same time. All data is encrypted end-to-end.

-
+

Easy to use

@@ -95,19 +95,49 @@ {% block outro %} -
-
-
-
-

- Ethical internet -

-

- We're working hard to ensure that Offen is independent, cutting-edge and can be sustained for years to come. -

- Support us +
+
+
+
+

+ Our alpha release +

+

+ Offen is in active development. Do something brave and test our very first alpha release today. It’s free and always will be. +

+
+
+

+ Single binary file for
Linux, Windows or MacOS +

+ Download +
+
+
+
+
+
+

+ + Get started now + +

+

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

+ Open guides +
+
+
+
{% endblock %}