add multi lang and remove pco

This commit is contained in:
PanSi21 2025-04-02 08:25:27 +02:00
parent 3503ec8781
commit 783069091d
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 755F8874C65EF462
4 changed files with 318 additions and 19 deletions

View file

@ -43,6 +43,23 @@
border-radius: 10px;
}
.language-selector {
position: absolute;
top: 10px;
right: 20px;
}
.language-selector a {
color: white;
margin: 0 5px;
text-decoration: none;
}
.language-selector a:hover {
text-decoration: underline;
}
h1,
h2 {
color: #f00;
@ -95,31 +112,30 @@
</head>
<body>
<div class="language-selector">
<a href="index.html">🇬🇧 English</a>
<a href="index-it.html">🇮🇹 Italiano</a>
<a href="index-es.html">🇪🇸 Español</a>
<a href="index-de.html">🇩🇪 Deutsch</a>
</div>
<div class="container">
<img src="che.jpg" alt="Che Guevara Linux" width="555">
<h1>PCOfficina Milano annuncia: la Rivoluzione è iniziata!</h1>
<p>Oggi, 1° aprile 2025, facciamo un passo audace verso la libertà assoluta!</p>
<img src="card.png" alt="Che Guevara Linux" width="555">
<h1>The Revolution Has Begun!</h1>
<p>Today, April 1st, 2025, we take a bold step towards absolute freedom!</p>
<h2>🚀 Caratteristiche rivoluzionarie:</h2>
<div class="feature-card">Installazione collettiva 🏛: ogni pacchetto viene discusso e approvato in assemblea.
</div>
<div class="feature-card">Root per tutti 🔓: la vera libertà non ha gerarchie... né firewall!</div>
<div class="feature-card">Aggiornamenti basati sulla dialettica 📢: ogni update è una rivoluzione.</div>
<div class="feature-card">Desktop Environment "Guerrilla DE" 🎭: minimale e pronto alla battaglia.</div>
<div class="feature-card">Compatibilità estrema 🏚: funziona su qualsiasi hardware!</div>
<div class="feature-card">Rimozione del codice capitalista ✊🔥: niente più Red Hat, Oracle e SELinux!</div>
<div class="feature-card">Via systemd! ⛔️: sostituito da un sistema più modulare e collettivista.</div>
<h2>🚀 Revolutionary Features:</h2>
<div class="feature-card">Collective installation 🏛: every package is discussed and approved by the assembly.</div>
<div class="feature-card">Root for everyone 🔓: true freedom has no hierarchies... nor firewalls!</div>
<div class="feature-card">Updates based on dialectics 📢: every update is a revolution.</div>
<div class="feature-card">Desktop Environment "Guerrilla DE" 🎭: minimalist and battle-ready.</div>
<div class="feature-card">Extreme compatibility 🏚: works on any hardware!</div>
<div class="feature-card">Removal of capitalist code ✊🔥: no more Red Hat, Oracle, and SELinux!</div>
<div class="feature-card">No more systemd! ⛔️: replaced with a more modular and collectivist system.</div>
<p><strong>Hasta la compilación siempre! ✊🐧🔥</strong></p>
<a class="cta-button" href="https://pansi21.xyz">Download Che Guevara Linux</a>
<div class="social-links">
<h2>Segui la rivoluzione:</h2>
<a href="https://pansi21.xyz">📢Twitter</a>
<a href="https://pansi21.xyz">🐠GitHub</a>
<a href="https://pansi21.xyz">🎉Reddit</a>
</div>
</div>
</body>