Socials
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 28s

This commit is contained in:
2026-03-18 00:59:13 +01:00
parent b7c8249eba
commit 225a0ed350

View File

@@ -19,7 +19,7 @@ onMounted(async () => {
<div class="menus">
<a href="/">About</a>
<a class="disabled">Blogs</a>
<a class="disabled">Illustration</a>
<a class="disabled">Drawings</a>
</div>
</div>
@@ -40,8 +40,10 @@ onMounted(async () => {
<h2>Contact</h2>
<ul>
<li>Mail: <a href="mailto:aranseraroig@gmail.com">aranseraroig@gmail.com</a> (Still pending to host my email)</li>
<li>Gitea: <a href="https://git.aranroig.com/Syndria98">git.aranroig.com</a> (My self-hosted git server)</li>
<li>GitHub: <a href="https://github.com/BinarySandia04">BinarySandia04</a></li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/aran-roig/">aran-roig</a></li>
<li>Instagram: <a href="https://www.instagram.com/aran.roig/">aran.roig</a> (Some of my drawings are there)</li>
</ul>
</Container>
<Footer></Footer>