aboutsummaryrefslogtreecommitdiff
path: root/build/projects/index.html
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-06-06 08:05:12 -0400
committerBradley Taunt <bt@btxx.org>2024-06-06 08:05:12 -0400
commit6b742c459266b18e2b375b35205ce8a6c02f0452 (patch)
treeb16fbb9a045e33dd6c97eb5ab72e6ff4d9237ea3 /build/projects/index.html
Initial commit
Diffstat (limited to 'build/projects/index.html')
-rw-r--r--build/projects/index.html68
1 files changed, 68 insertions, 0 deletions
diff --git a/build/projects/index.html b/build/projects/index.html
new file mode 100644
index 0000000..549ebc6
--- /dev/null
+++ b/build/projects/index.html
@@ -0,0 +1,68 @@
+<!doctype html>
+<html lang="en" id="top">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" href="data:,">
+ <title>Projects</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>
+</head>
+
+<nav>
+ <a href="#menu">Menu &darr;</a>
+</nav>
+
+<main>
+<h1>Projects</h1>
+<h2>Active Projects</h2>
+<ul>
+<li><a href="https://barf.bt.ht">barf</a>: Minimal blog engine in a tiny shell script</li>
+<li><a href="https://ssgit.bt.ht">ssgit</a>: Static site git page generator</li>
+<li><a href="https://vanillacss.com">Vanilla CSS</a>: A minimal baseline stylesheet for any web project</li>
+<li><a href="https://audit.bt.ht">Web Audit</a>: Detailed checklist audit for developing websites</li>
+<li><a href="https://normform.netlify.app">Normform</a>: Minimal CSS form plugin (6KB)</li>
+<li><a href="https://23tales.netlify.app">23 Tales</a>: Online collection of works by Beatrix Potter</li>
+<li><a href="https://shinobi.bt.ht">Shinobi</a>: Text-based, RSS focused blogging "system"</li>
+<li><a href="https://pblog.bt.ht">pblog</a>: Pandoc static blog generator</li>
+<li><a href="https://ls.bt.ht">Light Speed</a>: Jekyll theme with a perfect Lighthouse score</li>
+</ul>
+<h2>Clubs</h2>
+<ul>
+<li><a href="https://1mb.club">1MB Club</a>: A collection of web pages weighing less than 1 megabyte</li>
+<li><a href="https://1kb.club">1kB Club</a>: A collection of web pages weighing less than 1 kilobyte</li>
+<li><a href="https://xhtml.club">XHTML Club</a> A collection of HTML-focused websites</li>
+</ul>
+<h2>Installers / Setups</h2>
+<ul>
+<li><a href="https://git.sr.ht/~bt/open-suck">Open Suck</a>: OpenBSD desktop based on the suckless philosophy</li>
+<li><a href="https://vs.bt.ht">Void Suck</a>: Void Linux desktop based on the suckless philosophy</li>
+<li><a href="https://as.bt.ht">Alpine Suck</a>: Alpine Linux desktop based on the suckless philosophy</li>
+<li><a href="https://git.sr.ht/~bt/alpine-linux-setup">Alpine Wayland Desktop</a>: Bare-bones Wayland "Desktop" Alpine installer script</li>
+</ul>
+<h2>Experiments</h2>
+<ul>
+<li><a href="https://anon.bt.ht">Blog Anonymously</a>: A basic starting point for those wishing to blog privately</li>
+<li><a href="https://search.bt.ht">Better Search Results</a>: Rethinking the UX flow of modern search engines</li>
+</ul>
+<footer role="contentinfo">
+ <h2>Menu Navigation</h2>
+ <ul id="menu">
+ <li><a href="/">Home</a></li>
+ <li><a href="/projects">Projects</a></li>
+ <li><a href="/uses">Uses</a></li>
+ <li><a href="/wiki">Wiki</a></li>
+ <li><a href="/resume">Resume</a></li>
+ <li><a href="/colophon">Colophon</a></li>
+ <li><a href="/now">Now</a></li>
+ <li><a href="/donate">Donate</a></li>
+ <li><a href="/atom.xml">RSS</a></li>
+ <li><a href="#top">&uarr; Top of the page</a></li>
+ </ul>
+ <small>
+ Built with <a href="https://git.sr.ht/~bt/barf">barf</a>. <br>
+ Maintained with ♥ for the web. <br>
+ Proud supporter of <a href="https://usefathom.com/ref/DKHJVX">Fathom</a> &amp; <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a>. <br>
+ The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> The <a href="https://git.sr.ht/~bt/bt.ht">code for this site</a> is <a href="https://git.sr.ht/~bt/bt.ht/tree/master/item/LICENSE">MIT</a>.
+ </small>
+</footer> \ No newline at end of file