update ssb to be a separate text file, I don't want the pain of setting up proper mobile formatting with codeblocks
All checks were successful
Static / build (push) Successful in 6s
All checks were successful
Static / build (push) Successful in 6s
This commit is contained in:
parent
2a613c0788
commit
c7b6fb033f
2 changed files with 9 additions and 11 deletions
|
@ -15,7 +15,6 @@
|
||||||
:root {
|
:root {
|
||||||
--background: #242424e5;
|
--background: #242424e5;
|
||||||
--accent-1: #d182ff;
|
--accent-1: #d182ff;
|
||||||
--accent-2: #eb53d3;
|
|
||||||
--background-img: url("/@brooke/bg.webp");
|
--background-img: url("/@brooke/bg.webp");
|
||||||
--banner-top: url("/public/@brooke/fractal-top.webp");
|
--banner-top: url("/public/@brooke/fractal-top.webp");
|
||||||
--banner-bottom: url("/public/@brooke/fractal-bottom.webp");
|
--banner-bottom: url("/public/@brooke/fractal-bottom.webp");
|
||||||
|
@ -75,11 +74,6 @@
|
||||||
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;
|
||||||
|
@ -90,6 +84,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
#container {
|
#container {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
@ -115,7 +110,9 @@
|
||||||
<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://forgejo.org/docs/latest/user/actions/"
|
||||||
|
>Github/ACT</a
|
||||||
|
>.
|
||||||
</p>
|
</p>
|
||||||
<p>Online, I like to talk about:</p>
|
<p>Online, I like to talk about:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -124,7 +121,7 @@
|
||||||
<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>You can find me at:</p>
|
<p>Where you can find me:</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>
|
||||||
|
@ -132,9 +129,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>
|
<a target="_blank" href="/@brooke/ssb">
|
||||||
SSB <code>@/7fjKaOZYlNV1xMzUjbLGxKFwLssU4pI4aY4eGKHemM=.ed25519</code>
|
<li>SSB</li>
|
||||||
</li>
|
</a>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
This website's layout is inspired by
|
This website's layout is inspired by
|
||||||
|
|
1
public/@brooke/ssb
Normal file
1
public/@brooke/ssb
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@/7fjKaOZYlNV1xMzUjbLGxKFwLssU4pI4aY4eGKHemM=.ed25519
|
Loading…
Add table
Reference in a new issue