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/source/_includes/sponsors/teaser.html.twig

10 lines
263 B
Twig
Raw Normal View History

2019-04-25 22:09:19 +02: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>