CheLinux.eu/index.html
2025-04-02 08:28:09 +02:00

149 lines
No EOL
4.7 KiB
HTML

<!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">
<!-- Open Graph -->
<meta property="og:site_name" content="Che Guevara Linux" />
<meta property="og:title" content="Che Guevara Linux - La Rivoluzione Open Source" />
<meta property="og:url" content="https://chelinux.eu/" />
<meta property="og:description"
content="Un sistema operativo libero, ispirato alla rivoluzione, per chi crede nel software libero e nell'autodeterminazione digitale." />
<meta property="og:image" content="https://chelinux.eu/card.png" />
<meta property="og:type" content="website" />
<!-- Twitter Card -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Che Guevara Linux - La Rivoluzione Open Source" />
<meta property="twitter:description"
content="Un sistema operativo libero, ispirato alla rivoluzione, per chi crede nel software libero e nell'autodeterminazione digitale." />
<meta property="twitter:image" content="https://chelinux.eu/card.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;
}
ul {
text-align: left;
list-style: none;
padding: 0;
}
ul li::before {
content: "🔥 ";
}
.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;
}
.cta-button {
display: inline-block;
margin-top: 20px;
padding: 15px 30px;
background-color: #ff6b6b;
color: white;
text-decoration: none;
border-radius: 25px;
font-weight: bold;
}
.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>The Revolution Has Begun!</h1>
<p>Today, April 1st, 2025, we take a bold step towards absolute freedom!</p>
<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>Follow the 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>