-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
446 lines (396 loc) · 22.3 KB
/
index.html
File metadata and controls
446 lines (396 loc) · 22.3 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<!DOCTYPE html>
<html lang="en" data-bs-theme="light">
<head>
<!-- Required meta tags for character set and responsive design -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Devubox-MX is a midweight, simple, and stable desktop OS based on Devuan. Fast, secure, and ready for modern computing.">
<meta name="keywords" content="Linux, Devubox-MX, Devuan, Debian, Openbox, Operating System, Indonesia, Desktop OS">
<meta name="author" content="Devubox-MX Team">
<meta name="robots" content="index, follow">
<meta name="google-site-verification" content="5NSUj4iUm8mQVvVLfs-nzIvBGkmw6tJR6EQUsfkQQM0" />
<!-- SEO Meta Tags -->
<title>Devubox-MX - Midweight Simple Stable Desktop OS</title>
<link rel="canonical" href="https://devuboxlinux.github.io/">
<link rel='shortlink' href="https://devuboxlinux.github.io/" />
<!-- Performance Optimization: Preconnect to critical origins -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://devuboxlinux.github.io/">
<meta property="og:title" content="Devubox-MX - Midweight Simple Stable Desktop OS">
<meta property="og:description"
content="Devubox-MX is a midweight, simple, and stable desktop OS based on Devuan. Fast, secure, and ready for modern computing.">
<meta property="og:image" content="https://devuboxlinux.github.io/Screenshot.webp">
<meta property="og:site_name" content="Devubox-MX">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://devuboxlinux.github.io/">
<meta name="twitter:title" content="Devubox-MX - Midweight Simple Stable Desktop OS">
<meta name="twitter:description"
content="Devubox-MX is a midweight, simple, and stable desktop OS based on Devuan. Fast, secure, and ready for modern computing.">
<meta name="twitter:image" content="https://devuboxlinux.github.io/Screenshot.webp">
<!-- Favicon -->
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- Google Fonts (with display=swap for performance) -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<!-- Bootstrap CSS from CDN -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap Icons CDN - Optimized to be non-blocking -->
<link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"></noscript>
<!-- Custom CSS -->
<style>
:root {
--body-bg-light: linear-gradient(to right, #e2e2e2, #c9d6ff);
--body-bg-dark: linear-gradient(to right, #232526, #414345);
--card-bg-light: rgba(255, 255, 255, 0.8);
--card-bg-dark: rgba(33, 37, 41, 0.8);
--text-light: #212529;
--text-dark: #f8f9fa;
--border-color-light: rgba(0, 0, 0, 0.175);
--border-color-dark: rgba(255, 255, 255, 0.175);
}
html {
scroll-behavior: smooth;
}
body {
background: var(--body-bg-light);
font-family: 'Inter', sans-serif;
transition: background-color 0.3s ease;
}
.main-content {
padding-top: 3rem;
padding-bottom: 3rem;
}
.footer {
background-color: #343a40;
color: white;
padding: 1.5rem 0;
text-align: center;
}
.custom-card {
background-color: var(--card-bg-light);
backdrop-filter: blur(10px);
transition: background-color 0.3s ease, color 0.3s ease;
border: 1px solid var(--border-color-light);
}
.card-img-top {
height: 200px;
width: 200px;
object-fit: cover;
margin: 1rem auto;
border-radius: 15px;
}
#countdown-timer {
color: var(--text-light);
}
.hero-image-3d {
transition: transform 0.5s ease;
}
/* Apply 3D effect only on large screens */
@media (min-width: 992px) {
.hero-image-container {
perspective: 1000px;
}
.hero-image-3d {
transform: rotateY(-20deg) rotateX(0deg);
}
.hero-image-3d:hover {
transform: rotateY(0) rotateX(0);
}
}
/* Dark Mode Styles */
[data-bs-theme="dark"] body {
background: var(--body-bg-dark);
}
[data-bs-theme="dark"] .hero-section {
background-color: var(--hero-bg-dark);
color: var(--text-dark);
}
[data-bs-theme="dark"] .custom-card {
background-color: var(--card-bg-dark);
border-color: var(--border-color-dark);
}
[data-bs-theme="dark"] #countdown-timer,
[data-bs-theme="dark"] .text-muted {
color: #adb5bd !important;
}
[data-bs-theme="dark"] .bg-light {
background-color: var(--section-bg-dark) !important;
}
/* Theme toggle icon styling */
.theme-toggle {
cursor: pointer;
}
.theme-toggle .sun-icon,
.theme-toggle .moon-icon {
transition: transform 0.3s ease;
}
[data-bs-theme="dark"] .sun-icon {
display: inline-block;
}
[data-bs-theme="dark"] .moon-icon {
display: none;
}
[data-bs-theme="light"] .sun-icon {
display: none;
}
[data-bs-theme="light"] .moon-icon {
display: inline-block;
}
</style>
</head>
<body>
<!-- ======================= Navbar ======================= -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark shadow-sm sticky-top">
<div class="container-fluid">
<a class="navbar-brand fw-bold" href="#">Devubox-MX</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto align-items-center">
<li class="nav-item"><a class="nav-link active" aria-current="page" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#features-section">Features</a></li>
<li class="nav-item"><a class="nav-link" href="download">Download</a></li>
<li class="nav-item"><a class="nav-link"
href="https://github.com/DevuboxLinux/Devubox-MX/wiki/Install-Guide">Install Guide</a></li>
<li class="nav-item"><a class="nav-link"
href="https://github.com/DevuboxLinux/Devubox-MX/discussions">Forum</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/DevuboxLinux/Devubox-MX/">Source
Code</a></li>
<li class="nav-item ms-lg-2">
<a class="nav-link theme-toggle" id="theme-toggle-btn" title="Toggle theme" role="button" tabindex="0">
<i class="bi bi-sun-fill sun-icon"></i>
<i class="bi bi-moon-fill moon-icon"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- ======================= Main Content ======================= -->
<main class="main-content">
<div class="container">
<!-- Hero Section -->
<div class="card custom-card shadow-sm p-3 p-lg-5 mb-4">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2 mb-4 mb-lg-0 hero-image-container">
<img src="Screenshot.webp" class="img-fluid rounded shadow hero-image-3d"
alt="A screenshot of the Devubox-MX desktop, featuring a clean and modern interface with the Openbox window manager, a customized Tint2 panel, and various applications open."
width="800" height="450" fetchpriority="high">
</div>
<div class="col-lg-6 order-lg-1">
<h1 class="display-6 fw-bold">Introducing Devubox-MX</h1>
<p class="fs-6 text-muted">A midweight, simple, and stable systemd-free desktop OS.</p>
<p class="fs-5">Devubox-MX is an open-source MX Linux respin based on Devuan. It uses both
MX Linux and MX AHS repositories to provide access to the latest/backports of programs
and drivers, similar to how PPAs function in Ubuntu. It features a customized Openbox
window manager that provides a complete desktop environment inspired by CrunchBang++,
BunsenLabs, Mabox, and Archcraft.</p>
<div class="mt-1">
<p class="fs-5 mb-2">RC1 is now coming out🎉🎉🎉. Stable release is coming in December
with the new Plus and Lite variant.</p>
<p class="fs-5 mb-2">Estimated Stable release: December 2025. This date is subject to
change.</p>
<a href="/download" id="download-button" class="btn btn-primary btn-lg"
role="button">Download</a>
<a href="#features-section" class="btn btn-secondary btn-lg" role="button">Learn
More</a>
</div>
</div>
</div>
</div>
</div>
<!-- Responsive Grid System with Linux-related content -->
<div class="row text-center">
<!-- Card 1 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card custom-card h-100 shadow-sm">
<img src="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/raw/refs/heads/master/Papirus/64x64/apps/hardinfo2.svg"
class="card-img-top" alt="Midweight OS">
<div class="card-body px-4 pb-4">
<h2 class="card-title h5">Midweight & Fast</h2>
<p class="card-text">Built with a customized Openbox window manager, Devubox-MX is designed
to be fast and efficient. It runs smoothly on older 64-bit hardware (like the Core 2
Duo) and uses only ~600MB of RAM, similar to XFCE.</p>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card custom-card h-100 shadow-sm">
<img src="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/raw/refs/heads/master/Papirus/64x64/apps/github.svg"
class="card-img-top" alt="Community Driven">
<div class="card-body px-4 pb-4">
<h2 class="card-title h5">Community Driven</h2>
<p class="card-text">As an open-source project, our development is guided by user feedback.
Join our forums to help shape the future of Devubox-MX.</p>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card custom-card h-100 shadow-sm">
<img src="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/raw/refs/heads/master/Papirus/64x64/apps/security-high.svg"
class="card-img-top" alt="Secure OS">
<div class="card-body px-4 pb-4">
<h2 class="card-title h5">Secure & Reliable</h2>
<p class="card-text">Based on the solid foundation of Devuan and MX Linux, Devubox-MX
benefits from robust security features and a stable, reliable core system.</p>
</div>
</div>
</div>
<!-- Card 4 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card custom-card h-100 shadow-sm">
<img src="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/raw/refs/heads/master/Papirus/64x64/apps/knemo.svg"
class="card-img-top" alt="Preloaded Apps">
<div class="card-body px-4 pb-4">
<h2 class="card-title h5">Preloaded with Apps for Offline Use</h2>
<p class="card-text">It's ready out of the box with multimedia codecs, games, LibreOffice,
printer support, and top apps like GIMP, Inkscape, and OBS Studio.</p>
</div>
</div>
</div>
<!-- Card 5 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card custom-card h-100 shadow-sm">
<img src="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/raw/refs/heads/master/Papirus/64x64/apps/jockey.svg"
class="card-img-top" alt="Driver Compatibility">
<div class="card-body px-4 pb-4">
<h2 class="card-title h5">Broad Driver Compatibility</h2>
<p class="card-text">Includes many proprietary firmware packages from the Debian
`non-free-firmware` repository for out-of-the-box hardware support. With Advanced
Hardware Support (AHS), it also supports a wide range of modern hardware.</p>
</div>
</div>
</div>
<!-- Card 6 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="card custom-card h-100 shadow-sm">
<img src="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/raw/refs/heads/master/Papirus/64x64/apps/nvidia.svg"
class="card-img-top" alt="NVIDIA Drivers">
<div class="card-body px-4 pb-4">
<h2 class="card-title h5">Easy NVIDIA Driver Installation</h2>
<p class="card-text">A simple one-click installer is included for proprietary NVIDIA drivers
(requires an internet connection).</p>
</div>
</div>
</div>
</div>
<!-- Adding extra content to demonstrate scrolling -->
<div class="card custom-card shadow-sm p-5 p-lg-5 mb-4" id="features-section">
<div class="row align-items-center">
<h2>More about Devubox-MX</h2>
<p>The Devubox-MX combines the Openbox experience with XFCE components to create a modern look.
Ready to serve both power users and beginners alike, it is midweight, fast, and
resource-efficient, yet 100% powerful.</p>
<p>Built with user experience in mind, we've selected components to provide a midweight system that
just works. Here are some of the key features of Devubox-MX:</p>
<ul>
<li>Comes with lots of pre-installed applications, plus many more available through the MX
Package Installer and MX Repositories using the Synaptic Package Manager.</li>
<li>Includes Rescue Tools and MX Tools from MX Linux to help repair unbootable systems and make
maintenance easier.</li>
<li>Includes both light and dark themes for better visual comfort.</li>
<li>Supports installation on UEFI and Legacy BIOS systems.</li>
<li>Provides Advanced Hardware Support (AHS) for better compatibility with modern hardware.</li>
<li>Includes proprietary firmware packages for out-of-the-box hardware support.</li>
<li>Includes multimedia codecs for playing various audio and video formats out of the box.</li>
<li>Offers a one-click installer for proprietary NVIDIA drivers.</li>
<li>The Tint2 panel has been customized with enhanced functionality, featuring an application
menu, search tool, multitasking view (Exposé), software center, and buttons for logout and
show desktop.</li>
<li>Added custom fonts from Devubox-MX for desktop customization.</li>
<li>The LibreOffice configuration is tweaked for a look and feel similar to Microsoft Office.
</li>
<li>Easy window tiling using keyboard shortcuts.</li>
</ul>
<p>It supports a wide range of hardware, from older 64-bit laptops to modern desktops.</p>
<h2>Devubox-MX is Built On:</h2>
<ul>
<li><strong>Base System:</strong> Devuan 6 "Excalibur" (Based on Debian 13.2 "Trixie" without
systemd)</li>
<li><strong>Repositories:</strong> MX Linux 25 Repository</li>
<li><strong>Desktop Components:</strong> Openbox 3.6.1, Tint2 17.0.1, XFCE 4.20.1, and Picom
12.5</li>
<li><strong>Build Tools:</strong> Built using the <a
href="https://github.com/DevuboxLinux/build-iso-devubox/" target="_blank"
rel="noopener noreferrer">build-iso-devubox</a> script and antiX live system tools</li>
</ul>
</div>
</div>
</div>
</main>
<!-- ======================= Footer ======================= -->
<footer class="footer py-3 bg-dark text-white">
<div class="container">
<p class="mb-0">© 2025 Devubox-MX. All Rights Reserved. Licensed under MIT. Made with love in Indonesia
🇮🇩.</p>
<p class="mb-0">Discord: TheBSODFan</p>
<div class="mt-2">
<a href="https://github.com/DevuboxLinux" class="text-white me-3" aria-label="GitHub"><i
class="bi bi-github" style="font-size: 1.5rem;"></i></a>
<!-- Added Sourceforge Icon -->
<a href="https://sourceforge.net/projects/devubox-mx-edition/" class="text-white me-3"
aria-label="Sourceforge"><i class="bi bi-sourceforge" style="font-size: 1.5rem;"></i></a>
<a href="https://t.me/DevuboxMX" class="text-white me-3"
aria-label="Telegram"><i class="bi bi-telegram" style="font-size: 1.5rem;"></i></a>
</div>
</div>
</footer>
<!-- ======================= Scripts ======================= -->
<script src="https://code.jquery.com/jquery-3.7.1.slim.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" defer></script>
<!-- Dark Mode Toggle Script -->
<script>
(() => {
'use strict'
const getStoredTheme = () => localStorage.getItem('theme')
const setStoredTheme = theme => localStorage.setItem('theme', theme)
const getPreferredTheme = () => {
const storedTheme = getStoredTheme()
if (storedTheme) {
return storedTheme
}
return window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'
}
const setTheme = theme => {
document.documentElement.setAttribute('data-bs-theme', theme)
}
setTheme(getPreferredTheme())
// Wait for DOMContentLoaded to ensure elements exist
document.addEventListener('DOMContentLoaded', () => {
const themeToggleButton = document.getElementById('theme-toggle-btn');
if (themeToggleButton) {
themeToggleButton.addEventListener('click', () => {
const currentTheme = getStoredTheme() || getPreferredTheme();
const newTheme = currentTheme === 'light' ? 'dark' : 'light';
setStoredTheme(newTheme);
setTheme(newTheme);
});
// Add keyboard accessibility for the toggle button (which is an anchor)
themeToggleButton.addEventListener('keydown', (e) => {
if (e.key === 'Enter' || e.key === ' ') {
e.preventDefault();
themeToggleButton.click();
}
});
}
});
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', () => {
if (!getStoredTheme()) {
setTheme(getPreferredTheme())
}
})
})()
</script>
</body>
</html>