Add sponsors page
This commit is contained in:
parent
31373ce8a7
commit
e48bd57a35
3 changed files with 60 additions and 0 deletions
9
source/_includes/sponsors/teaser.html.twig
Normal file
9
source/_includes/sponsors/teaser.html.twig
Normal file
|
@ -0,0 +1,9 @@
|
|||
<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>
|
Reference in a new issue