|
1 | 1 | --- |
2 | 2 | --- |
3 | | -<!DOCTYPE html> |
4 | | -<html lang="es"> |
| 3 | +<html> |
5 | 4 | <head> |
6 | | - <meta charset="UTF-8"> |
7 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
8 | | - <title>GoldenDog Linux</title> |
9 | | - <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet"> |
10 | | -<link rel="preconnect" href="https://fonts.googleapis.com"> |
11 | | -<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
12 | | -<link href="https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=League+Spartan:wght@100..900&display=swap" rel="stylesheet"> |
13 | | -<link href="assets/css/goldendog.css" rel="stylesheet"> |
14 | | -<link rel="preconnect" href="https://fonts.googleapis.com"> |
15 | | -<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
16 | | -<link href="https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=League+Spartan:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> |
17 | | -</head> |
| 5 | +<title>Goldendog Linux - Sitio oficial</title> |
18 | 6 | <body> |
19 | | - <!-- Header --> |
20 | | - <header> |
21 | | - <div><a class="volver" href="index.html"><h2>Goldendog <span style="color:#fc0373;">Linux</span></h2></a></div> |
22 | | - <nav> |
23 | | - <a href="#download">Descargar</a> |
24 | | - <a href="#news">Devlog</a> |
25 | | - <a href="#community">Comunidad</a> |
26 | | - <a href="#donate">Donar</a> |
27 | | - <a href="/changelog/">CHANGELOG</a> |
28 | | - </nav> |
29 | | - </header> |
30 | 7 |
|
31 | | - <!-- Hero Section --> |
32 | | - <section class="hero"> |
33 | | - <div class="hero-text"> |
34 | | - <h1><span style="color:#fff;">Tu Mejor Amigo</span> en el Mundo Linux</h1> |
35 | | - <p>Una Estación de trabajo Linux gratuita, amigable y para uso diario</p> |
36 | | - <a href="#download" class="cta-btn">Download GoldenDog Linux</a> |
37 | | - </div> |
38 | | - <div class="hero-image"> |
39 | | - <!-- Placeholder for your image --> |
40 | | - <img src="assets/images/goldendog-plasma.png" style="width: 90%;" alt="GoldenDog Linux Screenshot"> |
41 | | - </div> |
42 | | - </section> |
| 8 | +<h1>Goldendog Linux</h2> |
43 | 9 |
|
44 | | -<section class="features"> |
45 | | - <div class="feature"> |
46 | | - <img src="assets/images/icon-workstation.png" alt="Workstation Icon" class="feature-icon"> |
47 | | - <h3>Workstation Potente</h3> |
48 | | - <p>GoldenDog Linux es un sistema estable. Construido sobre una plataforma Debian Stable para una experiencia sin sorpresas. Contiene todo el software necesario para trabajar, desarrollo de software y audiovisual, drivers de video, videojuegos y Mucho mucho más. </p> |
49 | | - </div> |
50 | | - <div class="feature"> |
51 | | - <img src="assets/images/icon-community.png" alt="Community Supported Icon" class="feature-icon"> |
52 | | - <h3>Desarollo Comunitario</h3> |
53 | | - <p>Inicialmente nació como un <i>Flavor</i> de Debian para uso personal, que ahora estoy disponibilizandolo de manera gratuíta para cualquier persona que desee tener un setup como el mío. Siempre será gratuíto</p> |
54 | | - </div> |
55 | | - <div class="feature"> |
56 | | - <img src="assets/images/icon-debian.png" alt="Powered by Debian Icon" class="feature-icon"> |
57 | | - <h3>Debian Updates</h3> |
58 | | - <p>GoldenDog utiliza los repositorios oficiales de <a href="https://debian.org">Debian</a> de forma <strong>exclusiva</strong> y a través de sus mirrors oficiales. Garantizandote que siempre tendrás updates oficiales de debian en tu sistema GoldenDog Linux.</p> |
59 | | - </div> |
60 | | -</section> |
| 10 | +<h3>Bienvenidos/as - GoldenDog aun no se encuentra disponible para descargar</h3> |
61 | 11 |
|
62 | | - {% include footer.html %} |
| 12 | +<h4>En pocos días más estará disponible el roadmap para que puedan seguir el progreso del lanzamiento</h4> |
63 | 13 |
|
| 14 | +<h3>Alexia</h3> |
64 | 15 | </body> |
65 | 16 | </html> |
0 commit comments