This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/2019/source/_includes/sponsors/teaser.html.twig

9 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>