This commit is contained in:
brooke 2024-08-30 18:02:47 -04:00
parent 9b753d1ddb
commit eafc0e6a36

View file

@ -1,198 +1,184 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head>
<a rel="me" href="https://kolektiva.social/@brooke"></a> <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <a rel="me" href="https://kolektiva.social/@brooke"></a>
<title>@Brooke</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style> <title>@Brooke</title>
@font-face { <style>
font-family: PixelifySans; @font-face {
font-weight: 700; font-family: PixelifySans;
src: url(/@brooke/font/static/PixelifySans-Regular.ttf) font-weight: 700;
format("truetype"); src: url(/@brooke/font/static/PixelifySans-Regular.ttf) format("truetype");
font-display: swap; font-display: swap;
} }
:root {
--background: #242424e5; :root {
--accent-1: #d182ff; --background: #242424e5;
--background-img: url("/@brooke/bg.webp"); --accent-1: #d182ff;
--banner-top: url("/@brooke/fractal-top.webp"); --background-img: url("/@brooke/bg.webp");
--banner-bottom: url("/@brooke/fractal-bottom.webp"); --banner-top: url("/@brooke/fractal-top.webp");
--text-color: white; --banner-bottom: url("/@brooke/fractal-bottom.webp");
--link-color: var(--accent-1); --text-color: white;
--border: 1px solid black; --link-color: var(--accent-1);
} --border: 1px solid black;
body, }
html {
margin: 0; body,
box-sizing: border-box; html {
font-family: PixelifySans; margin: 0;
height: 100%; box-sizing: border-box;
} font-family: PixelifySans;
body { height: 100%;
background-image: var(--background-img); }
color: var(--text-color);
background-attachment: fixed; body {
background-size: auto 300px; background-image: var(--background-img);
} color: var(--text-color);
.bar-bottom, background-attachment: fixed;
.bar-top { background-size: auto 300px;
height: 150px; }
background-size: cover;
border: var(--border); .bar-bottom,
} .bar-top {
.bar-top { height: 150px;
background-image: var(--banner-top); background-size: cover;
background-position: center bottom; border: var(--border);
} }
.bar-bottom {
background-image: var(--banner-bottom); .bar-top {
background-position: center top; background-image: var(--banner-top);
} background-position: center bottom;
#container { }
max-width: 750px;
margin: 0 auto; .bar-bottom {
border-top: none; background-image: var(--banner-bottom);
display: flex; background-position: center top;
flex-direction: column; }
}
#container a { #container {
color: var(--link-color); max-width: 750px;
} margin: 0 auto;
#flex { border-top: none;
display: flex; display: flex;
flex: 1; flex-direction: column;
overflow: auto; }
}
#container a {
color: var(--link-color);
}
#flex {
display: flex;
flex: 1;
overflow: auto;
}
main {
width: 100%;
background-color: var(--background);
}
.content {
padding: 25px;
}
body {
display: flex;
align-items: center;
justify-content: center;
}
li {
padding: 0.25rem;
}
ul {
padding-left: 1rem;
}
@media only screen and (max-width: 750px) {
main { main {
width: 100%;
background-color: var(--background);
}
.content {
padding: 25px;
}
body {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
overflow-wrap: break-word;
} }
li {
padding: 0.25rem; #container {
height: 100vh;
} }
ul {
padding-left: 1rem; #flex {
flex-wrap: wrap;
} }
@media only screen and (max-width: 750px) { }
main { </style>
display: flex; </head>
align-items: center;
justify-content: center; <body>
overflow-wrap: break-word; <div id="container">
} <div class="bar-top"></div>
#container { <div id="flex">
height: 100vh; <main>
} <div style="padding: 1rem; padding-top: 0">
#flex { <p>Hi! My name is Brooke. I use She/They pronouns.</p>
flex-wrap: wrap; <p>
} I'm a 20-something trying to help organizations and individuals
} get on board with the idea of using FLOSS (Free/Libre/Open Source
</style> Software). I enjoy and am proficient with
</head> <a target="_blank" href="https://solvespace.com/index.pl">SolveSpace</a>,
<body> <a target="_blank" href="https://en.wikipedia.org/wiki/Fused_filament_fabrication">FFF/SLS 3D printing</a>,
<div id="container"> <a target="_blank" href="https://gohugo.io">Hugo</a>,
<div class="bar-top"></div> <a target="_blank" href="https://www.debian.org/">Debian flavors of Linux</a>,
<div id="flex"> <a target="_blank" href="https://www.docker.com/">Docker</a>, and
<main> <a target="_blank" href="https://forgejo.org/docs/latest/user/actions/">ACT based CI/CD</a>.
<div style="padding: 1rem; padding-top: 0"> </p>
<p>Hi! My name is Brooke. I use She/They pronouns.</p> <p>Online, I like to talk about:</p>
<p> <ul>
I'm a 20-something trying to help organizations and individuals <li>Off-grid living</li>
get on board with the idea of using FLOSS (Free/Libre/Open Source <li>Rubber Tramping</li>
Software). I enjoy and am proficient with <li>Open Source projects of all kinds</li>
<a target="_blank" href="https://solvespace.com/index.pl">SolveSpace</a>, <li>Intentional communities</li>
<a target="_blank" href="https://en.wikipedia.org/wiki/Fused_filament_fabrication" </ul>
>FFF/SLS 3D printing</a <p>Where you can find me:</p>
>, <a target="_blank" href="https://gohugo.io">Hugo</a>, <ul>
<a target="_blank" href="https://www.debian.org/">Debian flavors of Linux</a>, <a target="_blank" href="https://coop.myco.systems/">
<a target="_blank" href="https://www.docker.com/">Docker</a>, and <li>Blog</li>
<a target="_blank" href="https://forgejo.org/docs/latest/user/actions/" </a>
>ACT based CI/CD</a <a target="_blank" href="https://kolektiva.social/@brooke/">
>. <li>Mastodon</li>
</p> </a>
<p>Online, I like to talk about:</p> <li>
<ul> SSB
<li>Off-grid living</li> <span id="codeblock"
<li>Rubber Tramping</li> style="font-size: 10px; overflow-wrap: break-word">@/7fjKaOZYlNV1xMzUjbLGxKFwLssU4pI4aY4eGKHemM=.ed25519</span>
<li>Open Source projects of all kinds</li> </li>
<li>Intentional communities</li> </ul>
</ul> <p>
<p>Where you can find me:</p> This website's layout is inspired by
<ul> <a target="_blank" href="https://goblin-heart.net/sadgrl/">sadgirl.online</a>.<br />And, here's some tags
<a target="_blank" href="https://coop.myco.systems/"> for things I like:
<li>Blog</li> </p>
</a> <div>
<a target="_blank" href="https://kolektiva.social/@brooke/"> <a target="_blank" href="https://10kb.neocities.org/about">
<li>Mastodon</li> <img loading="lazy" src="/@brooke/flag10kb.webp" height="32" width="88"
</a> alt="The words '10kB' split in half by a black cross, on a blue background." />
<li> </a>
SSB <img loading="lazy" src="/@brooke/trans.webp" height="31" width="88"
<span alt="The trans flag. A flag wih blue, pink, and white strips." />
id="codeblock" <img loading="lazy" src="/@brooke/piracy.webp" height="31" width="88"
style="font-size: 10px; overflow-wrap: break-word" alt="Piracy Now! With a skull a crossed bones to the left." />
>@/7fjKaOZYlNV1xMzUjbLGxKFwLssU4pI4aY4eGKHemM=.ed25519</span <img loading="lazy" src="/@brooke/acab.webp" height="31" width="88"
> alt="All Cops Are Bastards. Flashing text pink and yellow." />
</li> <a target="_blank" href="https://besties.house/"><img loading="lazy" src="/@brooke/besties.webp" height="31"
</ul> width="88" alt="Besties.house, first unionised group chat." /></a>
<p>
This website's layout is inspired by
<a target="_blank" href="https://goblin-heart.net/sadgrl/"
>sadgirl.online</a
>.<br />And, here's some tags for things I like:
</p>
<div>
<a target="_blank" href="https://10kb.neocities.org/about">
<img
loading="lazy"
src="/@brooke/flag10kb.webp"
height="32"
width="88"
alt="The words '10kB' split in half by a black cross, on a blue background."
/>
</a>
<img
loading="lazy"
src="/@brooke/trans.webp"
height="31"
width="88"
alt="The trans flag. A flag wih blue, pink, and white strips."
/>
<img
loading="lazy"
src="/@brooke/piracy.webp"
height="31"
width="88"
alt="Piracy Now! With a skull a crossed bones to the left."
/>
<img
loading="lazy"
src="/@brooke/acab.webp"
height="31"
width="88"
alt="All Cops Are Bastards. Flashing text pink and yellow."
/>
<a target="_blank" href="https://besties.house/"
><img
loading="lazy"
src="/@brooke/besties.webp"
height="31"
width="88"
alt="Besties.house, first unionised group chat."
/></a>
</div>
</div> </div>
</main> </div>
</div> </main>
<div class="bar-bottom"></div>
</div> </div>
</body> <div class="bar-bottom"></div>
</html> </div>
</body>
</html>