Final first web
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 2m5s

This commit is contained in:
2026-03-12 01:25:29 +01:00
parent 81d72aba1c
commit 7f9412b30b
4 changed files with 20 additions and 15 deletions

View File

@@ -3,11 +3,15 @@
<Container>
<img ref="redDragon" class="pixelated" id="red-dragon" src="/sprites/dragon/frame1.png" width="180">
<p>Hi, I'm Aran!</p>
<p>Welcome to my website! It is still under construction, so come back later!</p>
<ul>
<li>You can view my resume <a href="https://cv.aranroig.com">here</a></li>
</ul>
<p>Hi, I'm Aran!
<br>Welcome to my website! It is still under intense development, so I recommend to come back later!
</p>
<p>
<ul>
<li>You can check my resume <a href="https://cv.aranroig.com">here</a></li>
<li>Or check out my projects on <a href="https://github.com/BinarySandia04">GitHub</a></li>
</ul>
</p>
</Container>
</template>