Enabled the homepage banner for an EU Chat Control 2.0 warning and changed some CSS for the banner

next
Gianmarco Gargiulo 2023-10-18 20:32:20 +02:00
parent 8b110ef66b
commit bd9e00b569
2 changed files with 26 additions and 3 deletions

View File

@ -48,6 +48,7 @@
#banner {
border-radius: 6px;
background-color: #661a16;
color: #bdbdbd;
padding: 20px;
width: auto;
height: auto;
@ -68,6 +69,20 @@
margin: auto;
}
#banner b {
color: white;
}
#banner h2 {
font-family: "Mustica Pro";
color: white;
margin: 0.5em 0 0.5em 0;
}
#banner blockquote, dl, ol, p, ul {
margin: 0.5em 0 0.5em 0;
}
/* ISSO CSS */
#isso-thread {

View File

@ -28,9 +28,17 @@
<main id="site-main" class="site-main outer">
<div class="inner posts">
<div class="post-feed">
<!--<div id="banner">
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span>
</div>-->
<div id="banner">
<span><h2>Stop EU's Chat Control 2.0 law proposal!</h2>
<p>If you're an EU citizen like me, <b>your digital privacy as a whole is at risk</b> if this law passes. All online platforms (social media, messaging, etc.) would be forced to <b>implement client-side scanning for all text and media passing through them</b> and force age verification with a real ID. These checks will happen through a centralized entity that could be also <b>a great target for attacks</b> from bad actors. All of this in the name of "protecting children from predators", when there are other methods that are more effective and that do not contribute to the already very dystopic reality we live in.</p>
<p>To know more about this and to try and stop it, check the following websites:</p>
<ul>
<li><a href="https://stopchatcontrol.eu/">stopchatcontrol.eu</a> where you can get an email template to let your MEP know about this;</li>
<li><a href="https://stopscanningme.eu/">stopscanningme.eu</a> where you can sign a petition through <a href="https://edri.org/">EDRi</a>;</li>
<li><a href="https://www.patrick-breyer.de/en/posts/chat-control/">This article from Patrick Breyer</a> that goes into detail on the proposal and its potential consequences;</li>
<li><a href="https://balkaninsight.com/2023/09/25/who-benefits-inside-the-eus-fight-over-scanning-for-child-sex-content/">This article from BalkanInsight</a> exposing the entities who benefit commercially from this law.</li>
</ul></span>
</div>
{{ $pages := site.RegularPages }}
{{ range $index, $element := $pages }}{{ if ne .Params.rss_ignore true }}
{{- partial "post-card.html" (dict "context" . "index" $index "home" $.IsHome) -}}