This commit is contained in:
parent
ccb3ee9c31
commit
0d70ee0de8
1 changed files with 16 additions and 7 deletions
|
@ -71,9 +71,14 @@
|
||||||
.content {
|
.content {
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
}
|
}
|
||||||
a li {
|
li {
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
}
|
}
|
||||||
|
code {
|
||||||
|
background-color: black;
|
||||||
|
padding: 0.25rem;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -100,24 +105,25 @@
|
||||||
<div id="flex">
|
<div id="flex">
|
||||||
<main>
|
<main>
|
||||||
<div style="padding: 1rem; padding-top: 0">
|
<div style="padding: 1rem; padding-top: 0">
|
||||||
<p>Hi! My name is Brooke.</p>
|
<p>Hi! My name is Brooke. I use She/They pronouns.</p>
|
||||||
<p>
|
<p>
|
||||||
I help organizations and individuals get on board with the idea of
|
I'm a 20-something trying to help organizations and individuals
|
||||||
using FLOSS (Free/Libre/Open Source Software). I enjoy and am
|
get on board with the idea of using FLOSS (Free/Libre/Open Source
|
||||||
proficient with <a href="https://ollama.ai">Ollama</a>,
|
Software). I enjoy and am proficient with
|
||||||
|
<a href="https://ollama.ai">Ollama</a>,
|
||||||
<a href="https://gohugo.io">Hugo</a>,
|
<a href="https://gohugo.io">Hugo</a>,
|
||||||
<a href="https://www.debian.org/">Debian flavors of Linux</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://www.docker.com/">Docker</a>, and CI/CD, primarily
|
||||||
<a href="https://code.forgejo.org/forgejo/act">Github/ACT</a>.
|
<a href="https://code.forgejo.org/forgejo/act">Github/ACT</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>I like to talk about:</p>
|
<p>Online, I like to talk about:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Off-grid living</li>
|
<li>Off-grid living</li>
|
||||||
<li>Rubber Tramping</li>
|
<li>Rubber Tramping</li>
|
||||||
<li>Open Source projects of all kinds</li>
|
<li>Open Source projects of all kinds</li>
|
||||||
<li>Intentional communities</li>
|
<li>Intentional communities</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Find me:</p>
|
<p>You can find me at:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<a target="_blank" href="https://coop.myco.systems/">
|
<a target="_blank" href="https://coop.myco.systems/">
|
||||||
<li>Blog</li>
|
<li>Blog</li>
|
||||||
|
@ -125,6 +131,9 @@
|
||||||
<a target="_blank" href="https://kolektiva.social/@brooke/">
|
<a target="_blank" href="https://kolektiva.social/@brooke/">
|
||||||
<li>Mastodon</li>
|
<li>Mastodon</li>
|
||||||
</a>
|
</a>
|
||||||
|
<li>
|
||||||
|
SSB <code>@/7fjKaOZYlNV1xMzUjbLGxKFwLssU4pI4aY4eGKHemM=.ed25519</code>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
This website's layout is inspired by
|
This website's layout is inspired by
|
||||||
|
|
Loading…
Add table
Reference in a new issue