diff options
author | bt <bt@btxx.org> | 2024-06-08 13:22:19 -0400 |
---|---|---|
committer | bt <bt@btxx.org> | 2024-06-08 13:22:19 -0400 |
commit | dcfb172704f3afb68a30425029ec834be2883274 (patch) | |
tree | 02ac480745db802d7af03f3213a0c568322170e3 /build/index.html | |
parent | e146f8a64c793c337999ce316b16ebe5fe6f2dab (diff) |
More content porting, on-going markdown changes for lowdown support
Diffstat (limited to 'build/index.html')
-rw-r--r-- | build/index.html | 48 |
1 files changed, 32 insertions, 16 deletions
diff --git a/build/index.html b/build/index.html index b38cf39..2196baa 100644 --- a/build/index.html +++ b/build/index.html @@ -1,31 +1,47 @@ <!doctype html> -<html lang="en" id="top"> +<html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="data:,"> <title>Making software better without sacrificing user experience.</title> - <link href="https://bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> - <style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}table{text-align:left;width:100%;}</style> + <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> </head> <nav> - <a href="#menu">Menu ↓</a> + <a href="#menu">Menu ↓</a> </nav> <main> -<h1>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>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>Design Thought Experiments</h2> -<p><a href="/hamburgers">Stop Using Hamburger Menus (Sometimes)</a><br> Common performance and accessibility issues caused by using hamburger menus.</p> -<p><a href="https://search.bt.ht">Better Search Results</a><br> Rethinking the UX flow of modern search engines.</p> -<p><a href="/one-thing">My Coffee Maker Just Makes Coffee</a><br> How products should focus on doing <em>one thing</em> very well.</p> -<p><a href="https://anon.bt.ht">Blog Anonymously</a><br>A basic starting point for those wishing to blog privately.</p> -<h2>Articles & Tutorials</h2> +<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> +<span>2024-05-27 · <a href="Installing_WordPress_on_NearlyFreeSpeech/">Installing WordPress on NearlyFreeSpeech</a></span><br> +<span>2024-04-11 · <a href="OpenBSD_is_a_Cozy_Operating_System/">OpenBSD is a Cozy Operating System</a></span><br> +<span>2024-02-23 · <a href="Please_Make_Your_Table_Headings_Sticky/">Please Make Your Table Headings Sticky</a></span><br> +<span>2024-02-16 · <a href="Website_Backups_with_Apple_iCloud/">Website Backups with Apple iCloud</a></span><br> +<span>2024-01-29 · <a href="New_Domain_and_Code_Forge/">New Domain and Code Forge</a></span><br> <span>2024-01-02 · <a href="My_Text_Editor_Is_Not_Open_Source/">My Text Edtior is Not Open Source</a></span><br> <span>2023-12-17 · <a href="Switching_Things_Over_to_ikiwiki/">Switching Things Over to ikiwiki</a></span><br> <span>2023-11-02 · <a href="dwm-gnome/">Bringing dwm Shortcuts to GNOME</a></span><br> @@ -193,7 +209,7 @@ <span>2017-07-10 · <a href="dts/">Designers Need Thicker Skin</a></span><br> <span>2016-11-15 · <a href="te/">The Wonders of Text Ellipsis</a></span><br> <span>2016-06-28 · <a href="aui/">Aqua UI CSS Buttons</a></span><br> -</div> +<div> <footer role="contentinfo"> <h2>Menu Navigation</h2> <ul id="menu"> |