blug/site/keyboard/index.html

28 lines
818 B
HTML
Raw Normal View History

2024-04-26 23:25:21 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>something silly - index</title>
<style>
html { color-scheme: dark; }
</style>
</head>
<body>
<h1>keyboards!</h1>
<p>
I love weird keyboards. I have many ideas for more weird keyboards that I might make one day, physical and digital.<br>
</p>
<p>
My main keyboard is a funny little 36-key split one that i designed myself (<a href="https://git.crispypin.cc/CrispyPin/leko-pona">here</a>)<br>
I like it because I don't have to move my hands at all while typing (only when using the mouse).<br>
This makes me more <strong>i m m e r s e d</strong> like im communicating directly with the computer.<br>
I'd like to do it more directly some day.<br>
</p>
</body>
</html>