Skip to content

Commit

Permalink
♻️ Move personal image in AboutMe component
Browse files Browse the repository at this point in the history
  • Loading branch information
SrGobi committed Aug 29, 2024
1 parent 3873742 commit 4883e1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/AboutMe.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const personalImageAlt = 'Alejandro';
<strong>Actualmente, me dedico al mundo del freelance, desarrollando e-commerce y aplicaciones web.</strong> He creado ESP CUSTOMS LLC, un potente bot de Discord, y mi proyecto más reciente es AuraFut.com, una tienda en línea dedicada a la venta de camisetas de fútbol. Además, colaboro en proyectos comunitarios mientras continúo construyendo mi propia marca.
</p>
</p>

<img src="/me.webp" class="size-72 order-1 md:order-2" alt={personalImageAlt} />
</div>
<img src="/me.webp" class="size-72 order-1 md:order-2" alt={personalImageAlt} />
</article>

0 comments on commit 4883e1f

Please sign in to comment.