|
422 | 422 | document.querySelector('.hacker-mode p').textContent = 'Gaming session launched via gamescope'; |
423 | 423 | document.querySelector('.features h2').textContent = 'What does HackerOS include?'; |
424 | 424 | 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.'; |
426 | 426 | featureItems[1].textContent = 'Preinstalled firmware'; |
427 | 427 | featureItems[2].textContent = 'HackerOS proprietary games'; |
428 | 428 | featureItems[3].textContent = 'Specialized commands'; |
|
436 | 436 | editionTitles[0].textContent = 'Official Edition'; |
437 | 437 | editionTitles[1].textContent = 'Hydra Edition'; |
438 | 438 | editionTitles[2].textContent = 'Cybersecurity Edition'; |
439 | | - editionTitles[3].textContent = 'Nvidia Edition'; |
| 439 | + editionTitles[3].textContent = 'Gnome Edition'; |
| 440 | + editionTitles[4].textContent = 'Xfce Edition'; |
440 | 441 | const editionPs = document.querySelectorAll('.editions p'); |
441 | 442 | editionPs[0].textContent = 'The Official Edition is a standard edition for users, gamers, and programmers, suitable for practically everyone.'; |
442 | 443 | editionPs[1].textContent = 'The Hydra Edition is a copy of the official edition but with a different look (Garuda-like).'; |
443 | 444 | 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.'; |
444 | 447 | document.querySelector('.games-section h2').textContent = 'HackerOS Games'; |
445 | 448 | const gameTitles = document.querySelectorAll('.game h3'); |
446 | 449 | gameTitles[0].textContent = 'The Racer'; |
@@ -545,6 +548,12 @@ <h3>Edycja Hydra</h3> |
545 | 548 | <p>Edycja Hydra to kopia edycji official, ale z innym wyglądem (Garuda-like).</p> |
546 | 549 | <h3>Edycja Cybersecurity</h3> |
547 | 550 | <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> |
548 | 557 | </div> |
549 | 558 | </section> |
550 | 559 | <section class="games-section"> |
|
0 commit comments