NewLukasBlog/index/tools/index.html

60 lines
1.7 KiB
HTML
Raw Normal View History

2024-11-09 19:22:33 +01:00
<!doctype html>
<html lang="cs">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Kankys Matrix" content="Kankys s čím pracuji." />
<title>Nástroje</title>
<link rel="stylesheet" href="../../style/style.css" />
<link
rel="icon"
type="image/x-icon"
href="../../res/site/icons/favicon.ico"
/>
<link rel="shortcut icon" href="img/logo_arch_linux_167.png" />
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script
id="MathJax-script"
async=""
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
></script>
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name">Nástroje</h1>
<h2 class="project-tagline">
2025-01-04 22:08:30 +01:00
Hardware a software se kterým nejčastěji pracuji.
2024-11-09 19:22:33 +01:00
</h2>
2024-11-09 23:16:51 +01:00
<a href="../../index.html" class="btn">Domů</a>
2024-11-09 19:22:33 +01:00
</header>
<main id="content" class="main-content" role="main">
<h3>Software se kterým nejčastěji pracuji</h3>
<div class="obsah">
2024-12-24 15:33:15 +01:00
<div class="VSCodium">
2025-01-04 22:08:30 +01:00
<h3>VSCodium</h3>
2024-11-09 19:22:33 +01:00
<p>
2024-12-24 15:33:15 +01:00
Fork k VSCode od Microsftu bez telemetrie Microsoftu.
2024-11-09 19:22:33 +01:00
</p>
2024-12-24 15:33:15 +01:00
2024-11-09 19:22:33 +01:00
</div>
2025-01-04 22:08:30 +01:00
<h3>Můj hardware</h3>
<div class="Lenovo">
<h3>Lenovo ThinkBook 14 G4 ABA</h3>
<p>
Můj NB koupený původně s Windows 11, nyní na něm provozuji EndeavourOS.
</p>
</div>
2024-11-09 19:22:33 +01:00
</main>
<footer>Copyright &copy; Lukáš Kaňka 2024</footer>
</body>
</html>