Skip to content

Commit 2bf2a3e

Browse files
authored
Merge pull request #160 from haskellfoundation/indivslogo
Add logo for number of individual sponsors of the HF.
2 parents 633265b + 4ab1628 commit 2bf2a3e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
25.8 KB
Loading

templates/footer.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<div class="max-w-screen-xl mx-auto text-center sm:px-12 md:px-12 lg:px-16 mt-32">
22
<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+
37
<div class="mt-16 flex flex-wrap items-center justify-center">
48
$for(monads)$
59
<a href="$externalUrl$" target="_blank" class="block w-36 m-4"><img alt="$title$" src="$logo$"

0 commit comments

Comments
 (0)