Polish texts on the next page

This commit is contained in:
davegson 2020-07-30 17:36:23 +02:00
parent 0e295bd105
commit 839ee6eec8
3 changed files with 20 additions and 11 deletions

View file

@ -19,7 +19,7 @@ cards:
- title: SPN Pre-Alpha - title: SPN Pre-Alpha
description: description:
- Deploy the SPN in v0.1. Give access to Marvin and Visionary Kickstarter backers. - Deploy the SPN in v0.1. Give access to Marvin and Visionary Kickstarter backers.
- Communicate this is only the first step and that it will take a few weeks or months until the network is stable enough to support hundreds/thousands of users. - Communicate that this is only the first step and that it will take a few weeks or months until the network is stable enough to support hundreds/thousands of users.
projects: projects:
- SPN - SPN
team: team:
@ -27,7 +27,7 @@ cards:
- Patrick - Patrick
- title: Funding Proposals - title: Funding Proposals
description: description:
- Still having mountains of research & development ahead of us, request different grants to help us out financially. - Request different grants to help us out financially with all the research & development still ahead of us.
- Apply follow up fundings both from the Netidee and the FFG. - Apply follow up fundings both from the Netidee and the FFG.
link: link:
text: "More on Transparent Funding..." text: "More on Transparent Funding..."
@ -104,9 +104,9 @@ cards:
- Luke - Luke
- title: "Inception: Reaching Out" - title: "Inception: Reaching Out"
description: description:
- As the SPN sees the light of day, the time has come to spread the word, also by spending money. - As the SPN will soon see the light of day, the time has come to spread the word, also by spending money.
- Reach out to YouTube channels and newsletters in the privacy scene who offer sponsored shout-outs. - Reach out to YouTube channels and newsletters in the privacy scene who offer sponsored shout-outs.
- You are very welcome to give suggest/advice in this context! - You are very welcome to give us suggestions in this context.
link: link:
text: "Share your ideas on reddit" text: "Share your ideas on reddit"
url: "https://reddit.com/r/safing/" url: "https://reddit.com/r/safing/"

View file

@ -45,12 +45,21 @@
</div> </div>
</div> </div>
<div style="padding-left: 0;" class="tab-content opacity-50 text-md"> <div style="padding-left: 0;" class="tab-content opacity-50 text-md">
<p>The Assignment:</p>
<br/>
{% for paragraph in card.description %} {% for paragraph in card.description %}
<p>{{ paragraph }}</p> <p>{{ paragraph }}</p>
{% unless forloop.last %} {% unless forloop.last %}
<br/> <br/>
{% endunless %} {% endunless %}
{% endfor %} {% endfor %}
{% if card.link %}
<br/>
<a href="{{ card.link.url }}">
{{ card.link.text }}
</a>
{% endif %}
</div> </div>
</div> </div>
<div class="pt-3"> <div class="pt-3">
@ -68,4 +77,4 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>

View file

@ -8,7 +8,7 @@ layout: page
<div class="relative max-w-screen-sm lg:max-w-screen-xl mx-auto px-4 sm:px-6 xl:px-0 lg:flex"> <div class="relative max-w-screen-sm lg:max-w-screen-xl mx-auto px-4 sm:px-6 xl:px-0 lg:flex">
<div class="pt-8"> <div class="pt-8">
<div class="text-center lg:text-left"> <div class="text-center lg:text-left">
<span class="text-sm opacity-55 tracking-normal">01.08.2020</span> <span class="text-sm opacity-55 tracking-normal">31.07.2020</span>
<h2 id="influences" class="text-5xl tracking-tight font-extrabold leading-none pb-10 pt-2"> <h2 id="influences" class="text-5xl tracking-tight font-extrabold leading-none pb-10 pt-2">
Next Up Next Up
</h2> </h2>
@ -39,7 +39,7 @@ layout: page
<div class="pt-48"> <div class="pt-48">
<div class="nextwrapper"> <div class="nextwrapper">
<div style="margin-top: -3rem;" class="flex absolute pl-8 "> <div style="margin-top: -3rem;" class="flex absolute pl-8 ">
<span class="opacity-50">Completed</span> <span class="opacity-50">Recently Completed</span>
<strong class="pl-2 opacity-75">({{ site.data.next.cards.done.size }})</strong> <strong class="pl-2 opacity-75">({{ site.data.next.cards.done.size }})</strong>
</div> </div>
{% for card in site.data.next.cards.done %} {% for card in site.data.next.cards.done %}
@ -57,9 +57,9 @@ layout: page
<strong class="pl-2 opacity-75">({{ site.data.next.cards.in_progress.size }})</strong> <strong class="pl-2 opacity-75">({{ site.data.next.cards.in_progress.size }})</strong>
</div> </div>
<p class="opacity-50 pt-5 max-w-4xl"> <p class="opacity-50 pt-5 max-w-4xl">
Being in progress does not imply the project will be Being in progress does not imply the project will be
completed soon. Plenty will take a while and a few completed soon. Plenty will take a while and a few
might even get discarded. Read the monthly blog updates might even get discarded. Read the monthly blog updates
to follow the progress and conclusion of every project. to follow the progress and conclusion of every project.
</p> </p>
</div> </div>
@ -99,7 +99,7 @@ layout: page
We have plans and ideas for years to come. We will never be "done" but always evolve and progress. I'm sure you have cool ideas for us too! We have plans and ideas for years to come. We will never be "done" but always evolve and progress. I'm sure you have cool ideas for us too!
Take a look what we already plan on doing in the longer run. Take a look what we already plan on doing in the longer run.
</p> </p>
<p class="text-md opacity-55 max-w-lg"> <p class="text-md opacity-55 max-w-lg pt-8">
As disclosed above we're still working on the backlog. Coming SoonTM. As disclosed above we're still working on the backlog. Coming SoonTM.
</p> </p>
<!-- <div class="py-10 flex"> <!-- <div class="py-10 flex">