-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
183 lines (174 loc) · 7.86 KB
/
index.html
File metadata and controls
183 lines (174 loc) · 7.86 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SlashOS</title>
<link rel="icon" href="assets/slashos-logo-text-dark.svg" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="compact-header">
<nav class="nav-inner" role="navigation" aria-label="Main navigation">
<div class="logo">
<a href="#">
<img src="assets/slashos-logo-text-dark.svg" alt="SlashOS Logo">
</a>
</div>
<div class="nav-links" id="nav-links">
<a href="#features">Features</a>
<a href="#desktop">Desktop</a>
<a href="#mobile">Mobile</a>
<a href="releases.html">Releases</a>
<a href="https://github.com/SlashOS" target="_blank">GitHub</a>
</div>
<button id="menu-toggle" aria-label="Menu" aria-controls="nav-links" aria-expanded="false">☰</button>
</nav>
</header>
<main id="main">
<section id="hero">
<div class="hero-content hero-split">
<div class="hero-left">
<p class="eyebrow">Unified desktop + mobile</p>
<h1>SlashOS</h1>
<p class="hero-sub">Experience the future of computing with a refined visual language and a unified ecosystem for desktop and mobile.</p>
<div class="hero-meta-grid">
<div class="hero-card glass">
<div class="card-top">
<span class="pill success">Stable</span>
<span class="eyebrow muted">Latest</span>
</div>
<div class="card-title" id="hero-stable-tag">Loading...</div>
<p class="card-sub" id="hero-stable-date"></p>
<div class="card-actions" id="hero-stable-btn"></div>
</div>
<div class="hero-card glass">
<div class="card-top">
<span class="pill accent">Edge</span>
<span class="eyebrow muted">Fast track</span>
</div>
<div class="card-title" id="hero-edge-tag">Loading...</div>
<p class="card-sub" id="hero-edge-date"></p>
<div class="card-actions" id="hero-edge-btn"></div>
</div>
</div>
</div>
<div class="hero-right">
<div class="hero-quote glass">
<p>"A light base, a beautiful design, seamless everywhere."</p>
</div>
</div>
</div>
</section>
</main>
<section id="features">
<h3>Why Choose SlashOS?</h3>
<p>Revolutionizing the way you compute with cutting-edge technology and seamless experiences.</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">🐧</div>
<h4>Arch Linux Power</h4>
<p>Harness the full potential of Arch Linux for unparalleled customization and performance on your desktop.</p>
</div>
<div class="feature-card">
<div class="feature-icon">📱</div>
<h4>Pixel OS Fluidity</h4>
<p>Experience the smoothness of Pixel OS on mobile, designed for productivity and elegance.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔗</div>
<h4>Unified Ecosystem</h4>
<p>Seamlessly connect your devices with automatic syncing and cross-platform integration.</p>
</div>
</div>
</section>
<section id="desktop">
<div class="section-heading">
<h3>SlashOS Desktop</h3>
<p>Powerful, minimal, and customizable — optimized for creators and tinkerers.</p>
</div>
<div class="hero-meta-grid download-hero-grid">
<article class="hero-card glass download-card">
<div class="card-top">
<span class="pill success">Stable</span>
<span class="eyebrow muted">Latest</span>
</div>
<div class="card-title" id="stable-tag">Loading...</div>
<p class="card-sub" id="stable-date"></p>
<p class="release-desc" id="stable-body">Fetching latest stable release...</p>
<div class="card-actions" id="stable-cta"></div>
</article>
<article class="hero-card glass download-card">
<div class="card-top">
<span class="pill accent">Edge</span>
<span class="eyebrow muted">Fast track</span>
</div>
<div class="card-title" id="edge-tag">Loading...</div>
<p class="card-sub" id="edge-date"></p>
<p class="release-desc" id="edge-body">Fetching most recent build...</p>
<div class="card-actions" id="edge-cta"></div>
</article>
<a class="hero-card glass archive-tile" href="releases.html">
<div class="card-top">
<span class="pill outline">Archive</span>
<span class="eyebrow muted">All builds</span>
</div>
<div class="card-title">Browse releases</div>
<p class="card-sub">Find older builds and notes.</p>
<div class="card-actions">
<span class="arrow">→</span>
</div>
</a>
</div>
</section>
<section id="mobile" class="mobile-section">
<div class="mobile-grid">
<div class="mobile-info">
<h3>SlashOS Mobile</h3>
<p>Coming soon: a lightweight, privacy-first mobile companion that pairs seamlessly with your desktop.</p>
<ul>
<li>Synchronized notifications and clipboard</li>
<li>Minimal UI with maximum performance</li>
<li>Regular OTA updates</li>
</ul>
<div class="mobile-ctas">
<a href="#features" class="btn primary">Learn More</a>
<a href="#desktop" class="btn secondary">Download Desktop</a>
</div>
</div>
<div class="mobile-preview">
<img src="assets/group-78-3815x1150.png" alt="Mobile preview" />
</div>
</div>
</section>
<footer>
<div class="footer-top">
<div class="footer-content">
<div class="footer-section">
<h4>Product</h4>
<a href="#desktop">Desktop Downloads</a>
<a href="#mobile">Mobile Info</a>
</div>
<div class="footer-section">
<h4>Support</h4>
<a href="https://github.com/SlashOS">GitHub</a>
<a href="#features">Features</a>
</div>
<div class="footer-section">
<h4>Community</h4>
<a href="https://discordapp.com/users/768845999594536960" target="_blank">Discord</a>
<a href="https://auth.hackclub.com/slack" target="_blank">Slack</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© <span id="copyright-year"></span> SlashOS - All Rights Reserved</p>
</div>
</footer>
<script src="js/release.js"></script>
<script src="js/menu.js"></script>
<script src="js/utils.js"></script>
<script src="js/script.js"></script>
</body>
</html>