Init: neue Webseite
This commit is contained in:
commit
3470b542d5
188 changed files with 7271 additions and 0 deletions
133
public/uses/index.html
Normal file
133
public/uses/index.html
Normal file
|
|
@ -0,0 +1,133 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de"
|
||||
dir="ltr">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>What I use | Jan Kremer</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+lG5LQM=" crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
|
||||
<script data-goatcounter="https://jankremer.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="title"><a href="/">Jan Kremer</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/blog/">Blog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/micro/">Microblog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/photos/">Fotos</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/about/">Über mich</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<article>
|
||||
|
||||
|
||||
<time datetime="2023-12-30T08:03:20+01:00">2023-12-30</time>
|
||||
<br>
|
||||
|
||||
<h1>What I use</h1>
|
||||
|
||||
<p class="lead">Nobody ever asked me what I'm currently using, but I decided to tell you anyway.</p>
|
||||
|
||||
<h2 id="hardware">Hardware</h2>
|
||||
<ul>
|
||||
<li>MacBook Pro 2015</li>
|
||||
<li>iPhone X</li>
|
||||
<li>Apple Watch SE</li>
|
||||
<li>AirPods Pro</li>
|
||||
<li>Logitech MX Master 3 (rarely)</li>
|
||||
</ul>
|
||||
<h2 id="software">Software</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Category</th>
|
||||
<th>Software</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Unless otherwise stated</td>
|
||||
<td>Apple default apps</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RSS reader</td>
|
||||
<td><a href="https://netnewswire.com">NetNewsWire</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Notes</td>
|
||||
<td><a href="https://obsidian.md">Obsidian</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>To-Do list</td>
|
||||
<td><a href="https://culturedcode.com/things">Things</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Text editor</td>
|
||||
<td><a href="https://neovim.io">Neovim</a>, <a href="https://helix-editor.com">Helix</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Word processing</td>
|
||||
<td><a href="https://typst.app">Typst</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Window manager</td>
|
||||
<td><a href="https://github.com/ianyh/Amethyst">Amethyst</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Terminal emulator</td>
|
||||
<td><a href="https://sw.kovidgoyal.net/kitty">Kitty</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package manager</td>
|
||||
<td><a href="https://nixos.org">Nix</a>, <a href="https://brew.sh">Homebrew</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</article>
|
||||
|
||||
<hr>
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li><a href="/tags/meta/">Meta</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
||||
  2021–2024</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue