mirror of
https://github.com/acid-info/new-codex.storage.git
synced 2026-08-31 05:11:09 +00:00
14 lines
386 B
HTML
14 lines
386 B
HTML
<div @name="resource" class="resource">
|
|
<h4>{ title }</h4>
|
|
<a class="resource-img">
|
|
<div class="grid__item-img-deco"></div>
|
|
<img src="{ image }" alt="{ title }" loading="lazy"/>
|
|
<img src="/img/gradient.webp" alt="{ title }" loading="lazy" />
|
|
</a>
|
|
|
|
<p>{ description }</p>
|
|
<a href="{ link }">Learn more
|
|
<icon src="icon/featured/arrow-right.svg" >
|
|
</a>
|
|
</div>
|