summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cork/index.html4
-rw-r--r--index.html233
2 files changed, 109 insertions, 128 deletions
diff --git a/cork/index.html b/cork/index.html
index dc637d0..95c80a8 100644
--- a/cork/index.html
+++ b/cork/index.html
@@ -42,7 +42,7 @@ main img {
<ul><li>smu<li>discount</ul>md2html.awk
<br>
<h3>Why Cork?</h3>
- <p>Ability to use shell to script custom functions
+ <p>Ability to use shell to script custom functions
<p>A scriptable static sidebar listing directory contents.
<br><br>
<center>
@@ -97,7 +97,7 @@ server "c.bauherren.ovh" {
<br><br>
<h3>Issues</h3>
<p>I'm currently writing the script for a full Cork demo and setup walkthrough, so I hope that will cover any foreseeable issues.
- <p>My <a href=mailto:christos@bauherren.ovh>email</a> is always open
+ <p>My <a href=mailto:christos@bauherren.ovh>email</a> is always open
</div>
</section>
</main><footer><a href=/><img src="/img/footer.svg" type="svg" width="25%;"/></a></footer></body></html>
diff --git a/index.html b/index.html
index 9008235..8db0000 100644
--- a/index.html
+++ b/index.html
@@ -1,126 +1,107 @@
-<!DOCTYPE html>
-<html lang="en">
-<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>
-
- <details><summary>Members</summary>
- <section id="people">
- <div class="person">
- <h2>Akin</h2>
- <ul>
- <li><a href="mailto:akin@bauherren.ovh">akin@bauherren.ovh</a></li>
- </ul>
- <img src="img/akin.avif" class="avatar" alt="placeholder"/>
- <p>Computer scientist, aiming to be the best in the field
- <br>
- <blockquote>"Jesus is Lord, to the glory of God the Father"</blockquote>
- </div>
- <div class="person">
- <h2>Béla</h2>
- <ul>
- <li><a href="//gyenes.xyz">gyenes.xyz</a></li>
- <li><a href="mailto:contact@gyenes.xyz">contact@gyenes.xyz</a></li>
- </ul>
- <img src="img/bela.png" class="avatar" alt="placeholder"/>
- <p>Mathematics, physics, astronomy
- <br>
- <blockquote>"There are no choices; nothing but a straight line"</blockquote>
- </div>
-
- <div class="person">
- <h2>Christos</h2>
- <ul>
- <li><a href="//c.bauherren.ovh">c.bauherren.ovh</a></li>
- <li><a href="mailto:christos@bauherren.ovh">christos@bauherren.ovh</a></li>
- </ul>
- <img src="img/christ.png" class="avatar" alt="placeholder"/>
- <p>Wanderer, marking things down as I go. Childless. Low-scale computing and natural living.
- <br>
- <blockquote>"Sometimes I am king, and sometimes the begger.
- Sometimes I am the wound and sometimes the blade, the torturer and the flayed.
- Thus, play I many men"</blockquote>
- </div>
-
- <div class="person">
- <h2>Pranshu</h2>
- <ul>
- <li><a href="//p.bauherren.ovh">pranshu.codeberg.page</a></li>
- <li><a href="mailto:pranshu@bauherren.ovh">pranshu@bauherren.ovh</a></li>
- </ul>
- <img src="img/pranshu.webp" class="avatar" alt="placeholder"/>
- <p>Contrarion in exile. Emacs for life.
- <br>
- <blockquote>"In India there are no roads; only directions"</blockquote>
- </div>
-
- <div class="person">
- <h2>Akbar</h2>
- <ul>
- <li><a href="//keyi.ng">keyi.ng</a></li>
- <li><a href="mailto:akbar@keyi.ng">akbar@keyi.ng</a></li>
- </ul>
- <img src="img/akbar.png" class="avatar" alt="Akbar"/>
- <p>Self-proclaimed free-thinker.
- Studying computer science.
- Interested in computing, finance, and philosophy.</p>
- </div>
- </section>
- </details>
-
- <details><summary>projects</summary>
- <section id="projects">
- <h2>Christos</h2>
- <div class="project">
- <h3>cork</h3>
- <p>Cork, a fast performant static-site generator written in RC shell&hellip;<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&hellip;<p><a href="bq/">[Read more]</a>
- </div>
- <h2>Pranshu</h2>
- <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>Reflections</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></p>
- <img src="img/footer.svg" type="svg" width="25%;"/>
- </footer>
-
-</body>
-</html>
+<!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>
+
+<details><summary>Members</summary>
+<section id="people">
+
+<div class="person">
+<h2>Akin</h2>
+<ul>
+<li><a href="mailto:akin@bauherren.ovh">akin@bauherren.ovh</a>
+</ul>
+<img src="img/akin.avif" class="avatar" alt="placeholder"/>
+<p>Computer scientist, aiming to be the best in the field
+<br>
+<blockquote>"Jesus is Lord, to the glory of God the Father"</blockquote>
+</div>
+
+<div class="person">
+<h2>Béla</h2>
+<ul>
+<li><a href="//gyenes.xyz">gyenes.xyz</a>
+<li><a href="mailto:contact@gyenes.xyz">contact@gyenes.xyz</a>
+</ul>
+<img src="img/bela.png" class="avatar" alt="placeholder"/>
+<p>Mathematics, physics, astronomy
+<br>
+<blockquote>"There are no choices; nothing but a straight line"</blockquote>
+</div>
+
+<div class="person">
+<h2>Christos</h2>
+<ul>
+<li><a href="//c.bauherren.ovh">c.bauherren.ovh</a>
+<li><a href="mailto:christos@bauherren.ovh">christos@bauherren.ovh</a>
+</ul>
+<img src="img/christ.png" class="avatar" alt="placeholder"/>
+<p>Wanderer, marking things down as I go. Childless. Low-scale computing and natural living.
+<br>
+<blockquote>"Sometimes I am king, and sometimes the begger. Sometimes I am the wound and sometimes the blade, the torturer and the flayed. Thus, play I many men"</blockquote>
+</div>
+
+<div class="person">
+<h2>Pranshu</h2>
+<ul>
+<li><a href="//p.bauherren.ovh">pranshu.codeberg.page</a>
+<li><a href="mailto:pranshu@bauherren.ovh">pranshu@bauherren.ovh</a>
+</ul>
+<img src="img/pranshu.webp" class="avatar" alt="placeholder"/>
+<p>Contrarion in exile. Emacs for life.
+<br>
+<blockquote>"In India there are no roads; only directions"</blockquote>
+</div>
+
+<div class="person">
+<h2>Akbar</h2>
+<ul>
+<li><a href="//keyi.ng">keyi.ng</a>
+<li><a href="mailto:akbar@keyi.ng">akbar@keyi.ng</a>
+</ul>
+<img src="img/akbar.png" class="avatar" alt="Akbar"/>
+<p>Self-proclaimed free-thinker.
+Studying computer science.
+Interested in computing, finance, and philosophy.
+</div>
+</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&hellip;<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&hellip;<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>