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

ad article in bottom cta

This commit is contained in:
Hendrik Niefeld 2020-08-06 11:57:07 +02:00
parent 58d59ad9aa
commit d699074f2e

View File

@ -102,13 +102,12 @@
{% else %}
{% block outro %}
<div class="w-100 cclr-bg-yellow-mid">
<div class="pt3 pb4 ph3 bg-pattern">
<div class="pt3 pb4 bg-pattern">
<div class="mw8 center">
<div class="pt3">
{% if bottom_cta == 'index' %}
<div class="flex flex-wrap justify-center tc pt3">
<div class="ph4-ns pt4 pb5 cclr-bg-yellow-mid">
<div class="flex flex-wrap justify-center tc ph3 pv5">
<div class="ph4-ns cclr-bg-yellow-mid">
<h2 class="f26 ma0 mb3 lh-title">
<a class="b link dim cclr-fnt-black-mid" href="/">How do fair web analytics work?</a>
</h2>
@ -118,8 +117,8 @@
{% endif %}
{% if bottom_cta == 'blog' %}
<div class="flex flex-wrap justify-center tc pt3">
<div class="ph4-ns pt4 pb5 cclr-bg-yellow-mid">
<div class="flex flex-wrap justify-center tc ph3 pv5">
<div class="ph4-ns cclr-bg-yellow-mid">
<h2 class="f26 ma0 mb3 lh-title">
<a class="b link dim cclr-fnt-black-mid" href="/blog/">Continue reading?</a>
</h2>
@ -129,9 +128,36 @@
{% endif %}
{% if bottom_cta == 'fair' %}
<p class="ma0">
OPEN BLOG ARTICLE FAIR
</p>
<div class="ph3 ph0-m pv5">
<h2 class="f26 normal tc lh-title ma0 mb4 cclr-bg-yellow-mid">
Also on our blog
</h2>
<div class="mw7 center flex flex-wrap ph5-ns">
<div class="w-100 w-50-l">
<figure class="ma0 pr3-l mb3 mb0-l">
<a href="privacy-friendly-and-fair-web">
<img alt="Let's build a web that is privacy friendly and fair" src="/theme/images/offen-blog-0080-beta.jpg">
</a>
</figure>
</div>
<div class="w-100 w-50-l cclr-bg-yellow-mid">
<div class="pl3-l">
<h3 class="f3 normal lh-title ma0 mb3">
<a href="privacy-friendly-and-fair-web" class="link b dim cclr-fnt-black-mid">Let's build a web that is privacy friendly and fair</a>
</h3>
<p class="ma0">
What does the term 'privacy friendly' actually stand for? Mostly it's just about technical issues that don't tackle the underlying problem. <a href="privacy-friendly-and-fair-web" class="link b dim cclr-fnt-black-mid">Read more</a>
</p>
</div>
</div>
</div>
</div>
{% endif %}
{% if bottom_cta == 'budget' %}
@ -140,7 +166,7 @@
</p>
{% endif %}
</div>
</div>
</div>
</div>