-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (51 loc) · 2.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="huffstler">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="dump of all the projects I've done IRL.">
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-earthly.css" type="text/css">
<title>Landing Page</title>
</head>
<body>
<h1> Welcome to all my projects! </h1>
<p>
I'll see something really cool online every once in a while and want to try it out.
When I eventually do, I'll document the process here with some pictures, thoughts, and other things!
</p>
<ul>
<li> <del> The Homemade Sauna </del> </li>
<li> Naked60 Keyboard from LittleKeyboards </li>
<li> "Smart Home" Pantry / Groceries List </li>
<li> <a href="https://www.youtube.com/watch?v=CKIye4RZ-5k">DIY DML Speakers</a></li>
<li> <del> Brakes, Rotors, and Calipers replacement on a 2010 Kia Forte </del> </li>
<li> Building a custom computer desk </li>
<li> Replacing the kitchen Chandelier </li>
<li> Fixing odds and ends around the house </li>
<li> <a href="https://keepass.info/help/kb/trigger_examples.html#dbsync">Update keepass db sync to prevent corruptions</a></li>
</ul>
<hr>
<p>
<span>Keyboard Related Stuff:</span>
<ul>
<li><a href="https://www.1upkeyboards.com/"> 1upkeyboards </a> </li>
<li><a href="https://cannonkeys.com/"> Cannon Keys </a> </li>
<li><a href="https://dixiemech.com/"> Dixie Mech </a></li>
<li><a href="https://drop.com/mechanical-keyboards/drops"> Drop </a></li>
<li><a href="https://kbdfans.com/"> kbdfans </a></li>
<li><a href="https://keeb.io/"> Keebio </a></li>
<li><a href="https://thekey.company/"> key.co </a></li>
<li><a href="https://kono.store/"> Kono </a></li>
<li><a href="https://www.littlekeyboards.com/"> LittleKeyboards </a></li>
<li><a href="https://www.reddit.com/r/MechGroupBuys/"> Mech Group Buys </a></li>
<li><a href="https://mkultra.click/"> MKUltra </a></li>
<li><a href="https://novelkeys.xyz/"> Novelkeys </a></li>
<li><a href="https://pimpmykeyboard.com/"> Pimp My Keyboard </a></li>
<li><a href="https://www.primekb.com/"> Prime Keyboards </a></li>
<li><a href="https://kbdfans.com/"> Rama Works </a></li>
<li><a href="https://www.us.txkeyboards.com/"> TX Keyboards </a></li>
</ul>
</p>
</body>
</html>