mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Simplify texts for next page
This commit is contained in:
parent
7c9a857728
commit
c5911a0306
2 changed files with 4 additions and 4 deletions
|
@ -202,7 +202,7 @@ cards:
|
|||
<div class="pt-12">
|
||||
<div style="max-width: 750px; margin-top: 3rem; margin: auto;">
|
||||
<h3 >In Progress</h3>
|
||||
<p>See what happened in July 2020. Just expand any work package to find out more about its progress, obstacles and sub-achievements.</p>
|
||||
<p>Expand any work package to find out more about its progress, obstacles and sub-achievements.</p>
|
||||
</div>
|
||||
<div class="pt-10 blogwrapper">
|
||||
{% for card in page.cards.in_progress %}
|
||||
|
|
|
@ -3,14 +3,14 @@ title: What's Next At Safing
|
|||
layout: page
|
||||
---
|
||||
|
||||
<section style="margin-top: 12rem; margin-bottom: 8rem;" class="mb-40">
|
||||
<section class="mb-40 mt-32">
|
||||
<div class="items-center h-full">
|
||||
<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">31.07.2020</span>
|
||||
<h2 id="influences" class="text-5xl tracking-tight font-extrabold leading-none pb-10 pt-2">
|
||||
Next Up
|
||||
Progress Overview
|
||||
</h2>
|
||||
<p class="text-md opacity-55 max-w-lg mx-auto">
|
||||
Find out what the Safing team is currently working on. This is a compact overview of bigger tasks grouped by projects.
|
||||
|
@ -73,7 +73,7 @@ layout: page
|
|||
<div class="pt-48">
|
||||
<div class="nextwrapper">
|
||||
<div style="margin-top: -3rem;" class="flex absolute pl-8 ">
|
||||
<span class="opacity-50">Discarded</span>
|
||||
<span class="opacity-50">Recently Discarded</span>
|
||||
<strong class="pl-2 opacity-75">({{ site.data.next.cards.discarded.size }})</strong>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue