tangled
alpha
login
or
join now
hayden.moe
/
www
0
fork
atom
My landing page, written in Astro
hayden.moe
0
fork
atom
overview
issues
pulls
pipelines
fix: update links
hayden.moe
4 months ago
3ec0b776
d7c9c4b4
verified
This commit was signed with the committer's
known signature
.
hayden.moe
SSH Key Fingerprint:
SHA256:egi2RxHATuWGOtHoLWJQb68bxJ+Jg/4m40QL5UFBWEI=
0/1
build-push.yaml
failed
39s
+1
-2
1 changed file
expand all
collapse all
unified
split
src
pages
index.astro
+1
-2
src/pages/index.astro
···
46
46
<span class="font-bold text-lg">On the web</span>
47
47
<ul class="list-disc list-inside">
48
48
<li><a class="text-pink underline" href="https://bsky.app/profile/hayden.moe">Bluesky</a></li>
49
49
-
<li><a class="text-pink underline" href="https://discord.gg/vmuNsEuUyW">Discord</a></li>
50
49
<li><a class="text-pink underline" href="https://github.com/hbjydev">GitHub</a></li>
50
50
+
<li><a class="text-pink underline" href="https://tangled.org/hayden.moe">Tangled</a></li>
51
51
<li><a class="text-pink underline" href="https://twitch.tv/hayden_dev">Twitch</a></li>
52
52
<li><a class="text-pink underline" href="mailto:hayden@hayden.moe">Email</a></li>
53
53
</ul>
···
56
56
<span class="font-bold text-lg">On this site</span>
57
57
<ul class="list-disc list-inside">
58
58
<li><a class="text-pink underline" href="/about">About me</a></li>
59
59
-
<li><a class="text-pink underline" href="/posts">Blog</a></li>
60
59
<li><a class="text-pink underline" href="/ring">Webring</a></li>
61
60
</ul>
62
61
</div>