feat: add David profile photo to About page
CI/CD Pipeline / Build & Deploy (push) Failing after 48s
CI/CD Pipeline / Build & Deploy (push) Failing after 48s
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
@@ -16,7 +16,7 @@ import Footer from '../components/layout/Footer.astro';
|
|||||||
<div class="flex flex-col md:flex-row gap-8 mb-8 not-prose">
|
<div class="flex flex-col md:flex-row gap-8 mb-8 not-prose">
|
||||||
<div class="flex-shrink-0">
|
<div class="flex-shrink-0">
|
||||||
<img
|
<img
|
||||||
src="/images/avatar.jpg"
|
src="/david-aragon.jpg"
|
||||||
alt="David Aragón"
|
alt="David Aragón"
|
||||||
class="w-48 h-48 rounded-full object-cover border-4 border-primary/20"
|
class="w-48 h-48 rounded-full object-cover border-4 border-primary/20"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user