keyboards also updated htmd
This commit is contained in:
parent
cde50a812a
commit
056f49b1b0
6 changed files with 43 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>something silly</title>
|
<title>something silly - index</title>
|
||||||
<style>
|
<style>
|
||||||
html { color-scheme: dark; }
|
html { color-scheme: dark; }
|
||||||
</style>
|
</style>
|
||||||
|
@ -29,7 +29,8 @@ this means it is<br>
|
||||||
</p>
|
</p>
|
||||||
<h2>""content""</h2>
|
<h2>""content""</h2>
|
||||||
<p>
|
<p>
|
||||||
- todo: put words in the computer<br>
|
- <a href="/keyboard">keyboar</a><br>
|
||||||
|
- todo: put more words in the computer<br>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
27
site/keyboard/index.html
Normal file
27
site/keyboard/index.html
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<!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>
|
|
@ -4,14 +4,14 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>something silly</title>
|
<title>something silly - {FILENAME}</title>
|
||||||
<style>
|
<style>
|
||||||
html { color-scheme: dark; }
|
html { color-scheme: dark; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
CONTENT HERE
|
{CONTENT}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
1
write/.gitignore
vendored
Normal file
1
write/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.stignore
|
|
@ -12,6 +12,7 @@ this means it is
|
||||||
[✅] silly
|
[✅] silly
|
||||||
|
|
||||||
## ""content""
|
## ""content""
|
||||||
- todo: put words in the computer
|
- [keyboar](/keyboard)
|
||||||
|
- todo: put more words in the computer
|
||||||
|
|
||||||
|
|
||||||
|
|
8
write/keyboard/index.md
Normal file
8
write/keyboard/index.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# keyboards!
|
||||||
|
I love weird keyboards. I have many ideas for more weird keyboards that I might make one day, physical and digital.
|
||||||
|
|
||||||
|
My main keyboard is a funny little 36-key split one that i designed myself ([here](https://git.crispypin.cc/CrispyPin/leko-pona))
|
||||||
|
I like it because I don't have to move my hands at all while typing (only when using the mouse).
|
||||||
|
This makes me more **i m m e r s e d** like im communicating directly with the computer.
|
||||||
|
I'd like to do it more directly some day.
|
||||||
|
|
Loading…
Reference in a new issue