summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/about.md4
-rw-r--r--static/98.css1
-rw-r--r--templates/base.html3
-rw-r--r--templates/index.html2
4 files changed, 6 insertions, 4 deletions
diff --git a/content/about.md b/content/about.md
index a1ca951..e20f3ac 100644
--- a/content/about.md
+++ b/content/about.md
@@ -21,7 +21,7 @@ Check out my [projects page](/projects) to see all the stuff I'm working on!
If you want to do something cool together, or just shoot the shit about whatever, feel free to send me an email at [soaos@soaos.dev](mailto:soaos@soaos.dev) or (if you're a cool guy) an instant message via Jabber/XMPP at [soaos@chat.soaos.dev](xmpp:soaos@chat.soaos.dev). I'm always excited to meet like-minded and passionate people.
-## ❤️ Some Stuff I Like
+## 🖤 Some Stuff I Like
### > 🎶 Music
@@ -69,4 +69,4 @@ Godspeed You! Black Emperor - Lift Your Skinny Fists Like Antennas to Heaven
![](/assets/music/atebts.jpg)
-If These Trees Could Talk - Above the Earth, Below the Sky --> \ No newline at end of file
+If These Trees Could Talk - Above the Earth, Below the Sky -->
diff --git a/static/98.css b/static/98.css
index 8012d93..337018c 100644
--- a/static/98.css
+++ b/static/98.css
@@ -111,6 +111,7 @@
body {
font-family: unifont;
font-size: 1rem;
+ font-variant-emoji: text;
color: var(--text-color);
}
diff --git a/templates/base.html b/templates/base.html
index 95d610b..b61eea1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -10,6 +10,7 @@
href="/assets/UnifontExMono.woff2"
as="font"
type="font/woff2"
+ crossorigin="anonymous"
/>
<link rel="stylesheet" href="/98.css" />
<link rel="stylesheet" href="/style.css" />
@@ -31,7 +32,7 @@
<main>{% block content %} {% endblock content %}</main>
<footer class="window">
<div class="title-bar">
- <div class="title-bar-text">🎖️ Badges</div>
+ <div class="title-bar-text">🎖 Badges</div>
</div>
<div class="window-body">
<ul id="badge-grid" class="no-bullets">
diff --git a/templates/index.html b/templates/index.html
index df6d4c6..170cfaa 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -32,7 +32,7 @@ I'm an "artist" and professional software developer. In my free time I mostly wo
{{ macros::subtree(name="Find me on the Web", open=true) }}
{{ macros::treelink(text="📧 E-Mail: soaos@soaos.dev", url="mailto:soaos@soaos.dev", rel="me") }}
{{ macros::treelink(text="💬 XMPP: soaos@chat.soaos.dev", url="xmpp:soaos@chat.soaos.dev", rel="me") }}
- {{ macros::treelink(text="☕️ StatusCafe: soaos", url="https://status.cafe/users/soaos", blank=true, rel="me") }}
+ {{ macros::treelink(text="☕ StatusCafe: soaos", url="https://status.cafe/users/soaos", blank=true, rel="me") }}
{{ macros::treelink(text="🐘 Mastodon: soaos@furry.engineer", url="http://soaos.dog", rel="me", blank=true) }}
{{ macros::treelink(text="🦀 SSB: @Y1EKP4PU77qby4lI+m5MN6+NcYdjTdRQlV6NmluevuY=.ed25519", url="https://ssb.soaos.dev/~core/ssb/#@Y1EKP4PU77qby4lI+m5MN6+NcYdjTdRQlV6NmluevuY=.ed25519", rel="me", blank=true) }}
{{ macros::treelink(text="⬡ ListenBrainz: soaos", url="https://listenbrainz.org/user/soaos/", rel="me", blank=true) }}