Compare commits

...

3 Commits

Author SHA1 Message Date
1d77028f7f wiki - nvidia + pacman 2024-10-31 22:25:02 +01:00
bca0ef1c0b wiki - hardware + instalace 2024-10-31 22:19:35 +01:00
bb83acbb1c wiki -hraní 2024-10-31 22:14:49 +01:00
8 changed files with 315 additions and 7 deletions

44
gaming.php Normal file
View File

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8"/>
<meta
content="EndeavourOS svobodný operační systém...."
name="description"
/>
<meta content="EndeavourOS, Hraní" name="keywords"/>
<meta content="Kankys" name="author"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="assets/style.css" rel="stylesheet"/>
<link href="/img/icons.png" rel="shortcut icon"/>
<script
crossorigin="anonymous"
src="https://kit.fontawesome.com/0a43c6cd1f.js"
></script>
<!--icons dark, go to up-->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
rel="stylesheet"
/>
<!--ubuntu fonts-->
<style>
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
</style>
<title>EndeavourOS - Hraní</title>
</head>
<body>
<?php require "assets/header.php" ?>
<main>
<section class="welcome">
<h1>EndeavourOS Hraní</h1>
</section>
</main>
<?php require "assets/returnbutton.php"?>
<?php require "assets/footer.php" ?>
<script src="assets/script.js"></script>
</body>
</html>

44
grub-a-refind.php Normal file
View File

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8"/>
<meta
content="EndeavourOS svobodný operační systém...."
name="description"
/>
<meta content="EndeavourOS, Grub a Refind" name="keywords"/>
<meta content="Kankys" name="author"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="assets/style.css" rel="stylesheet"/>
<link href="/img/icons.png" rel="shortcut icon"/>
<script
crossorigin="anonymous"
src="https://kit.fontawesome.com/0a43c6cd1f.js"
></script>
<!--icons dark, go to up-->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
rel="stylesheet"
/>
<!--ubuntu fonts-->
<style>
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
</style>
<title>EndeavourOS - Grub a Refind</title>
</head>
<body>
<?php require "assets/header.php" ?>
<main>
<section class="welcome">
<h1>EndeavourOS Grub a Refind</h1>
</section>
</main>
<?php require "assets/returnbutton.php"?>
<?php require "assets/footer.php" ?>
<script src="assets/script.js"></script>
</body>
</html>

44
hardware.php Normal file
View File

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8"/>
<meta
content="EndeavourOS svobodný operační systém...."
name="description"
/>
<meta content="EndeavourOS, Hardware" name="keywords"/>
<meta content="Kankys" name="author"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="assets/style.css" rel="stylesheet"/>
<link href="/img/icons.png" rel="shortcut icon"/>
<script
crossorigin="anonymous"
src="https://kit.fontawesome.com/0a43c6cd1f.js"
></script>
<!--icons dark, go to up-->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
rel="stylesheet"
/>
<!--ubuntu fonts-->
<style>
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
</style>
<title>EndeavourOS - Hardware</title>
</head>
<body>
<?php require "assets/header.php" ?>
<main>
<section class="welcome">
<h1>EndeavourOS - Hardware</h1>
</section>
</main>
<?php require "assets/returnbutton.php"?>
<?php require "assets/footer.php" ?>
<script src="assets/script.js"></script>
</body>
</html>

44
instalace.php Normal file
View File

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8"/>
<meta
content="EndeavourOS svobodný operační systém...."
name="description"
/>
<meta content="EndeavourOS, Instalace" name="keywords"/>
<meta content="Kankys" name="author"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="assets/style.css" rel="stylesheet"/>
<link href="/img/icons.png" rel="shortcut icon"/>
<script
crossorigin="anonymous"
src="https://kit.fontawesome.com/0a43c6cd1f.js"
></script>
<!--icons dark, go to up-->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
rel="stylesheet"
/>
<!--ubuntu fonts-->
<style>
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
</style>
<title>EndeavourOS - Instalace</title>
</head>
<body>
<?php require "assets/header.php" ?>
<main>
<section class="welcome">
<h1>EndeavourOS - Instalace</h1>
</section>
</main>
<?php require "assets/returnbutton.php"?>
<?php require "assets/footer.php" ?>
<script src="assets/script.js"></script>
</body>
</html>

44
intel-gpu.php Normal file
View File

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8"/>
<meta
content="EndeavourOS svobodný operační systém...."
name="description"
/>
<meta content="EndeavourOS, Intel GPU" name="keywords"/>
<meta content="Kankys" name="author"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="assets/style.css" rel="stylesheet"/>
<link href="/img/icons.png" rel="shortcut icon"/>
<script
crossorigin="anonymous"
src="https://kit.fontawesome.com/0a43c6cd1f.js"
></script>
<!--icons dark, go to up-->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
rel="stylesheet"
/>
<!--ubuntu fonts-->
<style>
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
</style>
<title>EndeavourOS - Intel GPU</title>
</head>
<body>
<?php require "assets/header.php" ?>
<main>
<section class="welcome">
<h1>EndeavourOS - Intel GPU</h1>
</section>
</main>
<?php require "assets/returnbutton.php"?>
<?php require "assets/footer.php" ?>
<script src="assets/script.js"></script>
</body>
</html>

44
nvidia.php Normal file
View File

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8"/>
<meta
content="EndeavourOS svobodný operační systém...."
name="description"
/>
<meta content="EndeavourOS, Nvidia" name="keywords"/>
<meta content="Kankys" name="author"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="assets/style.css" rel="stylesheet"/>
<link href="/img/icons.png" rel="shortcut icon"/>
<script
crossorigin="anonymous"
src="https://kit.fontawesome.com/0a43c6cd1f.js"
></script>
<!--icons dark, go to up-->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
rel="stylesheet"
/>
<!--ubuntu fonts-->
<style>
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
</style>
<title>EndeavourOS - Nvidia</title>
</head>
<body>
<?php require "assets/header.php" ?>
<main>
<section class="welcome">
<h1>EndeavourOS - Nvidia</h1>
</section>
</main>
<?php require "assets/returnbutton.php"?>
<?php require "assets/footer.php" ?>
<script src="assets/script.js"></script>
</body>
</html>

44
pacman.php Normal file
View File

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8"/>
<meta
content="EndeavourOS svobodný operační systém...."
name="description"
/>
<meta content="EndeavourOS, Pacman" name="keywords"/>
<meta content="Kankys" name="author"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="assets/style.css" rel="stylesheet"/>
<link href="/img/icons.png" rel="shortcut icon"/>
<script
crossorigin="anonymous"
src="https://kit.fontawesome.com/0a43c6cd1f.js"
></script>
<!--icons dark, go to up-->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
rel="stylesheet"
/>
<!--ubuntu fonts-->
<style>
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
</style>
<title>EndeavourOS - Pacman</title>
</head>
<body>
<?php require "assets/header.php" ?>
<main>
<section class="welcome">
<h1>EndeavourOS - Pacman</h1>
</section>
</main>
<?php require "assets/returnbutton.php"?>
<?php require "assets/footer.php" ?>
<script src="assets/script.js"></script>
</body>
</html>

View File

@ -165,7 +165,7 @@
<div class="reviews-card-2">
<img alt="#" src="img/Shadow-of-the-tomb-raider.webp" />
<div class="reviews-card-text">
<h3><a href="#">Hraní</a></h3>
<h3><a href="gaming.php">Hraní</a></h3>
<div class="reviews-name">
Jak nastavit EndeavourOS pro hráče.
</div>
@ -180,7 +180,7 @@
<div class="reviews-card">
<img alt="#" src="img/endeavour_3-scaled.webp" />
<div class="reviews-card-text">
<h3><a href="#">Grub a Refind</a></h3>
<h3><a href="grub-a-refind.php">Grub a Refind</a></h3>
<div class="reviews-name">
Články o službě Grub a alternativě ke službě Grub, Refind.
</div>
@ -189,7 +189,7 @@
<div class="reviews-card-1">
<img alt="#" src="img/hardware-linux.preview.webp" />
<div class="reviews-card-text">
<h3><a href="#">Hardware</a></h3>
<h3><a href="hardware.php">Hardware</a></h3>
<div class="reviews-name">
Výukový program pro snížení spotřeby energie a chlazení.
</div>
@ -204,7 +204,7 @@
<div class="reviews-card">
<img alt="#" src="img/CAl.webp" />
<div class="reviews-card-text">
<h3><a href="#">Instalace</a></h3>
<h3><a href="instalace.php">Instalace</a></h3>
<div class="reviews-name">
Články o naší službě Live ISO, Calamares a další.
</div>
@ -213,7 +213,7 @@
<div class="reviews-card-1">
<img alt="#" src="img/Intel.webp" />
<div class="reviews-card-text">
<h3><a href="#">Intel GPU</a></h3>
<h3><a href="intel-gpu.php">Intel GPU</a></h3>
<div class="reviews-name">
Článek týkající se integrovaného grafického procesoru Intel.
</div>
@ -237,7 +237,7 @@
<div class="reviews-card">
<img alt="#" src="img/Nvidia-1.webp" />
<div class="reviews-card-text">
<h3><a href="#">Nvidia</a></h3>
<h3><a href="nvidia.php">Nvidia</a></h3>
<div class="reviews-name">
Články o grafických procesorech Nvidia.
</div>
@ -246,7 +246,7 @@
<div class="reviews-card-1">
<img alt="#" src="img/backlight_arch_by_karl_schneider_dazk2ky-scaled.webp" />
<div class="reviews-card-text">
<h3><a href="#">Pacman</a></h3>
<h3><a href="pacman.php">Pacman</a></h3>
<div class="reviews-name">
Články, které vám pomohou lépe porozumět instalátoru Pacman a
příkazům.