feat: move all pages into cms

This commit is contained in:
Cory Dransfeldt 2024-09-29 11:45:08 -07:00
parent 63e5961756
commit b5d5424555
No known key found for this signature in database
13 changed files with 14 additions and 262 deletions

View file

@ -1,18 +0,0 @@
<div class="badge-grid">
{%- for badge in badges limit: 8 -%}
<a href="{{ badge.url }}">
<img srcset="
https://cdn.coryd.dev/{{ badge.image }}?class=w100&type=webp 100w,
https://cdn.coryd.dev/{{ badge.image }}?class=w200&type=webp 200w
" sizes="(max-width: 450px) 88px,
200px"
src="https://cdn.coryd.dev/{{ badge.image }}?class=w100&type=webp"
alt="{{ badge.image_alt }}"
loading="lazy"
decoding="async"
width="100"
height="36"
/>
</a>
{%- endfor -%}
</div>