aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-07-01 19:56:15 -0500
committermat <github@matdoes.dev>2022-07-01 19:56:15 -0500
commit9844122010f0dc47b7df1813476f8ce73fc7403b (patch)
treeeb41bd0609fe3ad98e636d6d0c7118141f5a792c /src
parent340e944446f9672b79f28ea1439f8ac068c70202 (diff)
downloadskyblock-stats-9844122010f0dc47b7df1813476f8ce73fc7403b.tar.gz
skyblock-stats-9844122010f0dc47b7df1813476f8ce73fc7403b.tar.bz2
skyblock-stats-9844122010f0dc47b7df1813476f8ce73fc7403b.zip
technoblade
Diffstat (limited to 'src')
-rw-r--r--src/routes/player/[player]/[profile].svelte18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/routes/player/[player]/[profile].svelte b/src/routes/player/[player]/[profile].svelte
index de30c21..e686164 100644
--- a/src/routes/player/[player]/[profile].svelte
+++ b/src/routes/player/[player]/[profile].svelte
@@ -154,6 +154,13 @@
({profileName})
</h1>
+ <!-- technoblade -->
+ {#if data.member.uuid == 'b876ec32e396476ba1158438d83c67d4'}
+ <div class="technoblade-never-dies">
+ <a href="https://www.curesarcoma.org">Technoblade never dies. <Emoji value="🕊️" /></a>
+ </div>
+ {/if}
+
<Infobox {data} />
<Toc {categories} />
@@ -413,4 +420,15 @@
.has-blurred-background #categories {
width: 47rem;
}
+
+ .technoblade-never-dies {
+ border: 1px solid rgba(255, 255, 255, 0.1);
+ background: rgba(0, 0, 0, 0.1);
+ padding: 0.75em;
+ border-radius: 1em;
+
+ width: fit-content;
+ position: relative;
+ top: -1em;
+ }
</style>