Update style

This commit is contained in:
Case Duckworth 2020-04-11 16:01:37 +00:00
parent a60a7b6b08
commit f2c4da25d2
5 changed files with 0 additions and 149 deletions

View File

@ -19,5 +19,4 @@ footer {
background: white;
width: 100%;
text-align: right;
padding: 1ch;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,23 +0,0 @@
body,
html {
min-height: 100vh;
margin: 0;
padding: 0;
font: 18px/1.3 monospace;
background: url("/S/bread.png") repeat, wheat;
display: flex;
flex-flow: column nowrap;
align-items: center;
}
main {
max-width: 70ch;
padding: 2ch;
margin: auto;
background: white;
}
footer {
background: white;
width: 100%;
text-align: right;
padding: 1ch;
}

View File

@ -1,56 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>BREADPUNK | BREADPUNK</title>
<link rel="stylesheet" type="text/css" href="/S/breadpunk.css" />
</head>
<body>
<main>
<section id=intro>
<header>
<h1>BREADPUNK</h1>
<h2>baking the net since 2020</h2>
</header>
<p>Hello, and welcome to breadpunk.club.
We are a shared Unix computer focused on bread:
baking it,
eating it,
using it as fiat currency in the event of a cataclysm,
that sort of thing.</p>
</section>
<section>
<header>
<h1>history</h1>
</header>
<p>breadpunk.club was envisioned by some folx over at
&lt;tilde.town> as a new tilde server,
where we could talk about bread all day.</p>
<p>for more information, see our <a href="/manifesto/">manifesto</a>.</p>
</section>
<section>
<header>
<h1>how to join</h1>
</header>
<p>to become a baker,
just send an email to <a href="/~breadw/">breadw</a>
with your SSH key,
desired username (must be bread-oriented),
realname (can be your &ldquo;normal&rdquo; username),
and what shell you&rsquo;d like to use (we have sh, bash, and zsh).</p>
<p>we&rsquo;ll see you around the bakery!</p>
</section>
</main>
<footer>
4
bakers;
9
baking now
</footer>
</body>
</html>
<!-- vim: ft=unk
-->

View File

@ -1,69 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>manifesto | BREADPUNK</title>
<link rel="stylesheet" type="text/css" href="/S/breadpunk.css" />
</head>
<body>
<main>
<section id=intro>
<header>
<h1>manifesto</h1>
</header>
<div class="epigraph"><p>Man cannot live on bread alone.
&mdash; Jesus of Nazareth</p></div>
<div class="epigraph"><p>They say bread is life.
&mdash; Ronny Cammareri of Brooklyn</p></div>
<p>Bread was invented tens of thousands of years ago,
probably by someone drunk because they had the munchies.
It&rsquo;s been made continuously since then
by people of varying degrees of sobriety
and to varying degrees of success.
For nearly its entire history,
bread has been made using stale dough from earlier bread,
or from a fresh-made pool of fermented wheat and water.
It took time,
but it was good,
and we had time.</p>
<p>Of course,
the Market came along,
and with it hunger:
the hunger of the working-class,
who did not have time to
sit and wait for bread.
We invented instant yeast in a lab,
we invented styrofoam bread with no taste
but fast turnaround,
and we called it good.
But we knew not what we did &mdash;
or at least, many of us didn&rsquo;t.</p>
<p>The alphabet, they say, was invented only once.
Bread is invented every time, anew.
It&rsquo;s life itself.
And life is not for sale.</p>
<p>Breadpunk rejects the commoditization of life by market capitalism.
Breadpunk is an attitude that something our ancestors made largely for free
is not something we should be spending money on.
Breadpunk is the idea that we have time again,
that industrialism gives us time to bake bread.</p>
<p>Breadpunk is simple:
<strong>MAKE YOUR OWN DAMN BREAD.</strong></p>
</section>
</main>
<footer>
<a href=/>back</a>
</footer>
</body>
</html>
<!-- vim: ft=unk
-->