Skip to content

Commit

Permalink
feat: link to new mastodon account at @quack-social
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahwxorg committed Apr 9, 2024
1 parent 9229774 commit 72cbb0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/go.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import NormalLink from '../components/NormalLink.astro';
<ul>
<li class="pt-2"><NormalLink href="/blog" text="Blog"/></li>
<li class="pt-2"><NormalLink href="https://matrix.to/#/@ahwx:ahwx.org" text="Matrix"/></li>
<li class="pt-2"><NormalLink href="https://tilde.zone/@ahwx" text="Mastodon"/></li>
<li class="pt-2"><NormalLink href="https://social.quack.social/@ahwx" text="Mastodon"/></li>
<li class="pt-2"><NormalLink href="/github" text="GitHub"/></li>
</ul>
</Paragraph>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Greeting from '../components/Greeting';
<Heading><Greeting client:load />, I'm <span class="text-2xl text-pink-300">「ahwx <span class="text-indigo-300">♥</span>」</span></Heading>
<Heading>I'm a <Introduction client:load />.</Heading>
<Paragraph transition:name="Paragraph">
Welcome to my own cozy little corner on the internet :3! This place is trying its best to be my personal website. I don't want to tell you too much about myself, and you don't want to read a wall of text. I love GNU/Linux, servers, networking etc. Just go and read my blog if you care or follow me on <a class="underline-offset-1 underline text-indigo-300" rel="me" href="https://tilde.zone/@ahwx">Mastodon</a>. As for this site... I just like the 2000 era of computing, and all previous version were more based on that. I wanted to try the Art stack (<a href="https://astro.build" class="underline-offset-1 underline text-indigo-300">Astro</a>/<a href="https://reactjs.org" class="underline-offset-1 underline text-indigo-300">React</a>/<a href="https://tailwindcss.com/" class="underline-offset-1 underline text-indigo-300">TailwindCSS</a>) since that is what I also use in other projects.<br><br>
Welcome to my own cozy little corner on the internet :3! This place is trying its best to be my personal website. I don't want to tell you too much about myself, and you don't want to read a wall of text. I love GNU/Linux, servers, networking etc. Just go and read my blog if you care or follow me on <a class="underline-offset-1 underline text-indigo-300" rel="me" href="https://social.quack.social/@ahwx">Mastodon</a>. As for this site... I just like the 2000 era of computing, and all previous version were more based on that. I wanted to try the Art stack (<a href="https://astro.build" class="underline-offset-1 underline text-indigo-300">Astro</a>/<a href="https://reactjs.org" class="underline-offset-1 underline text-indigo-300">React</a>/<a href="https://tailwindcss.com/" class="underline-offset-1 underline text-indigo-300">TailwindCSS</a>) since that is what I also use in other projects.<br><br>

If you support me, or might like what I do, consider <a class="underline underline-offset-1 text-indigo-300" href="/donate">donating</a>. Also, please sign <a class="underline underline-offset-1 text-indigo-300" href="https://ahwx.123guestbook.com/">my guestbook here</a> (external link)!
</Paragraph>
Expand Down

0 comments on commit 72cbb0d

Please sign in to comment.