60 lines
1.7 KiB
HTML
60 lines
1.7 KiB
HTML
<!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">
|
|
Hardware a software se kterým nejčastěji pracuji.
|
|
</h2>
|
|
|
|
<a href="../../index.html" class="btn">Domů</a>
|
|
</header>
|
|
|
|
<main id="content" class="main-content" role="main">
|
|
<h3>Software se kterým nejčastěji pracuji</h3>
|
|
|
|
<div class="obsah">
|
|
<div class="VSCodium">
|
|
<h3>VSCodium</h3>
|
|
<p>
|
|
Fork k VSCode od Microsftu bez telemetrie Microsoftu.
|
|
</p>
|
|
|
|
</div>
|
|
<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>
|
|
|
|
</main>
|
|
<footer>Copyright © Lukáš Kaňka 2024</footer>
|
|
|
|
</body>
|
|
</html>
|