diff --git a/pages/cz/index.html b/pages/cz/index.html index 8881017..41b746d 100644 --- a/pages/cz/index.html +++ b/pages/cz/index.html @@ -24,6 +24,19 @@
--:--:--:--
+

Představení tématu

+

+ V digitální společnosti existuje celá řada hrozeb pro svobodu. Patří mezi ně nesvobodný software, masivní dohled a cenzura. +

+ Nesvobodné programy jsou často navrženy tak, aby omezovaly uživatele, ovládaly je nebo s nimi manipulovaly. Cílem války proti sdílení je zabránit uživatelům ve sdílení kopií publikovaných autorských děl. Počítače pro hlasování činí výsledky voleb nedůvěryhodnými. +

+ Další hrozby pocházejí z používání webových služeb, které zavádějí společnosti, jež mohou stanovit jakékoli podmínky. +

+ A konečně, většina internetových činností (kromě těch, které existovaly před rokem 2000) je nejistá, závislá na povolení jedné společnosti. +

+ Všechny tyto hrozby mají více nebo méně původ v používání nesvobodného softwaru. Proto je svobodný software první boj na cestě k osvobození digitální společnosti. +

+
Plakát na přednášku s Richardem Stallmanem
diff --git a/pages/en/index.html b/pages/en/index.html index c3b2bdb..7fdf2fa 100644 --- a/pages/en/index.html +++ b/pages/en/index.html @@ -11,18 +11,37 @@

The Faculty of Mechatronics - invites you to a lecture about freedom in the digital society with Richard Stallman. -

-

- Find out how to take your digital freedom back. + invites you to a lecture about free software and freedom in the digital society with Richard Stallman.

The lecture will take place on the 7th of May 2025 from 16:30 in the auditorium of building G at the Technical University of Liberec.

+
--:--:--:--
+

Topic introduction

+

+ There are many threats to freedom in the digital society. They + include nonfree software, massive surveillance, and censorship. +

+ Nonfree proprams are often designed to restrict users, control + users or manipulate uesers. The War on Sharing aims to stop users + from sharing copies of published works. Computers for voting make + election results untrustworthy. +

+ Other threats come from use of web services, implemented by + companies that can impose any conditions whatsoever. +

+ Finally, most internet activities (aside from those which existed + before 2000) are precarious, dependent on permission from one company. +

+ All of these threats originate more or less in the use of nonfree + software. That is why free software is the first battle in + the liberation of the digital society. +

+
Poster for Richard Stallman's lecture
diff --git a/styles/styles.css b/styles/styles.css index 9693608..9a8bc26 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -184,7 +184,7 @@ header * { font-weight: bold; font-size: 2em; text-align: center; - margin: 1em auto; + margin: 2em auto; padding: 0 .5em; font-family: JetBrains Mono, monospace; width: fit-content; @@ -381,7 +381,7 @@ figcaption { } .poster { - margin: 0 auto !important; + margin: 5em auto !important; max-width: 40rem; filter: drop-shadow(0 0 5em black); }