1
0
Fork 0
forked from nin0/website

prettier time

This commit is contained in:
nin0 2025-04-21 08:42:18 -04:00
parent 77a85e1611
commit 83c4444c8e
Signed by: nin0
SSH key fingerprint: SHA256:NOoDnFVvZNFvqfXCIhzr6oCTDImZAbTTuyAysZ8Ufk8
16 changed files with 2636 additions and 84 deletions

View file

@ -14,16 +14,16 @@ import GithubIcon from "@assets/svg/github.svg";
customClass="code-window"
offset="55px"
>
As mentioned in the main page, I write code. Some used by a lot, some
not as much. You can find it below.
As mentioned in the main page, I write code. Some used by a lot, some not as
much. You can find it below.
<Button name="GitHub" url="https://gh.nin0.dev/">
<GithubIcon slot="icon" />
Here, you'll find most of my external contributions. I rarely start
personal projects on GitHub.
Here, you'll find most of my external contributions. I rarely start personal
projects on GitHub.
</Button>
<Button name="Forgejo" url="https://git.nin0.dev/nin0">
<ForgejoIcon slot="icon" />
Some more personal/niche projects can be found on my own instance
(git.nin0.dev), which will probably be down.
Some more personal/niche projects can be found on my own instance (git.nin0.dev),
which will probably be down.
</Button>
</Window>