summaryrefslogtreecommitdiff
path: root/web/src/home.tsx
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2026-02-16 18:50:27 +0100
committernavewindre <boneyaard@gmail.com>2026-02-16 18:50:27 +0100
commit5d8ff6e73b2734c33badf09321fa346a6d144a49 (patch)
tree9b71774722b5c386873d716707c1992574204642 /web/src/home.tsx
parente66257a6f66bf905d82c8df6e4e4d1a1509e0810 (diff)
cleanup
Diffstat (limited to 'web/src/home.tsx')
-rw-r--r--web/src/home.tsx6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/src/home.tsx b/web/src/home.tsx
index 217b7a4..422440b 100644
--- a/web/src/home.tsx
+++ b/web/src/home.tsx
@@ -12,9 +12,11 @@ export default function Home() {
<div style="width: 100%; display: flex; justify-content: center">
<div style="text-align: left; width: 75%">
<h5 style="margin-bottom: 0px;">
- hi, im aura and this is my website. check out my blog&nbsp;!!!
+ hi, im aura and this is my website. check out my <a href="/blog">blog</a>&nbsp;!!!
<br />
- i will add more stuff when i have time
+ i'm a 20something software engineer turned mechanic, i write about computers and cars.
+ <br />
+ i also host some <a href="/pkg">compiled packages</a> for slackware linux.
</h5>
</div>
</div>