Skip to content

Commit 85f9681

Browse files
author
Alexia Michelle Steinberg
committed
/usr/local/bin/commit
1 parent 33c5f00 commit 85f9681

3 files changed

Lines changed: 71 additions & 55 deletions

File tree

assets/images/.DS_Store

0 Bytes
Binary file not shown.

bkp.index.html

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
---
3+
<!DOCTYPE html>
4+
<html lang="es">
5+
<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>
18+
<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+
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>
43+
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>
61+
62+
{% include footer.html %}
63+
64+
</body>
65+
</html>

index.html

Lines changed: 6 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,16 @@
11
---
22
---
3-
<!DOCTYPE html>
4-
<html lang="es">
3+
<html>
54
<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>
186
<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>
307

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>
439

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>
6111

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>
6313

14+
<h3>Alexia</h3>
6415
</body>
6516
</html>

0 commit comments

Comments
 (0)