dcbristol-2019-static/source/_includes/sponsors/teaser.html.twig

10 lines
263 B
Twig
Raw Normal View History

2019-04-25 20:09:19 +00:00
<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>