mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
ad article in bottom cta
This commit is contained in:
parent
58d59ad9aa
commit
d699074f2e
@ -102,13 +102,12 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{% block outro %}
|
{% block outro %}
|
||||||
<div class="w-100 cclr-bg-yellow-mid">
|
<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="mw8 center">
|
||||||
<div class="pt3">
|
|
||||||
|
|
||||||
{% if bottom_cta == 'index' %}
|
{% if bottom_cta == 'index' %}
|
||||||
<div class="flex flex-wrap justify-center tc pt3">
|
<div class="flex flex-wrap justify-center tc ph3 pv5">
|
||||||
<div class="ph4-ns pt4 pb5 cclr-bg-yellow-mid">
|
<div class="ph4-ns cclr-bg-yellow-mid">
|
||||||
<h2 class="f26 ma0 mb3 lh-title">
|
<h2 class="f26 ma0 mb3 lh-title">
|
||||||
<a class="b link dim cclr-fnt-black-mid" href="/">How do fair web analytics work?</a>
|
<a class="b link dim cclr-fnt-black-mid" href="/">How do fair web analytics work?</a>
|
||||||
</h2>
|
</h2>
|
||||||
@ -118,8 +117,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if bottom_cta == 'blog' %}
|
{% if bottom_cta == 'blog' %}
|
||||||
<div class="flex flex-wrap justify-center tc pt3">
|
<div class="flex flex-wrap justify-center tc ph3 pv5">
|
||||||
<div class="ph4-ns pt4 pb5 cclr-bg-yellow-mid">
|
<div class="ph4-ns cclr-bg-yellow-mid">
|
||||||
<h2 class="f26 ma0 mb3 lh-title">
|
<h2 class="f26 ma0 mb3 lh-title">
|
||||||
<a class="b link dim cclr-fnt-black-mid" href="/blog/">Continue reading?</a>
|
<a class="b link dim cclr-fnt-black-mid" href="/blog/">Continue reading?</a>
|
||||||
</h2>
|
</h2>
|
||||||
@ -129,9 +128,36 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if bottom_cta == 'fair' %}
|
{% if bottom_cta == 'fair' %}
|
||||||
|
<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">
|
<p class="ma0">
|
||||||
OPEN BLOG ARTICLE FAIR
|
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>
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if bottom_cta == 'budget' %}
|
{% if bottom_cta == 'budget' %}
|
||||||
@ -140,7 +166,7 @@
|
|||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user