diff options
author | Christos <christos@bauherren.ovh> | 2024-12-20 22:10:34 +0000 |
---|---|---|
committer | Christos <christos@bauherren.ovh> | 2024-12-20 22:10:34 +0000 |
commit | 5f3706b33ca53dba16f05d2398426850b43845a4 (patch) | |
tree | ca16afee9c8fa7655b2f39ab150f6d4f456f8b6f | |
parent | c2da3aaf76c95359ee1b804d45fe1d510b8e1134 (diff) |
Reorganized home page, added small about section
-rw-r--r-- | index.html | 71 |
1 files changed, 30 insertions, 41 deletions
@@ -1,5 +1,34 @@ <!doctype html><html><head><meta charset=UTF-8><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="stylesheet" href="style.css"><title>bauherren</title></head> <body> <header><h1>bauherren</h1><blockquote>I was hoping for a pyramid.</blockquote><img src="img/ornament.svg" type="svg" id="ornament"/></header><main> +<h1>About</h1> +<p>bauherren, /ˈbaʊˌhɛʁən/, (English: builders), was created in order to accelerate the release of quality software whilst exploring more 'free-ing' alternatives to the walled-gardens that mainstream tech services erected. + +<h2>Projects</h2> +<section id="projects"> + +<div class="project"> +<h3>cork</h3> +<p>Cork, a fast performant static-site generator written in RC shell…<p><a href="cork/">[Read more]</a> +</div> + +<div class="project"> +<h3>haskell-ts-mode</h3> +<p>A complete major mode for editing haskell in emacs using treesitter. +<p> <a href="https://hg.bauherren.ovh/haskell-ts-mode/file/tip/README.org#l1/">[Read +more]</a> +</div> + +<h2>Blog</h2> +<div class="project"> +<h3><a href=/blog/path-to-self-hosting>Path to self hosting</a></h3> +<blockquote>What are you waiting for?</blockquote> +</div> + +<div class="project"> +<h3><a href=/blog/uses>What do you use</a></h3> +<blockquote>What technologies have you gravitated towards after X years on this planet...</blockquote> +</div> + <details><summary>Members</summary> <section id="people"> @@ -64,44 +93,4 @@ Interested in computing, finance, and philosophy. </section> </details> -<details><summary>projects</summary> -<section id="projects"> - -<div class="project"> -<h3>cork</h3> -<p>Cork, a fast performant static-site generator written in RC shell…<p><a href="cork/">[Read more]</a> -</div> - -<div class="project"> -<h3>smap</h3> -<p>smap, a set of scripts that generate a variety of HTML sitemaps<p><a href="smap/">[Read more]</a> -</div> -<div class="project"> - -<h3>bq</h3> -<p>bq, a line oriented editor that puts the customizability in user's hands…<p><a href="bq/">[Read more]</a> -</div> - -<div class="project"> -<h3>haskell-ts-mode</h3> -<p>A complete major mode for editing haskell in emacs using treesitter. -<p> <a href="https://hg.bauherren.ovh/haskell-ts-mode/file/tip/README.org#l1/">[Read -more]</a> -</div> - -</section></details> - -<details><summary>Blog</summary> - -<div class="project"> -<h3><a href=/blog/path-to-self-hosting>Path to self hosting</a></h3> -<blockquote>What are you waiting for?</blockquote> -</div> - -<div class="project"> -<h3><a href=/blog/uses>What do you use</a></h3> -<blockquote>What technologies have you gravitated towards after X years on this planet...</blockquote> -</div> -</details> - -</main><footer><p>Designed by <a href=//keyi.ng>keyi.ng</a><img src="img/footer.svg" type="svg" width="25%;"/></footer></body></html> +</main><footer><img src="img/footer.svg" type="svg" width="25%"></footer></body></html> |