diff options
author | Bradley Taunt <bt@btxx.org> | 2024-06-08 13:43:37 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-06-08 13:43:37 -0400 |
commit | 16d28628aca9b2d356de31c319f5e7bc0f5b2b02 (patch) | |
tree | 11947abb71e38cbe75116871694a44c33d257763 /build/uses/index.html | |
parent | dcfb172704f3afb68a30425029ec834be2883274 (diff) |
Remove incorrectly generated files, fix up markdown articles
Diffstat (limited to 'build/uses/index.html')
-rw-r--r-- | build/uses/index.html | 32 |
1 files changed, 5 insertions, 27 deletions
diff --git a/build/uses/index.html b/build/uses/index.html index 96db820..967b81f 100644 --- a/build/uses/index.html +++ b/build/uses/index.html @@ -3,11 +3,12 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="color-scheme" content="dark light"> <link rel="icon" href="data:,"> <title>Things I Use</title> <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" /> -<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style> +<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}blockquote{background:rgba(0,0,0,0.1);border-left:4px solid;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style> </head> <nav> @@ -16,13 +17,9 @@ <main> <h1 id="things-i-use">Things I Use</h1> - <p>This page contains a somewhat up-to-date listing of all hardware and software that I currently use. Seeing similar pages on other people’s personal websites have proved quite valuable to me, so I figured I would do the same!</p> - <h2 id="services">Services</h2> - <p>I’m proud to support open source products and privacy-respecting communities. The list is limited right now, but the plan is to expand this over time. All prices are in CDN.</p> - <table> <thead> <tr> @@ -30,7 +27,6 @@ <th>Cost/year</th> </tr> </thead> - <tbody> <tr> <td><a href="https://gandi.net">gandi</a> - Domain renewal</td> @@ -50,20 +46,16 @@ </tr> </tbody> </table> - <h2 id="laptops">Laptops</h2> - <ul> -<li><p><strong>M2 MacBook Air</strong> (Daily Work)</p> - +<li><strong>M2 MacBook Air</strong> (Daily Work) <ul> <li>CPU: M2 Apple Silicon</li> <li>RAM: 16GB</li> <li>Storage: 256GB</li> <li>OS: macOS</li> </ul></li> -<li><p><strong>ThinkPad X220</strong></p> - +<li><strong>ThinkPad X220</strong> <ul> <li>CPU: Intel Core i5 2540M @ 2.6 GHz</li> <li>RAM: 16GB</li> @@ -71,8 +63,7 @@ <li>OS: OpenBSD (<a href="https://git.btxx.org/open-suck/about">see build</a>)</li> <li>OS: Alpine Linux (<a href="https://git.btxx.org/alpine-suck/about">see build</a>)</li> </ul></li> -<li><p><strong>ThinkPad X201</strong></p> - +<li><strong>ThinkPad X201</strong> <ul> <li>CPU: Intel Core i5-520M @ 2.9 GHz</li> <li>RAM: 8GB</li> @@ -80,18 +71,13 @@ <li>OS: FreeBSD (<a href="https://git.btxx.org/suckless-beastie/about">see build</a>)</li> </ul></li> </ul> - <p>As you can tell: I <em>really</em> like ThinkPads…</p> - <h2 id="accessories">Accessories</h2> - <ul> <li>Logitech Pebble Mouse</li> <li>Cheap USB microphone</li> </ul> - <h2 id="mobile-devices">“Mobile” Devices</h2> - <ul> <li>iPhone SE (2020)</li> <li>ZTE Cymbal 2</li> @@ -100,21 +86,15 @@ <li>RPi Zero W</li> <li>RPi 400</li> </ul> - <h2 id="gaming-entertainment">Gaming / Entertainment</h2> - <ul> <li>Xbox Series S</li> <li>Nintendo Switch Lite</li> <li>Playstation 2</li> </ul> - <h2 id="software">Software</h2> - <p>I try my best to use only free and open source software. Unfortunately, some circumstances require me to use proprietary applications.</p> - <h3 id="open-source">Open Source</h3> - <ul> <li>aerc-mail</li> <li>Bitwarden</li> @@ -130,9 +110,7 @@ <li>vim</li> <li>VSCodium</li> </ul> - <h3 id="proprietary">Proprietary</h3> - <ul> <li>Figma</li> <li>Gmail</li> |