summaryrefslogtreecommitdiff
path: root/index.html
blob: 8653a6b4a87af0fd07ef499119919e403a47270e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!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.
<br>
<h2>Projects</h2>
<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>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>
<br>
<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>
<br>
<details><summary>Members</summary>
<section id="people">

<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>

<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>
</div>

</section>
</details>

</main><footer><img src="img/footer.svg" type="svg" width="25%"></footer></body></html>