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/index.html | |
parent | dcfb172704f3afb68a30425029ec834be2883274 (diff) |
Remove incorrectly generated files, fix up markdown articles
Diffstat (limited to 'build/index.html')
-rw-r--r-- | build/index.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/build/index.html b/build/index.html index 2196baa..036eab2 100644 --- a/build/index.html +++ b/build/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>Making software better without sacrificing user experience.</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,24 +17,17 @@ <main> <h1 id="making-software-better-without-sacrificing-user-experience.">Making software better without sacrificing user experience.</h1> - <p>As a designer/developer hybrid, I help software companies improve their user experience and ship more performant products. I also actively maintain several <a href="https://git.sr.ht/~bt">open source projects</a>.</p> - <p>I’m passionate about open source software, usability, performance, privacy, and minimal design. This small piece of the internet stores a growing collection of my personal <a href="/dump">brain dumps</a>.</p> - <h2 id="skills-languages">Skills & Languages</h2> - <p>Core tools are Figma, HTML, CSS, JavaScript & WordPress. Currently improving my skills with Ruby, Rails, MySQL & PHP. I also enjoy tinkering with basic shell scripts and <a href="/public/images/unix.gif">Unix systems</a>.</p> - <h2 id="design-thought-experiments">Design Thought Experiments</h2> - <ul> <li><a href="/hamburgers">Stop Using Hamburger Menus (Sometimes)</a></li> <li><a href="https://search.btxx.org">Better Search Results</a></li> <li><a href="/one-thing">My Coffee Maker Just Makes Coffee</a></li> <li><a href="https://anon.btxx.org">Blog Anonymously</a></li> </ul> - <h2 id="articles-tutorials">Articles & Tutorials</h2> <div> <span>2024-06-02 · <a href="Building_rbenv_on_OpenBSD_7.5/">Building rbenv on OpenBSD 7.5</a></span><br> |