mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
Add classes to paragraphs with nifty syntax
much easier to use: {:.class} than having to write HTML tags
This commit is contained in:
parent
ff623c5dd5
commit
0875fbf744
1 changed files with 8 additions and 10 deletions
|
@ -25,9 +25,8 @@ All along, Truman always thought he controlling his life. But since his childhoo
|
|||
|
||||
{:style="margin: 2rem 0 0 0;"}
|
||||
|
||||
<span class="italic flex justify-center">
|
||||
something is just not right
|
||||
</span>
|
||||
{:.italic.flex.justify-center.text-md}
|
||||
something is just not right
|
||||
|
||||
And then - just like us - Truman had his "Snowden moment". The moment he realizes something is just not right. Something is off. And even though he knew his perfect world was about to crumble, he could no longer look away. He had to face the truth.
|
||||
|
||||
|
@ -39,7 +38,8 @@ And still, to this day, citizens across the world are being spied upon. They are
|
|||
|
||||
At the same time, little or no transparency is given about the programs of mass surveillance and how they are being utilized. The same applies to big-tech algorithms. In hiding, they decide what billions of people see every day.
|
||||
|
||||
As such, mass surveillance is a threat to our democracies and freedoms.
|
||||
{:.text-2xl}
|
||||
> As such, mass surveillance is a threat to our democracies and freedoms.
|
||||
|
||||
Snowden did not stop these programs, but his revelations made it impossible for the world to continue looking the other way. So while things did not change or even got worse, Snowden still changed the world. He changed everything. He changed our perception.
|
||||
|
||||
|
@ -69,9 +69,8 @@ Many obstacles lied ahead. Financing our research and development phase with no
|
|||
|
||||
{:style="margin: 2rem 0 0 0;"}
|
||||
|
||||
<span class="italic flex justify-center">
|
||||
Oh my, what a day with big smiles!
|
||||
</span>
|
||||
{:.italic.flex.justify-center.text-md}
|
||||
Oh my, what a day with big smiles!
|
||||
|
||||
### With an Amazing Team and "Alpha" Testers, We Reached 1.0
|
||||
|
||||
|
@ -89,9 +88,8 @@ And do not take our word for it. If anything was made clear through our journey,
|
|||
|
||||
{:style="margin: 2rem 0 0 0;"}
|
||||
|
||||
<span class="italic flex justify-center">
|
||||
Correct - it was not long ago.
|
||||
</span>
|
||||
{:.italic.flex.justify-center.text-md}
|
||||
Correct - the 1.0 release was not long ago.
|
||||
|
||||
Even as our software was labeled as "early development" - it managed to get 4k GitHub stars. Thousands of people downloaded and tested early software. They were in search for easy privacy.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue