This repository was archived by the owner on Feb 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
407 lines (372 loc) · 21.1 KB
/
Copy path404.html
File metadata and controls
407 lines (372 loc) · 21.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found - Oreon Project</title>
<link rel="icon" href="public/images/favicon.png">
<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=Inter:wght@300;400;500;600;700&family=Cardo:wght@400;700&family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="dist/output.css">
</head>
<body class="min-h-screen bg-gradient-to-br from-emerald-50/30 via-white to-teal-50/30" style="background-image: radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.08) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(20, 184, 166, 0.07) 0%, transparent 50%), radial-gradient(circle at 50% 10%, rgba(59, 130, 246, 0.06) 0%, transparent 60%);">
<!-- Navigation -->
<!-- Navigation -->
<nav class="navbar navbar-dark backdrop-blur-md shadow-xl sticky top-0 z-50 bg-gray-900/95 border-b border-white/10">
<div class="navbar-start">
<div class="dropdown">
<div tabindex="0" role="button" class="btn btn-ghost lg:hidden text-white hover:bg-white/10">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" />
</svg>
</div>
<ul tabindex="0" class="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-gray-800 rounded-box w-52 border border-white/10">
<li><a href="../help/" class="text-white hover:bg-white/10" data-translate="nav.help">Help & Support</a></li>
<li><a href="../oreon-10/" class="text-white hover:bg-white/10" data-translate="nav.oreon10">Oreon 10</a></li>
<li><a href="../our-team/" class="text-white hover:bg-white/10" data-translate="nav.team">Our Team</a></li>
<li><a href="../downloads/" class="text-white hover:bg-white/10" data-translate="nav.download">Download</a></li>
</ul>
</div>
<a href="../" class="btn btn-ghost text-xl hover:bg-white/10">
<img src="../public/images/oreonlogo.png" alt="Oreon Project Logo" class="h-8 w-auto" style="filter: brightness(0) invert(1);">
</a>
</div>
<div class="navbar-center hidden lg:flex">
<ul class="menu menu-horizontal px-1">
<li><a href="../help/" class="text-white hover:bg-white/10 transition-colors duration-200" data-translate="nav.help">Help & Support</a></li>
<li><a href="../oreon-10/" class="text-white hover:bg-white/10 transition-colors duration-200" data-translate="nav.oreon10">Oreon 10</a></li>
<li><a href="../our-team/" class="text-white hover:bg-white/10 transition-colors duration-200" data-translate="nav.team">Our Team</a></li>
<li><a href="../downloads/" class="text-white hover:bg-white/10 transition-colors duration-200" data-translate="nav.download">Download</a></li>
</ul>
</div>
<div class="navbar-end flex items-center gap-2">
<!-- Mobile Search Toggle -->
<button id="mobileSearchToggle" class="btn btn-ghost text-white hover:bg-white/10 md:hidden">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
</svg>
</button>
<!-- Search Bar -->
<div class="hidden md:flex items-center gap-2">
<div class="relative">
<input type="text" id="searchInput" placeholder="Search..."
class="input input-bordered h-10 bg-white/10 border-white/20 text-white placeholder-white/60 w-52 pl-4 pr-4 focus:bg-white/20 focus:border-white/40 focus:ring-0 transition-all duration-200">
<div id="searchResults" class="absolute top-full left-0 right-0 mt-2 bg-gray-800 border border-white/10 rounded-lg shadow-xl hidden max-h-96 overflow-y-auto z-50 w-64">
<!-- Search results will be populated here -->
</div>
</div>
<button id="searchBtn" class="flex items-center justify-center w-10 h-10 bg-white/10 hover:bg-white/20 border border-white/20 rounded-lg text-white transition-colors">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
</svg>
</button>
</div>
<!-- Mobile Search Modal -->
<div id="mobileSearchModal" class="fixed inset-0 bg-black/50 backdrop-blur-sm z-50 hidden md:hidden">
<div class="flex items-start justify-center pt-20 px-4">
<div class="bg-gray-800 rounded-lg shadow-xl w-full max-w-md border border-white/10">
<div class="p-4">
<div class="flex items-center gap-2 mb-4">
<input type="text" id="mobileSearchInput" placeholder="Search..."
class="input input-bordered bg-white/10 border-white/20 text-white placeholder-white/60 flex-1 focus:bg-white/20 focus:border-white/40">
<button id="mobileSearchBtn" class="btn btn-primary">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
</svg>
</button>
<button id="closeMobileSearch" class="btn btn-ghost text-white">
<i class="fas fa-times"></i>
</button>
</div>
<div id="mobileSearchResults" class="max-h-64 overflow-y-auto">
<!-- Mobile search results will be populated here -->
</div>
</div>
</div>
</div>
</div>
<!-- Language Selector -->
<div class="dropdown dropdown-end">
<div tabindex="0" role="button" class="btn btn-ghost text-white hover:bg-white/10 border border-white/20">
<i class="fas fa-globe mr-2"></i>
<span id="currentLang">EN</span>
<i class="fas fa-chevron-down ml-1"></i>
</div>
<ul tabindex="0" class="dropdown-content menu p-2 shadow bg-gray-800 rounded-box w-32 border border-white/10 z-50">
<li><a href="#" onclick="changeLanguage('en')" class="text-white hover:bg-white/10">🇺🇸 English</a></li>
<li><a href="#" onclick="changeLanguage('es')" class="text-white hover:bg-white/10">🇪🇸 Español</a></li>
<li><a href="#" onclick="changeLanguage('fr')" class="text-white hover:bg-white/10">🇫🇷 Français</a></li>
<li><a href="#" onclick="changeLanguage('de')" class="text-white hover:bg-white/10">🇩🇪 Deutsch</a></li>
<li><a href="#" onclick="changeLanguage('it')" class="text-white hover:bg-white/10">🇮🇹 Italiano</a></li>
<li><a href="#" onclick="changeLanguage('pt')" class="text-white hover:bg-white/10">🇵🇹 Português</a></li>
</ul>
</div>
</div>
</nav>
<!-- 404 Content -->
<main class="container mx-auto px-4 py-20">
<div class="max-w-2xl mx-auto text-center">
<h1 class="text-6xl md:text-8xl font-bold mb-8 text-gray-900">404</h1>
<h2 class="text-3xl md:text-4xl font-semibold mb-6 text-gray-800">Page Not Found</h2>
<p class="text-xl text-gray-600 mb-8">
Oops! The page you were looking for doesn't seem to exist. It might have been moved, deleted, or perhaps the URL was mistyped.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="/" class="btn btn-primary btn-lg">
<i class="fas fa-home mr-2"></i>
Go to Homepage
</a>
<a href="help/" class="btn btn-secondary btn-lg">
<i class="fas fa-question-circle mr-2"></i>
Get Help
</a>
</div>
</div>
</main>
<!-- Footer -->
<footer class="bg-neutral text-neutral-content py-12 mt-20">
<div class="container mx-auto px-4 max-w-7xl">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div class="md:col-span-2">
<div class="flex items-center gap-3 mb-4">
<img src="public/images/oreonlogo.png" alt="Oreon Project Logo" class="h-8 w-auto" style="filter: brightness(0) invert(1);">
<span class="text-xl font-semibold">Oreon Project</span>
</div>
<p class="text-neutral-content/80 max-w-md">
Making Enterprise Linux more suitable for desktops and laptops, providing the best user experience right out of the gate.
</p>
</div>
<div>
<h4 class="font-semibold mb-4">Products</h4>
<ul class="space-y-2">
<li><a href="oreon-10/" class="text-neutral-content/80 hover:text-white">Oreon 10</a></li>
<li><a href="oreon-lime-r2/" class="text-neutral-content/80 hover:text-white">Oreon Lime R2</a></li>
<li><a href="downloads/" class="text-neutral-content/80 hover:text-white">Downloads</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">Support</h4>
<ul class="space-y-2">
<li><a href="help/" class="text-neutral-content/80 hover:text-white">Help & Support</a></li>
<li><a href="docs/" class="text-neutral-content/80 hover:text-white">Documentation</a></li>
<li><a href="our-team/" class="text-neutral-content/80 hover:text-white">Our Team</a></li>
</ul>
</div>
</div>
<div class="border-t border-neutral-content/20 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-neutral-content/60 text-sm">
© 2026 Oreon Project. All rights reserved.
</p>
<div class="flex gap-4 mt-4 md:mt-0">
<a href="https://github.com/oreonproject" class="text-neutral-content/60 hover:text-white">
<i class="fab fa-github text-xl"></i>
</a>
</div>
</div>
</div>
</footer>
<script>
// Translation system
const translations = {
en: {
'nav.help': 'Help & Support',
'nav.oreon10': 'Oreon 10',
'nav.team': 'Our Team',
'nav.download': 'Download',
'nav.forums': 'Forums'
},
es: {
'nav.help': 'Ayuda y Soporte',
'nav.oreon10': 'Oreon 10',
'nav.team': 'Nuestro Equipo',
'nav.download': 'Descargar',
'nav.forums': 'Foros'
},
fr: {
'nav.help': 'Aide et Support',
'nav.oreon10': 'Oreon 10',
'nav.team': 'Notre Équipe',
'nav.download': 'Télécharger',
'nav.forums': 'Forums'
},
de: {
'nav.help': 'Hilfe & Support',
'nav.oreon10': 'Oreon 10',
'nav.team': 'Unser Team',
'nav.download': 'Herunterladen',
'nav.forums': 'Foren'
},
it: {
'nav.help': 'Aiuto e Supporto',
'nav.oreon10': 'Oreon 10',
'nav.team': 'Il Nostro Team',
'nav.download': 'Scarica',
'nav.forums': 'Forum'
},
pt: {
'nav.help': 'Ajuda e Suporte',
'nav.oreon10': 'Oreon 10',
'nav.team': 'Nossa Equipe',
'nav.download': 'Baixar',
'nav.forums': 'Fóruns'
}
};
let currentLanguage = localStorage.getItem('language') || 'en';
function changeLanguage(lang) {
currentLanguage = lang;
localStorage.setItem('language', lang);
document.getElementById('currentLang').textContent = lang.toUpperCase();
// Update all elements with data-translate attribute
const elements = document.querySelectorAll('[data-translate]');
elements.forEach(element => {
const key = element.getAttribute('data-translate');
if (translations[lang] && translations[lang][key]) {
element.textContent = translations[lang][key];
}
});
}
// Search functionality
const searchData = [
{ title: 'Help & Support', url: '../help/', description: 'Get help and support for Oreon Linux' },
{ title: 'Oreon 10', url: '../oreon-10/', description: 'Latest Oreon release based on AlmaLinux 10' },
{ title: 'Our Team', url: '../our-team/', description: 'Meet the Oreon Project team members' },
{ title: 'Download', url: '../downloads/', description: 'Download Oreon Linux distributions' },
{ title: 'Documentation', url: '../docs/', description: 'Complete documentation for Oreon Linux' },
{ title: 'Oreon Lime R2', url: '../oreon-lime-r2/', description: 'Stable Oreon release based on AlmaLinux 9' },
{ title: 'Support Timeline', url: '../oreon-10-support-timeline/', description: 'Support timeline for Oreon releases' },];
function performSearch(query) {
if (!query.trim()) return [];
const lowerQuery = query.toLowerCase();
return searchData.filter(item =>
item.title.toLowerCase().includes(lowerQuery) ||
item.description.toLowerCase().includes(lowerQuery)
);
}
function displaySearchResults(results, containerId = 'searchResults') {
const resultsContainer = document.getElementById(containerId);
if (results.length === 0) {
resultsContainer.innerHTML = '<div class="p-4 text-white/60 text-center">No results found</div>';
resultsContainer.classList.remove('hidden');
return;
}
resultsContainer.innerHTML = results.map(result => `
<a href="${result.url}" class="block p-4 hover:bg-white/10 transition-colors duration-200 border-b border-white/10 last:border-b-0">
<div class="font-semibold text-white">${result.title}</div>
<div class="text-sm text-white/60 mt-1">${result.description}</div>
</a>
`).join('');
resultsContainer.classList.remove('hidden');
}
function displayMobileSearchResults(results) {
const resultsContainer = document.getElementById('mobileSearchResults');
if (results.length === 0) {
resultsContainer.innerHTML = '<div class="p-4 text-white/60 text-center">No results found</div>';
return;
}
resultsContainer.innerHTML = results.map(result => `
<a href="${result.url}" class="block p-3 hover:bg-white/10 transition-colors duration-200 border-b border-white/10 last:border-b-0">
<div class="font-semibold text-white">${result.title}</div>
<div class="text-sm text-white/60 mt-1">${result.description}</div>
</a>
`).join('');
}
// Mobile menu toggle
document.addEventListener('DOMContentLoaded', function() {
const dropdown = document.querySelector('.dropdown');
const menuButton = document.querySelector('.btn-ghost');
menuButton?.addEventListener('click', function() {
const menu = document.querySelector('.dropdown-content');
menu?.classList.toggle('hidden');
});
// Initialize language
changeLanguage(currentLanguage);
// Search functionality
const searchInput = document.getElementById('searchInput');
const searchBtn = document.getElementById('searchBtn');
const searchResults = document.getElementById('searchResults');
if (searchInput) {
searchInput.addEventListener('input', function() {
const query = this.value;
const results = performSearch(query);
displaySearchResults(results);
});
searchInput.addEventListener('keypress', function(e) {
if (e.key === 'Enter') {
const query = this.value;
const results = performSearch(query);
if (results.length > 0) {
window.location.href = results[0].url;
}
}
});
}
if (searchBtn) {
searchBtn.addEventListener('click', function() {
const query = searchInput.value;
const results = performSearch(query);
if (results.length > 0) {
window.location.href = results[0].url;
}
});
}
// Hide search results when clicking outside
document.addEventListener('click', function(e) {
if (!e.target.closest('.search-container') && searchResults) {
searchResults.classList.add('hidden');
}
});
// Mobile search functionality
const mobileSearchToggle = document.getElementById('mobileSearchToggle');
const mobileSearchModal = document.getElementById('mobileSearchModal');
const mobileSearchInput = document.getElementById('mobileSearchInput');
const mobileSearchBtn = document.getElementById('mobileSearchBtn');
const closeMobileSearch = document.getElementById('closeMobileSearch');
if (mobileSearchToggle) {
mobileSearchToggle.addEventListener('click', function() {
mobileSearchModal.classList.remove('hidden');
mobileSearchInput.focus();
});
}
if (closeMobileSearch) {
closeMobileSearch.addEventListener('click', function() {
mobileSearchModal.classList.add('hidden');
});
}
if (mobileSearchModal) {
mobileSearchModal.addEventListener('click', function(e) {
if (e.target === mobileSearchModal) {
mobileSearchModal.classList.add('hidden');
}
});
}
if (mobileSearchInput) {
mobileSearchInput.addEventListener('input', function() {
const query = this.value;
const results = performSearch(query);
displayMobileSearchResults(results);
});
mobileSearchInput.addEventListener('keypress', function(e) {
if (e.key === 'Enter') {
const query = this.value;
const results = performSearch(query);
if (results.length > 0) {
window.location.href = results[0].url;
}
}
});
}
if (mobileSearchBtn) {
mobileSearchBtn.addEventListener('click', function() {
const query = mobileSearchInput.value;
const results = performSearch(query);
if (results.length > 0) {
window.location.href = results[0].url;
}
});
}
});
</script>
</body>
</html>