myco.systems/public/@brooke/index.html

165 lines
4.9 KiB
HTML
Raw Normal View History

2024-08-09 01:39:53 -04:00
<!doctype html>
<html lang="en">
2024-08-09 01:39:53 -04:00
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@Brooke</title>
<style>
@font-face {
font-family: FreePixel;
font-weight: 700;
2024-08-09 13:53:01 -04:00
src: url(/@brooke/font/static/PixelifySans-Regular.ttf)
2024-08-09 01:39:53 -04:00
format("truetype");
font-display: swap;
2024-08-09 01:39:53 -04:00
}
:root {
--background: #242424e5;
--accent-1: #d182ff;
--accent-2: #eb53d3;
--content-spacing: 5px;
2024-08-09 17:33:55 -04:00
--background-img: url("/@brooke/bg.webp");
2024-08-09 17:16:12 -04:00
--titleBars: url("/@brooke/title-bar.webp");
2024-08-09 01:39:53 -04:00
--text-color: white;
--link-color: var(--accent-1);
--border: 1px solid black;
}
body,
html {
margin: 0;
box-sizing: border-box;
font-family: FreePixel;
}
body {
background-image: var(--background-img);
color: var(--text-color);
background-attachment: fixed;
2024-08-09 13:40:36 -04:00
background-size: auto 300px;
2024-08-09 01:39:53 -04:00
}
.topbar {
height: 150px;
margin-bottom: var(--content-spacing);
border: var(--border);
}
#container {
max-width: 850px;
margin: 0 auto;
}
#container a {
color: var(--link-color);
}
#container {
border-top: none;
}
#flex {
display: flex;
max-width: 850px;
}
.sidebar-title,
.title {
background-image: var(--titleBars);
border: var(--border);
font-size: 20px;
background-size: auto 100%;
background-repeat: repeat-x;
}
main {
width: 100%;
background-color: var(--background);
}
.content {
padding: 25px;
}
@media only screen and (max-width: 640px) {
#flex {
flex-wrap: wrap;
}
}
</style>
</head>
<body>
<div id="container">
2024-08-09 17:32:53 -04:00
<video class="topbar" autoplay muted loop playsinline>
<source src="/@brooke/fractal.webp" type="video/webm">
</video>
2024-08-09 01:39:53 -04:00
<div id="flex">
<main>
<div class="sidebar-title">&nbsp;</div>
<div style="padding: 1rem; padding-top: 0">
<p>Hi! My name is Brooke.</p>
<p>
2024-08-09 17:11:28 -04:00
I help organizations and individuals get on board with the idea of
using FLOSS (Free/Libre/Open Source Software) software. I enjoy
and am proficient in <a href="https://gohugo.io">Hugo</a>,
<a href="https://www.debian.org/">Debian flavors of Linux</a>,
<a href="https://www.docker.com/">Docker</a>, and CI/CD, primarily
<a href="https://code.forgejo.org/forgejo/act">Gitub/ACT</a>.
2024-08-09 01:39:53 -04:00
</p>
<p>I like to talk about:</p>
<ul>
<li>Off-grid living</li>
<li>Rubber Tramping</li>
<li>Open Source projects of all kinds</li>
<li>Intentional communities</li>
</ul>
<p>Find me:</p>
<ul>
<a target="_blank" href="https://coop.myco.systems/">
<li>Blog</li>
</a>
<a target="_blank" href="https://kolektiva.social/@brooke/">
<li>Mastodon</li>
</a>
2024-08-09 01:39:53 -04:00
</ul>
2024-08-09 17:11:28 -04:00
<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>
2024-08-09 01:39:53 -04:00
<div>
<a target="_blank" href="https://10kb.neocities.org/about">
<img
loading="lazy"
2024-08-09 17:16:12 -04:00
src="/@brooke/flag10kb.webp"
2024-08-09 01:39:53 -04:00
alt="The words '10kB' split in half by a black cross, on a blue background."
height="32"
2024-08-09 17:16:54 -04:00
width="88"
2024-08-09 01:39:53 -04:00
title="The 10kB Gallery!"
style="image-rendering: crisp-edges"
/>
</a>
<img
loading="lazy"
2024-08-09 17:16:12 -04:00
src="/@brooke/trans.webp"
2024-08-09 01:39:53 -04:00
height="32"
2024-08-09 17:16:54 -04:00
width="88"
2024-08-09 01:39:53 -04:00
alt="A trans flag."
/>
<img
loading="lazy"
2024-08-09 13:53:01 -04:00
src="/@brooke/piracy.gif"
2024-08-09 01:39:53 -04:00
height="32"
2024-08-09 17:16:54 -04:00
width="88"
2024-08-09 01:39:53 -04:00
alt="A piracy flag."
/>
<img
loading="lazy"
2024-08-09 13:53:01 -04:00
src="/@brooke/acab.gif"
2024-08-09 01:39:53 -04:00
height="32"
2024-08-09 17:16:54 -04:00
width="88"
2024-08-09 01:39:53 -04:00
alt="All Cops Are Bastards."
/>
<a target="_blank" href="https://besties.house/"
><img
2024-08-09 13:53:01 -04:00
src="/@brooke/besties.gif"
2024-08-09 01:39:53 -04:00
height="32"
2024-08-09 17:16:54 -04:00
width="88"
2024-08-09 01:39:53 -04:00
alt="Besties.house, first unionised group chat."
/></a>
</div>
</div>
</main>
</div>
</div>
</body>
</html>