2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

update bottom cta

This commit is contained in:
Hendrik Niefeld 2020-08-06 11:02:17 +02:00
parent d8153ca80c
commit 58d59ad9aa
17 changed files with 20 additions and 11 deletions

View File

@ -5,6 +5,7 @@ slug: laying-foundation-for-fair-web-analytics
sitemap_priority: 0.6
image_url: /theme/images/offen-blog-0010-milestone1.jpg
author: Hendrik Niefeld
bottom_cta: blog
# Episode One — Laying the foundation for fair web analytics

View File

@ -5,6 +5,7 @@ slug: untold-roads-versioning-early-stage-software
sitemap_priority: 0.7
image_url: /theme/images/offen-blog-0020-untoldRoads.jpg
author: Frederik Ring
bottom_cta: blog
# Untold roads to v1.0

View File

@ -5,6 +5,7 @@ slug: collecting-data-securely
sitemap_priority: 0.6
image_url: /theme/images/offen-blog-0030-milestone-2.jpg
author: Hendrik Niefeld
bottom_cta: blog
# Episode Two — Collecting data securely

View File

@ -5,6 +5,7 @@ slug: test-offen-today
sitemap_priority: 0.7
image_url: /theme/images/offen-blog-0040-test-offen-today.jpg
author: Hendrik Niefeld
bottom_cta: blog
# Test Offen today

View File

@ -5,6 +5,7 @@ slug: displaying-data
sitemap_priority: 0.6
image_url: /theme/images/offen-blog-0050-milestone-3.jpg
author: Frederik Ring
bottom_cta: blog
# Episode Three — Displaying data

View File

@ -6,6 +6,7 @@ sitemap_priority: 0.6
image_url: /theme/images/offen-blog-0060-milestone-4.jpg
image_caption: <a class="link b dim moon-gray" target="_blank" href="https://www.flickr.com/photos/wocintechchat/25926651781/in/album-72157664006621903/">Photo</a> by WOCinTechChat / <a class="link b dim moon-gray" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>
author: Frederik Ring
bottom_cta: blog
# Episode Four — Managing data

View File

@ -5,6 +5,7 @@ slug: hosting-offen-on-budget
sitemap_priority: 0.7
image_url: /theme/images/offen-blog-0070-budget.jpg
author: Frederik Ring
bottom_cta: blog
# Hosting Offen on a budget

View File

@ -5,6 +5,7 @@ slug: privacy-friendly-and-fair-web
sitemap_priority: 0.7
image_url: /theme/images/offen-blog-0080-beta.jpg
author: Hendrik Niefeld
bottom_cta: blog
# Let's build a web that is privacy friendly and fair

View File

@ -5,6 +5,7 @@ slug: resilience-documentation
sitemap_priority: 0.6
image_url: /theme/images/offen-blog-0090-milestone-5.jpg
author: Frederik Ring
bottom_cta: blog
# Episode Five — Resilience and documentation

View File

@ -3,7 +3,7 @@ description: This link isnt working.
save_as: 404.html
no_stats: true
exclude_from_sitemap: true
cta_blog_article: budget
bottom_cta: budget
![Page not Found](/theme/images/offen-404.png){:class="image-text-600-338"}

View File

@ -1,7 +1,7 @@
title: About | Offen
description: Who we are, who supports us and how you can can get in touch.
slug: about
cta_blog_article: fair
bottom_cta: fair
## About

View File

@ -2,7 +2,7 @@ title: Deep dive | Offen
description: What do users know about their data? How can they access it? Do operators benefit from a careful handling of user data? Does Offen work in accordance with GDPR?
slug: deep-dive
sitemap_priority: 0.7
cta_blog_article: budget
bottom_cta: budget
## Deep dive

View File

@ -2,7 +2,7 @@ title: Legal Notice | Offen
description: Information in accordance with Section 5 TMG
slug: legal-notice
exclude_from_sitemap: true
cta_blog_article: fair
bottom_cta: fair
## Legal Notice

View File

@ -5,7 +5,7 @@
{% set href = 'blog/' %}
{% set no_stats = False %}
{% set template = 'archives' %}
{% set cta_index = True %}
{% set bottom_cta = 'index' %}
{% block content %}
<div class="mw8 center cclr-bg-white-responsive pr5-l">

View File

@ -6,7 +6,7 @@
{% set image_url = article.image_url %}
{% set no_stats = article.no_stats %}
{% set template = article.template %}
{% set cta_blog_index = True %}
{% set bottom_cta = article.bottom_cta %}
{% block content %}
<main class="w-100 mt5-ns gray">

View File

@ -106,7 +106,7 @@
<div class="mw8 center">
<div class="pt3">
{% if cta_index %}
{% if bottom_cta == 'index' %}
<div class="flex flex-wrap justify-center tc pt3">
<div class="ph4-ns pt4 pb5 cclr-bg-yellow-mid">
<h2 class="f26 ma0 mb3 lh-title">
@ -117,7 +117,7 @@
</div>
{% endif %}
{% if cta_blog_index %}
{% if bottom_cta == 'blog' %}
<div class="flex flex-wrap justify-center tc pt3">
<div class="ph4-ns pt4 pb5 cclr-bg-yellow-mid">
<h2 class="f26 ma0 mb3 lh-title">
@ -128,13 +128,13 @@
</div>
{% endif %}
{% if cta_blog_article == 'fair'%}
{% if bottom_cta == 'fair' %}
<p class="ma0">
OPEN BLOG ARTICLE FAIR
</p>
{% endif %}
{% if cta_blog_article == 'budget'%}
{% if bottom_cta == 'budget' %}
<p class="ma0">
OPEN BLOG ARTICLE BUDGET
</p>

View File

@ -6,7 +6,7 @@
{% set image_url = page.image_url %}
{% set no_stats = page.no_stats %}
{% set template = page.template %}
{% set cta_blog_article = page.cta_blog_article %}
{% set bottom_cta = page.bottom_cta %}
{% block content %}
<main class="w-100 mt5-ns gray">