diff options
Diffstat (limited to 'web/src/home.tsx')
| -rw-r--r-- | web/src/home.tsx | 6 |
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 !!! + hi, im aura and this is my website. check out my <a href="/blog">blog</a> !!! <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> |
