-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex_en.html
67 lines (63 loc) · 3.19 KB
/
index_en.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
66
67
<!DOCTYPE html>
<html lang="en">
<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">Download</a>
<a href="#news">News</a>
<a href="#community">Community</a>
<a href="#donate">Donate</a>
<a href="/changelog/">CHANGELOG</a>
</nav>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="hero-text">
<h1>¡The only Good Boy in the Linux World!</h1>
<p>A free, friendly Linux Workstation for everyday use.</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>Powerful Workstation</h3>
<p>GoldenDog Linux is reliable and stable, built on Debian Stable for an optimized, seamless experience. Packed with the necessary software to work, code and play videogames!</p>
</div>
<div class="feature">
<img src="assets/images/icon-community.png" alt="Community Supported Icon" class="feature-icon">
<h3>Community Driven (and 100% Free!)</h3>
<p>Originally developed as a Debian Flavor for personal use, now I am trying to make it available for free, for everyone who wishes to have a setup like mine. It will always be 100% free of charge!</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 uses <a href="https://debian.org">Debian</a> Repositories <strong>exclusively</strong> and through its official mirrors. This means you will always have Debian Official Updates in your goldendog system!</p>
</div>
</section>
<!-- Footer -->
<footer>
<p>© 2024 GoldenDog Linux. All rights reserved.</p>
<p><a href="#">Privacy Policy</a> | <a href="#">Terms of Service</a> | <a href="/about/">About</a></p>
</footer>
</body>
</html>