Skip to content

Commit 38279c3

Browse files
committed
add shipwright thing
1 parent 6839915 commit 38279c3

1 file changed

Lines changed: 23 additions & 5 deletions

File tree

src/pages/Home.tsx

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,18 @@ export default function Home() {
9898
>
9999
Hack Club
100100
</a>
101-
! <br />I prefer working in the CLI to any GUI app (which is why I'm
102-
not the best at UI things XD) <br />
101+
! <br />
102+
I'm also a{" "}
103+
<a
104+
href="https://us.review.hackclub.com"
105+
target="_blank"
106+
className="underline hover:text-macchiato-blue"
107+
>
108+
Shipwright
109+
</a>{" "}
110+
for Hack Club's universal You Ship We Ship's! <br />
111+
I prefer working in the CLI to any GUI app (which is why I'm not the
112+
best at UI things XD) <br />
103113
I've also written my own neovim, ghostty, and tmux configs, which are
104114
the main tools I use to program. You can find them on my{" "}
105115
<a
@@ -118,7 +128,9 @@ export default function Home() {
118128
>
119129
<h2 className="text-2xl text-macchiato-lavender">The Webrings</h2>
120130

121-
<div id="pagering">{createElement("pagering-link", { theme: "dark" })}</div>
131+
<div id="pagering">
132+
{createElement("pagering-link", { theme: "dark" })}
133+
</div>
122134

123135
<div className="flex mt-2" id="parrotring">
124136
<a href="https://ultrafastparrot.net/prev/kyle">
@@ -138,8 +150,14 @@ export default function Home() {
138150
strokeLinejoin="round"
139151
></path>
140152
</svg>
141-
</a>
142-
<a href="https://ultrafastparrot.net/"><img className="w-12" src="https://ultrafastparrot.net/ultrafastparrot.gif" alt="ultrafastparrot"/></a>
153+
</a>
154+
<a href="https://ultrafastparrot.net/">
155+
<img
156+
className="w-12"
157+
src="https://ultrafastparrot.net/ultrafastparrot.gif"
158+
alt="ultrafastparrot"
159+
/>
160+
</a>
143161
<a href="https://ultrafastparrot.net/next/kyle">
144162
<svg
145163
className="arrow-icon"

0 commit comments

Comments
 (0)