forked from brooksbingham/theme-elegance
refactor: style the footer
parent
587c9ce147
commit
255a7592a3
|
@ -27,18 +27,43 @@
|
||||||
{hook h='displayFooterBefore'}
|
{hook h='displayFooterBefore'}
|
||||||
{/block}
|
{/block}
|
||||||
</div>
|
</div>
|
||||||
<div class="container mx-auto flex flex-col">
|
<div class="container mx-auto flex flex-col gap-8">
|
||||||
<div class="flex">
|
<div class="flex flex-col lg:flex-row gap-8">
|
||||||
<div class="w-48 h-48 flex flex-col justify-center">
|
<div class="w-48 flex flex-row justify-center items-center">
|
||||||
<a class="w-24 h-24" href="{$urls.base_url}">
|
<a class="w-24 h-24" href="{$urls.base_url}">
|
||||||
<img class="logo w-full aspect-square object-fit" src="{$shop.logo}" alt="{$shop.name}">
|
<img class="logo w-full aspect-square object-fit" src="{$shop.logo}" alt="{$shop.name}">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full flex flex-1">
|
<div class="w-full flex flex-1 flex-col lg:flex-row">
|
||||||
{block name='hook_footer'}
|
{block name='hook_footer'}
|
||||||
{hook h='displayFooter'}
|
{hook h='displayFooter'}
|
||||||
{/block}
|
{/block}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex justify-center items-center gap-4">
|
||||||
|
<a class="p-4" href="{$urls.base_url}">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-x" width="24" height="24" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||||
|
<path d="M4 4l11.733 16h4.267l-11.733 -16z"></path>
|
||||||
|
<path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
<a class="p-4">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-instagram" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||||
|
<path d="M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z"></path>
|
||||||
|
<path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"></path>
|
||||||
|
<path d="M16.5 7.5l0 .01"></path>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
<a class="p-4">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-instagram" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||||
|
<path d="M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z"></path>
|
||||||
|
<path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"></path>
|
||||||
|
<path d="M16.5 7.5l0 .01"></path>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
{block name='hook_footer_after'}
|
{block name='hook_footer_after'}
|
||||||
|
|
Loading…
Reference in New Issue