mirror of
https://codeberg.org/Kankys/NewLukasBlog.git
synced 2026-05-31 06:45:30 +00:00
refactor
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
<!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="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
||||
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<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"><i class="fa fa-home"></i> 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="software">
|
||||
<p><strong>ZED</strong> - poměrně nový editor od <a href="https://zed.dev/" target="_blank">Zed.dev</a>, který se snaží být rychlý a efektivní.</p>
|
||||
<p>
|
||||
<strong>VSCodium</strong> - Fork k VSCode od Microsftu bez telemetrie Microsoftu.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<h3>Můj hardware:</h3>
|
||||
|
||||
<div class="hardware">
|
||||
<p>
|
||||
<strong>Lenovo ThinkBook 14 G4 ABA</strong> NB koupený původně s Windows 11, nyní na něm provozuji <a href="https://endeavouros.cz/" target="_blank">EndeavourOS Titan.</a
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
<strong>Google Pixel 8</strong> velmi povedený kus HW od google, kde používám alternativní mobilní OS ze zaměřením na soukromý <a href="https://grapheneos.org/" target="_blank">
|
||||
GrapheneOS</a>. <a href="https://lukan.cz/2025/01/%f0%9f%93%b1prechod-na-open-source-v-mobilnim-telefonu-muj-pribeh-s-grapheneos/" target="_blank">Více se dozvíte na mém blogu</a> .
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
<footer>Copyright © Lukáš Kaňka 2024</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user