We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 633265b + 4ab1628 commit 2bf2a3eCopy full SHA for 2bf2a3e
assets/images/sponsors/individuals.png
25.8 KB
templates/footer.html
@@ -1,5 +1,9 @@
1
<div class="max-w-screen-xl mx-auto text-center sm:px-12 md:px-12 lg:px-16 mt-32">
2
<div class="font-bold">SPONSORS</div>
3
+ <div class="mt-16 flex flex-wrap items-center justify-center">
4
+ <img class="block w-36 m-4" alt="Individual Sponsors" src="/assets/images/sponsors/individuals.png"></img>
5
+ </div>
6
+
7
<div class="mt-16 flex flex-wrap items-center justify-center">
8
$for(monads)$
9
<a href="$externalUrl$" target="_blank" class="block w-36 m-4"><img alt="$title$" src="$logo$"
0 commit comments