image loading

This commit is contained in:
Cory Dransfeldt 2023-03-13 12:04:22 -07:00
parent 67553b2cdc
commit 1b67ee6f95
No known key found for this signature in database
3 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,8 @@
<div class="mt-12 py-8 border-t-2 flex justify-between items-center">
<div class="flex items-center flex-1">
<img class="inline-block h-20 mr-2" src="/assets/img/avatar.webp" alt={{ site.name }} />
<div class="h-20 w-20">
<img class="inline-block h-20 w-20 mr-2" src="/assets/img/avatar.webp" alt={{ site.name }} loading="lazy" />
</div>
<span class="text-lg font-medium">{{ site.name }}</span>
</div>
<p class="text-sm flex-1">I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies.</p>