Skip to content

Commit 86582b2

Browse files
authored
Update about-hackeros.html
1 parent fbfca1b commit 86582b2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

about-hackeros.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
document.querySelector('.hacker-mode p').textContent = 'Gaming session launched via gamescope';
423423
document.querySelector('.features h2').textContent = 'What does HackerOS include?';
424424
const featureItems = document.querySelectorAll('.features li');
425-
featureItems[0].textContent = 'Any kernel choice - if you don't have special requirements, you can stick with the default Debian kernel or install XanMod or Liquorix to improve performance.';
425+
featureItems[0].textContent = 'Any kernel choice - if you don\'t have special requirements, you can stick with the default Debian kernel or install XanMod or Liquorix to improve performance.';
426426
featureItems[1].textContent = 'Preinstalled firmware';
427427
featureItems[2].textContent = 'HackerOS proprietary games';
428428
featureItems[3].textContent = 'Specialized commands';
@@ -436,11 +436,14 @@
436436
editionTitles[0].textContent = 'Official Edition';
437437
editionTitles[1].textContent = 'Hydra Edition';
438438
editionTitles[2].textContent = 'Cybersecurity Edition';
439-
editionTitles[3].textContent = 'Nvidia Edition';
439+
editionTitles[3].textContent = 'Gnome Edition';
440+
editionTitles[4].textContent = 'Xfce Edition';
440441
const editionPs = document.querySelectorAll('.editions p');
441442
editionPs[0].textContent = 'The Official Edition is a standard edition for users, gamers, and programmers, suitable for practically everyone.';
442443
editionPs[1].textContent = 'The Hydra Edition is a copy of the official edition but with a different look (Garuda-like).';
443444
editionPs[2].textContent = 'The Cybersecurity Edition has no visual modifications and is a copy of the Official Edition but designed for cybersecurity enthusiasts (this version includes penetration testing tools, cybersecurity tools, and runs on the Xen kernel known from Qubes OS).';
445+
editionPs[3].textContent = 'The Gnome Edition is the same as the official edition but with the GNOME desktop environment.';
446+
editionPs[4].textContent = 'The Xfce Edition is the same as the official edition but with the XFCE desktop environment.';
444447
document.querySelector('.games-section h2').textContent = 'HackerOS Games';
445448
const gameTitles = document.querySelectorAll('.game h3');
446449
gameTitles[0].textContent = 'The Racer';
@@ -545,6 +548,12 @@ <h3>Edycja Hydra</h3>
545548
<p>Edycja Hydra to kopia edycji official, ale z innym wyglądem (Garuda-like).</p>
546549
<h3>Edycja Cybersecurity</h3>
547550
<p>Edycja Cybersecurity nie posiada modyfikacji wyglądu, jest to też kopia wersji oficjalnej, ale przeznaczona dla entuzjastów cyberbezpieczeństwa (wersja Cybersecurity posiada narzędzia do testów penetracyjnych, narzędzia do cyberbezpieczeństwa, pod jądro Xen znane z systemu Qubes OS).</p>
551+
<h3>Edycja Gnome</h3>
552+
<img src="gnome-edition.png" alt="Gnome Edition">
553+
<p>jest to samo co edycja oficialna ale z srodowiskiem graficznym gnome</p>
554+
<h3>Edycja Xfce</h3>
555+
<img src="xfce-edition.png" alt="Xfce Edition">
556+
<p>jest to to samo co edycja oficialna ale ze srodowiskiem graficznym xfce</p>
548557
</div>
549558
</section>
550559
<section class="games-section">

0 commit comments

Comments
 (0)