mirror of
https://github.com/safing/web
synced 2025-04-22 20:09:08 +00:00
Polish texts on the next page
This commit is contained in:
parent
0e295bd105
commit
839ee6eec8
3 changed files with 20 additions and 11 deletions
|
@ -19,7 +19,7 @@ cards:
|
|||
- title: SPN Pre-Alpha
|
||||
description:
|
||||
- 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:
|
||||
- SPN
|
||||
team:
|
||||
|
@ -27,7 +27,7 @@ cards:
|
|||
- Patrick
|
||||
- title: Funding Proposals
|
||||
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.
|
||||
link:
|
||||
text: "More on Transparent Funding..."
|
||||
|
@ -104,9 +104,9 @@ cards:
|
|||
- Luke
|
||||
- title: "Inception: Reaching Out"
|
||||
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.
|
||||
- You are very welcome to give suggest/advice in this context!
|
||||
- You are very welcome to give us suggestions in this context.
|
||||
link:
|
||||
text: "Share your ideas on reddit"
|
||||
url: "https://reddit.com/r/safing/"
|
||||
|
|
|
@ -45,12 +45,21 @@
|
|||
</div>
|
||||
</div>
|
||||
<div style="padding-left: 0;" class="tab-content opacity-50 text-md">
|
||||
<p>The Assignment:</p>
|
||||
<br/>
|
||||
{% for paragraph in card.description %}
|
||||
<p>{{ paragraph }}</p>
|
||||
{% unless forloop.last %}
|
||||
<br/>
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
|
||||
{% if card.link %}
|
||||
<br/>
|
||||
<a href="{{ card.link.url }}">
|
||||
{{ card.link.text }}
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="pt-3">
|
||||
|
@ -68,4 +77,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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="pt-8">
|
||||
<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">
|
||||
Next Up
|
||||
</h2>
|
||||
|
@ -39,7 +39,7 @@ layout: page
|
|||
<div class="pt-48">
|
||||
<div class="nextwrapper">
|
||||
<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>
|
||||
</div>
|
||||
{% 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>
|
||||
</div>
|
||||
<p class="opacity-50 pt-5 max-w-4xl">
|
||||
Being in progress does not imply the project will be
|
||||
completed soon. Plenty will take a while and a few
|
||||
might even get discarded. Read the monthly blog updates
|
||||
Being in progress does not imply the project will be
|
||||
completed soon. Plenty will take a while and a few
|
||||
might even get discarded. Read the monthly blog updates
|
||||
to follow the progress and conclusion of every project.
|
||||
</p>
|
||||
</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!
|
||||
Take a look what we already plan on doing in the longer run.
|
||||
</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.
|
||||
</p>
|
||||
<!-- <div class="py-10 flex">
|
||||
|
|
Loading…
Add table
Reference in a new issue