-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
65 lines (61 loc) · 3.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
---
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GoldenDog Linux</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=League+Spartan:[email protected]&display=swap" rel="stylesheet">
<link href="assets/css/goldendog.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=League+Spartan:[email protected]&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">
</head>
<body>
<!-- Header -->
<header>
<div><a class="volver" href="index.html"><h2>Goldendog <span style="color:#fc0373;">Linux</span></h2></a></div>
<nav>
<a href="#download">Descargar</a>
<a href="#news">Devlog</a>
<a href="#community">Comunidad</a>
<a href="#donate">Donar</a>
<a href="/changelog/">CHANGELOG</a>
</nav>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="hero-text">
<h1><span style="color:#fff;">Tu Mejor Amigo</span> en el Mundo Linux</h1>
<p>Una Estación de trabajo Linux gratuita, amigable y para uso diario</p>
<a href="#download" class="cta-btn">Download GoldenDog Linux</a>
</div>
<div class="hero-image">
<!-- Placeholder for your image -->
<img src="assets/images/goldendog-plasma.png" style="width: 90%;" alt="GoldenDog Linux Screenshot">
</div>
</section>
<section class="features">
<div class="feature">
<img src="assets/images/icon-workstation.png" alt="Workstation Icon" class="feature-icon">
<h3>Workstation Potente</h3>
<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>
</div>
<div class="feature">
<img src="assets/images/icon-community.png" alt="Community Supported Icon" class="feature-icon">
<h3>Desarollo Comunitario</h3>
<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>
</div>
<div class="feature">
<img src="assets/images/icon-debian.png" alt="Powered by Debian Icon" class="feature-icon">
<h3>Debian Updates</h3>
<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>
</div>
</section>
{% include footer.html %}
</body>
</html>