From c7b6fb033f7950ef8a10265e8bd67d82aba3600c Mon Sep 17 00:00:00 2001
From: brooke
Date: Sat, 10 Aug 2024 14:27:18 -0400
Subject: [PATCH] update ssb to be a separate text file, I don't want the pain
of setting up proper mobile formatting with codeblocks
---
public/@brooke/index.html | 19 ++++++++-----------
public/@brooke/ssb | 1 +
2 files changed, 9 insertions(+), 11 deletions(-)
create mode 100644 public/@brooke/ssb
diff --git a/public/@brooke/index.html b/public/@brooke/index.html
index ff97784..6012bbc 100644
--- a/public/@brooke/index.html
+++ b/public/@brooke/index.html
@@ -15,7 +15,6 @@
:root {
--background: #242424e5;
--accent-1: #d182ff;
- --accent-2: #eb53d3;
--background-img: url("/@brooke/bg.webp");
--banner-top: url("/public/@brooke/fractal-top.webp");
--banner-bottom: url("/public/@brooke/fractal-bottom.webp");
@@ -75,11 +74,6 @@
li {
padding: 0.25rem;
}
- code {
- background-color: black;
- padding: 0.25rem;
- border-radius: 5px;
- }
body {
display: flex;
align-items: center;
@@ -90,6 +84,7 @@
display: flex;
align-items: center;
justify-content: center;
+ overflow-wrap: break-word;
}
#container {
height: 100vh;
@@ -115,7 +110,9 @@
Hugo,
Debian flavors of Linux,
Docker, and CI/CD, primarily
- Github/ACT.
+ Github/ACT.
Online, I like to talk about:
@@ -124,7 +121,7 @@
- Open Source projects of all kinds
- Intentional communities
- You can find me at:
+ Where you can find me:
This website's layout is inspired by
diff --git a/public/@brooke/ssb b/public/@brooke/ssb
new file mode 100644
index 0000000..a3608c3
--- /dev/null
+++ b/public/@brooke/ssb
@@ -0,0 +1 @@
+@/7fjKaOZYlNV1xMzUjbLGxKFwLssU4pI4aY4eGKHemM=.ed25519
\ No newline at end of file