Revert "chore: 11ty img"

This reverts commit 73eb06739e.
This commit is contained in:
Cory Dransfeldt 2024-06-06 15:33:48 -07:00
parent 73eb06739e
commit 2c18ab1030
No known key found for this signature in database
23 changed files with 270 additions and 728 deletions

View file

@ -10,7 +10,17 @@ permalink: /about.html
<div class="interior">
{%- capture about_alt -%}{{ meta.siteName }} - image by David Neal / @reverentgeek{%- endcapture -%}
<img
src="/assets/img/avatar-transparent.png"
srcset="
https://coryd.dev/.netlify/images/?url=/assets/img/avatar-transparent.png&fit=cover&w=200&h=200&fm=webp&q=40 200w,
https://coryd.dev/.netlify/images/?url=/assets/img/avatar-transparent.png&fit=cover&w=400&h=400&fm=webp&q=40 400w,
https://coryd.dev/.netlify/images/?url=/assets/img/avatar-transparent.png&fit=cover&w=800&h=800&fm=webp&q=40 800w,
https://coryd.dev/.netlify/images/?url=/assets/img/avatar-transparent.png&fit=cover&w=1200&h=1200&fm=webp&q=40 1200w
"
sizes="(max-width: 450px) 200px,
(max-width: 850px) 400px,
(max-width: 1000px) 800px,
1200px"
src="https://coryd.dev/.netlify/images/?url=/assets/img/avatar-transparent.png&fit=cover&w=1200&h=1200&fm=webp&q=40"
alt="{{ about_alt }}"
loading="eager"
decoding="async"