dcbristol-2019-static/source/_includes/sponsors/teaser.html.twig
2019-05-29 22:10:03 +01:00

10 lines
263 B
Twig

<div class="tw-flex tw-flex-col tw-items-center tw-justify-center">
<div>
<img src="/images/sponsors/{{ logo }}" alt="{{ name }} logo" class="tw-max-w-full tw-w-full">
</div>
<div class="tw-mt-1">
<a href="{{ url }}">{{ name }}</a>
</div>
</div>