mirror of
https://github.com/acid-info/new-codex.storage.git
synced 2026-08-30 21:01:08 +00:00
15 lines
522 B
HTML
15 lines
522 B
HTML
<div @name="resource" class="resource">
|
|
<h4>{ title }</h4>
|
|
<a href="{ link }" class="resource-img" aria-label="{title}" target="_blank">
|
|
<span class="hidden">{ title }</span>
|
|
<div class="grid__item-img-deco"></div>
|
|
<img src="{ image }" alt="{ title }" loading="lazy"/>
|
|
<img src="/img/gradient.webp" loading="lazy" aria-hidden="true"/>
|
|
</a>
|
|
|
|
<p>{ description }</p>
|
|
<a href="{ link }" aria-label="{ title }" target="_blank">Learn more
|
|
<icon src="icon/featured/arrow-right.svg" >
|
|
</a>
|
|
</div>
|