This commit is contained in:
parent
ccb3ee9c31
commit
0d70ee0de8
1 changed files with 16 additions and 7 deletions
|
@ -71,9 +71,14 @@
|
|||
.content {
|
||||
padding: 25px;
|
||||
}
|
||||
a li {
|
||||
li {
|
||||
padding: 0.25rem;
|
||||
}
|
||||
code {
|
||||
background-color: black;
|
||||
padding: 0.25rem;
|
||||
border-radius: 5px;
|
||||
}
|
||||
body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -100,24 +105,25 @@
|
|||
<div id="flex">
|
||||
<main>
|
||||
<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>
|
||||
I help organizations and individuals get on board with the idea of
|
||||
using FLOSS (Free/Libre/Open Source Software). I enjoy and am
|
||||
proficient with <a href="https://ollama.ai">Ollama</a>,
|
||||
I'm a 20-something trying to help organizations and individuals
|
||||
get on board with the idea of using FLOSS (Free/Libre/Open Source
|
||||
Software). I enjoy and am proficient with
|
||||
<a href="https://ollama.ai">Ollama</a>,
|
||||
<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">Github/ACT</a>.
|
||||
</p>
|
||||
<p>I like to talk about:</p>
|
||||
<p>Online, 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>
|
||||
<p>You can find me at:</p>
|
||||
<ul>
|
||||
<a target="_blank" href="https://coop.myco.systems/">
|
||||
<li>Blog</li>
|
||||
|
@ -125,6 +131,9 @@
|
|||
<a target="_blank" href="https://kolektiva.social/@brooke/">
|
||||
<li>Mastodon</li>
|
||||
</a>
|
||||
<li>
|
||||
SSB <code>@/7fjKaOZYlNV1xMzUjbLGxKFwLssU4pI4aY4eGKHemM=.ed25519</code>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
This website's layout is inspired by
|
||||
|
|
Loading…
Add table
Reference in a new issue