Skip to content

Commit 49fd424

Browse files
committed
omg I forgot
1 parent 2621a66 commit 49fd424

3 files changed

Lines changed: 20 additions & 15 deletions

File tree

src/lib/components/Header.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<header class="rainbow-bottom">
88
<div class="navbar-icon">
9-
<img src="/assets/images/icon.png" alt="canine.tools logo" />
9+
<img src="https://unavatar.io/x/hyperdefined" alt="hyperdefined avatar" />
1010
</div>
1111
<h1>hyperdefined</h1>
1212
<button

src/routes/about/+page.svelte

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,21 @@
2626
friends, which lead me to making plugins.
2727
</p>
2828

29-
<p>Since those first times creating plugins, I've created a multitude of them. I've expanded my programming into other fields, like small programs or websites.</p>
29+
<p>
30+
Since those first times creating plugins, I've created a multitude of them. I've expanded my
31+
programming into other fields, like small programs or websites.
32+
</p>
3033

3134
<p>
32-
I'm also a furry! I found my love for them well over a decade ago. I've only been involved in the fandom in the
33-
more recent years, creating my sona and meeting new friends ever since joining it. I've been
34-
claimed in a FurPack for a few years now.
35+
I'm also a furry! I found my love for them well over a decade ago. I've only been involved in the
36+
fandom in the more recent years, creating my sona and meeting new friends ever since joining it.
37+
I've been claimed in a FurPack for a few years now.
3538
</p>
3639

37-
<p>I am also a therian! I've been a wolf boy all my life, and only recent found out it's my identify through books. I identify as a wolf inside a human body, trying to fit in with other humans.</p>
40+
<p>
41+
I am also a therian! I've been a wolf boy all my life, and only recent found out it's my identify
42+
through books. I identify as a wolf inside a human body, trying to fit in with other humans.
43+
</p>
3844

3945
<p>
4046
I've also picked up on photography. Since FWA 2026, I really enjoyed taking photos of fluffs.

src/routes/projects/+page.svelte

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@
1616
<h2>Projects</h2>
1717
<p>This is a collection of things I've worked on and want to showcase.</p>
1818
<h3>Minecraft Plugins</h3>
19-
<p>
20-
I make Minecraft server plugins. I've also ran servers off
21-
and on since 2011.
22-
</p>
19+
<p>I make Minecraft server plugins. I've also ran servers off and on since 2011.</p>
2320
<p>
2421
You can find my plugins on <a href="https://hangar.papermc.io/hyperdefined">Hangar</a>,
2522
<a href="https://modrinth.com/user/hyperdefined">Modrinth</a>, and my
26-
<a href="https://codeberg.org/hyperdefined?tab=repositories">Codeberg</a>. There's too many to list
27-
here.
23+
<a href="https://codeberg.org/hyperdefined?tab=repositories">Codeberg</a>. There's too many to
24+
list here.
2825
</p>
2926
<hr />
3027
<h3>Standalone</h3>
@@ -35,11 +32,13 @@
3532
standalone custom launcher for Toontown Rewritten.
3633
</li>
3734
<li>
38-
<a href="https://codeberg.org/hyperdefined/CodebergReleaseAPI">CodebergReleaseAPI</a> - A simple and small
39-
library for accessing Codeberg releases for a repository.
35+
<a href="https://codeberg.org/hyperdefined/CodebergReleaseAPI">CodebergReleaseAPI</a> - A simple and
36+
small library for accessing Codeberg releases for a repository.
4037
</li>
4138
<li><a href="https://cobalt.directory/">cobalt.directory</a> - A cobalt tracker.</li>
42-
<li><a href="https://codeberg.org/hyperdefined/hyperbot">hyperbot</a> - A personal Discord bot.</li>
39+
<li>
40+
<a href="https://codeberg.org/hyperdefined/hyperbot">hyperbot</a> - A personal Discord bot.
41+
</li>
4342
<li>
4443
<a href="https://codeberg.org/hyperdefined/hyperlib">hyperlib</a> - A library used for Minecraft plugins.
4544
</li>

0 commit comments

Comments
 (0)