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>

View file

@ -1,16 +0,0 @@
<div class="webring-wrapper">
<h3>
<a href="https://cs.sjoy.lol">CSS JOY Webring</a>
</h3>
<div class="webring-navigation">
<a href="https://webri.ng/webring/cssjoy/previous?via=https://coryd.dev/webrings">
{% tablericon "arrow-left" "Previous site" %}
</a>
<a href="https://webri.ng/webring/cssjoy/random?via=https://coryd.dev/webrings">
{% tablericon "dice-3" "Random site" %}
</a>
<a href="https://webri.ng/webring/cssjoy/next?via=https://coryd.dev/webrings">
{% tablericon "arrow-right" "Next site" %}
</a>
</div>
</div>

View file

@ -1,26 +0,0 @@
<div class="webring-wrapper">
<img
srcset="
https://cdn.coryd.dev/{{ logo }}?class=w200&type=webp 200w,
https://cdn.coryd.dev/{{ logo }}?class=w400&type=webp 400w,
https://cdn.coryd.dev/{{ logo }}?class=w800&type=webp 800w,
https://cdn.coryd.dev/{{ logo }}?class=w1600&type=webp 1600w
"
sizes="(max-width: 450px) 200px,
(max-width: 850px) 400px,
(max-width: 1000px) 800px,
1200px"
src="https://cdn.coryd.dev/{{ logo }}?class=w200&type=webp"
alt="The Claw Webring"
loading="lazy"
decoding="async"
width="200"
height="169"
/>
<h3>The Claw Webring</h3>
<p>
<strong>
<a class="no-underline" href="https://github.com/whitep4nth3r/the-claw-webring">Join!</a>
</strong>
</p>
</div>