Skip to content

Commit 911deeb

Browse files
committed
fix placeholder
1 parent faa4122 commit 911deeb

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

src/pages/Home.tsx

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,25 @@ export default function Home() {
1616
<section id="about">
1717
<p className="px-8">
1818
I'm a 16 year old programmer from New Zealand. I make projects, like{" "}
19-
<a>this project link needed</a>! I am fluent in python and C++ and
20-
decent at Java. I'm a member of{" "}
21-
<a href="hackclub.com" target="_blank" className="underline">
19+
<a
20+
href="https://pypi.org/project/restless-dungeon/"
21+
className="underline"
22+
>
23+
this
24+
</a>
25+
! I am fluent in python and C++ and decent at Java. I'm a member of{" "}
26+
<a href="https://hack.club" target="_blank" className="underline">
2227
Hack Club
2328
</a>
2429
! <br />I prefer working in the CLI to any GUI app (which is why I'm
2530
not the best at UI things XD <br /> I wrote my own neovim config,
2631
ghostty config, and tmux config, which are the main tools I use to
2732
program. You can find them on my{" "}
28-
<a href="github.com/dekoder-py" target="_blank" className="underline">
33+
<a
34+
href="https://github.com/dekoder-py"
35+
target="_blank"
36+
className="underline"
37+
>
2938
GitHub
3039
</a>
3140
!

0 commit comments

Comments
 (0)