add multi lang and remove pco
This commit is contained in:
parent
3503ec8781
commit
783069091d
4 changed files with 318 additions and 19 deletions
98
index-de.html
Normal file
98
index-de.html
Normal file
|
|
@ -0,0 +1,98 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="de">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Che Guevara Linux</title>
|
||||||
|
<link rel="icon" type="image/png" href="android-chrome-192x192.png">
|
||||||
|
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
text-align: center;
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
color: #fff;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: auto;
|
||||||
|
background: rgba(0, 0, 0, 0.8);
|
||||||
|
padding: 20px;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
.feature-card {
|
||||||
|
background: #333;
|
||||||
|
padding: 20px;
|
||||||
|
border-radius: 10px;
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
.social-links {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
.social-links a {
|
||||||
|
margin: 0 10px;
|
||||||
|
color: white;
|
||||||
|
font-size: 1.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
.social-links a:hover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</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="card.png" alt="Che Guevara Linux" width="555">
|
||||||
|
<h1>Die Revolution hat begonnen!</h1>
|
||||||
|
<p>Heute, am 1. April 2025, machen wir einen mutigen Schritt in Richtung absolute Freiheit!</p>
|
||||||
|
|
||||||
|
<h2>🚀 Revolutionäre Merkmale:</h2>
|
||||||
|
<div class="feature-card">Kollektive Installation 🏛: Jedes Paket wird in der Versammlung diskutiert und genehmigt.</div>
|
||||||
|
<div class="feature-card">Root für alle 🔓: Wahre Freiheit kennt keine Hierarchien... und keine Firewalls!</div>
|
||||||
|
<div class="feature-card">Updates basierend auf Dialektik 📢: Jedes Update ist eine Revolution.</div>
|
||||||
|
<div class="feature-card">Desktop-Umgebung "Guerrilla DE" 🎭: Minimalistisch und kampfbereit.</div>
|
||||||
|
<div class="feature-card">Extreme Kompatibilität 🏚: Funktioniert auf jeder Hardware!</div>
|
||||||
|
<div class="feature-card">Entfernung kapitalistischen Codes ✊🔥: Kein Red Hat, Oracle oder SELinux mehr!</div>
|
||||||
|
<div class="feature-card">Kein systemd! ⛔️: Ersetzt durch ein modulareres und kollektiveres System.</div>
|
||||||
|
|
||||||
|
<p><strong>Hasta la compilación siempre! ✊🐧🔥</strong></p>
|
||||||
|
|
||||||
|
<a class="cta-button" href="https://pansi21.xyz">Che Guevara Linux herunterladen</a>
|
||||||
|
|
||||||
|
<div class="social-links">
|
||||||
|
<h2>Folge der Revolution:</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>
|
||||||
|
|
||||||
|
</html>
|
||||||
98
index-es.html
Normal file
98
index-es.html
Normal file
|
|
@ -0,0 +1,98 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="es">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Che Guevara Linux</title>
|
||||||
|
<link rel="icon" type="image/png" href="android-chrome-192x192.png">
|
||||||
|
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
text-align: center;
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
color: #fff;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: auto;
|
||||||
|
background: rgba(0, 0, 0, 0.8);
|
||||||
|
padding: 20px;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
.feature-card {
|
||||||
|
background: #333;
|
||||||
|
padding: 20px;
|
||||||
|
border-radius: 10px;
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
.social-links {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
.social-links a {
|
||||||
|
margin: 0 10px;
|
||||||
|
color: white;
|
||||||
|
font-size: 1.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
.social-links a:hover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</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="card.png" alt="Che Guevara Linux" width="555">
|
||||||
|
<h1>¡La Revolución ha Comenzado!</h1>
|
||||||
|
<p>Hoy, 1 de abril de 2025, damos un paso audaz hacia la libertad absoluta.</p>
|
||||||
|
|
||||||
|
<h2>🚀 Características revolucionarias:</h2>
|
||||||
|
<div class="feature-card">Instalación colectiva 🏛: cada paquete se discute y aprueba en asamblea.</div>
|
||||||
|
<div class="feature-card">Root para todos 🔓: la verdadera libertad no tiene jerarquías... ¡ni firewalls!</div>
|
||||||
|
<div class="feature-card">Actualizaciones basadas en la dialéctica 📢: cada actualización es una revolución.</div>
|
||||||
|
<div class="feature-card">Entorno de Escritorio "Guerrilla DE" 🎭: minimalista y listo para la batalla.</div>
|
||||||
|
<div class="feature-card">Compatibilidad extrema 🏚: ¡funciona en cualquier hardware!</div>
|
||||||
|
<div class="feature-card">Eliminación del código capitalista ✊🔥: ¡adiós a Red Hat, Oracle y SELinux!</div>
|
||||||
|
<div class="feature-card">¡Adiós systemd! ⛔️: reemplazado por un sistema más modular y colectivista.</div>
|
||||||
|
|
||||||
|
<p><strong>¡Hasta la compilación siempre! ✊🐧🔥</strong></p>
|
||||||
|
|
||||||
|
<a class="cta-button" href="https://pansi21.xyz">Descargar Che Guevara Linux</a>
|
||||||
|
|
||||||
|
<div class="social-links">
|
||||||
|
<h2>Sigue la revolución:</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>
|
||||||
|
|
||||||
|
</html>
|
||||||
87
index-it.html
Normal file
87
index-it.html
Normal file
|
|
@ -0,0 +1,87 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="it">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Che Guevara Linux</title>
|
||||||
|
<link rel="icon" type="image/png" href="android-chrome-192x192.png">
|
||||||
|
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: Arial, sans-serif;
|
||||||
|
text-align: center;
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
color: #fff;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: auto;
|
||||||
|
background: rgba(0, 0, 0, 0.8);
|
||||||
|
padding: 20px;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
.feature-card {
|
||||||
|
background: #333;
|
||||||
|
padding: 20px;
|
||||||
|
border-radius: 10px;
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</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="card.png" alt="Che Guevara Linux" width="555">
|
||||||
|
<h1>La Rivoluzione è Iniziata!</h1>
|
||||||
|
<p>Oggi, 1° aprile 2025, facciamo un passo audace verso la libertà assoluta!</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>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
</html>
|
||||||
56
index.html
56
index.html
|
|
@ -43,6 +43,23 @@
|
||||||
border-radius: 10px;
|
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,
|
h1,
|
||||||
h2 {
|
h2 {
|
||||||
color: #f00;
|
color: #f00;
|
||||||
|
|
@ -95,31 +112,30 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="language-selector">
|
||||||
<img src="che.jpg" alt="Che Guevara Linux" width="555">
|
<a href="index.html">🇬🇧 English</a>
|
||||||
<h1>PCOfficina Milano annuncia: la Rivoluzione è iniziata!</h1>
|
<a href="index-it.html">🇮🇹 Italiano</a>
|
||||||
<p>Oggi, 1° aprile 2025, facciamo un passo audace verso la libertà assoluta!</p>
|
<a href="index-es.html">🇪🇸 Español</a>
|
||||||
|
<a href="index-de.html">🇩🇪 Deutsch</a>
|
||||||
<h2>🚀 Caratteristiche rivoluzionarie:</h2>
|
|
||||||
<div class="feature-card">Installazione collettiva 🏛: ogni pacchetto viene discusso e approvato in assemblea.
|
|
||||||
</div>
|
</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="container">
|
||||||
<div class="feature-card">Desktop Environment "Guerrilla DE" 🎭: minimale e pronto alla battaglia.</div>
|
<img src="card.png" alt="Che Guevara Linux" width="555">
|
||||||
<div class="feature-card">Compatibilità estrema 🏚: funziona su qualsiasi hardware!</div>
|
<h1>The Revolution Has Begun!</h1>
|
||||||
<div class="feature-card">Rimozione del codice capitalista ✊🔥: niente più Red Hat, Oracle e SELinux!</div>
|
<p>Today, April 1st, 2025, we take a bold step towards absolute freedom!</p>
|
||||||
<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>
|
<p><strong>Hasta la compilación siempre! ✊🐧🔥</strong></p>
|
||||||
|
|
||||||
<a class="cta-button" href="https://pansi21.xyz">Download Che Guevara Linux</a>
|
<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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue