|
@ -18,12 +18,13 @@ |
|
|
<img class="product-icon" src="./assets/images/products/icons/<%= product.slug %>.png" alt=""> |
|
|
<img class="product-icon" src="./assets/images/products/icons/<%= product.slug %>.png" alt=""> |
|
|
<div> |
|
|
<div> |
|
|
<h2><%= product.name %></h2> |
|
|
<h2><%= product.name %></h2> |
|
|
<span>more info</span><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-external-link" width="100" height="100" viewBox="0 0 24 24" stroke-width="2" stroke="var(--c-3)" fill="none" stroke-linecap="round" stroke-linejoin="round"> |
|
|
|
|
|
|
|
|
<span>more info<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-external-link" width="100" height="100" viewBox="0 0 24 24" stroke-width="2" stroke="var(--c-3)" fill="none" stroke-linecap="round" stroke-linejoin="round"> |
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> |
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> |
|
|
<path d="M11 7h-5a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-5" /> |
|
|
<path d="M11 7h-5a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-5" /> |
|
|
<line x1="10" y1="14" x2="20" y2="4" /> |
|
|
<line x1="10" y1="14" x2="20" y2="4" /> |
|
|
<polyline points="15 4 20 4 20 9" /> |
|
|
<polyline points="15 4 20 4 20 9" /> |
|
|
</svg> |
|
|
</svg> |
|
|
|
|
|
</span> |
|
|
</div> |
|
|
</div> |
|
|
</header> |
|
|
</header> |
|
|
<div class="product-hero__wrapper"> |
|
|
<div class="product-hero__wrapper"> |
|
|