mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
update bottom cta
This commit is contained in:
parent
d8153ca80c
commit
58d59ad9aa
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -3,7 +3,7 @@ description: This link isn’t 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"}
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user