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

add further article to bottom cta

This commit is contained in:
Hendrik Niefeld 2020-08-06 20:40:44 +02:00
parent d699074f2e
commit 4b1461cbfc

View File

@ -129,41 +129,56 @@
{% if bottom_cta == 'fair' %} {% if bottom_cta == 'fair' %}
<div class="ph3 ph0-m pv5"> <div class="ph3 ph0-m pv5">
<h2 class="f26 normal tc lh-title ma0 mb4 cclr-bg-yellow-mid"> <h2 class="f26 normal tc lh-title ma0 mb4 cclr-bg-yellow-mid">
Also on our blog Also on our blog
</h2> </h2>
<div class="mw7 center flex flex-wrap ph5-ns"> <div class="mw7 center flex flex-wrap ph5-ns">
<div class="w-100 w-50-l"> <div class="w-100 w-50-l">
<figure class="ma0 pr3-l mb3 mb0-l"> <figure class="ma0 pr3-l mb3 mb0-l">
<a href="privacy-friendly-and-fair-web"> <a href="/blog/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"> <img alt="Let's build a web that is privacy friendly and fair" src="/theme/images/offen-blog-0080-beta.jpg">
</a> </a>
</figure> </figure>
</div> </div>
<div class="w-100 w-50-l cclr-bg-yellow-mid"> <div class="w-100 w-50-l cclr-bg-yellow-mid">
<div class="pl3-l"> <div class="pl3-l">
<h3 class="f3 normal lh-title ma0 mb3"> <h3 class="f3 normal lh-title ma0 mb2">
<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> <a href="/blog/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> </h3>
<p class="ma0"> <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> 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="/blog/privacy-friendly-and-fair-web" class="link b dim cclr-fnt-black-mid">Read more</a>
</p> </p>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
{% endif %} {% endif %}
{% if bottom_cta == 'budget' %} {% if bottom_cta == 'budget' %}
<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="/blog/hosting-offen-on-budget">
<img alt="Hosting Offen on a budget" src="/theme/images/offen-blog-0070-budget.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 mb2">
<a href="/blog/hosting-offen-on-budget" class="link b dim cclr-fnt-black-mid">Hosting Offen on a budget</a>
</h3>
<p class="ma0"> <p class="ma0">
OPEN BLOG ARTICLE BUDGET Here are some real world options for hosting Offen on a budget. Let's compare how they relate in terms of ease of deployment, performance and pricing. <a href="/blog/hosting-offen-on-budget" class="link b dim cclr-fnt-black-mid">Read more</a>
</p> </p>
</div>
</div>
</div>
</div>
{% endif %} {% endif %}