Skip to content

Commit

Permalink
Show benefits on sponsorship tiers table.
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Jun 25, 2024
1 parent 003c544 commit 986ee25
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion source/_layouts/sponsorship-tiers.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
<span class="text-gray-400">/year</span>
</div>

<ul class="flex-1 space-y-0 ml-0">
<li>WebSite logo</li>
<li>Mention on Social Media</li>
<li>Mention in Newsletter</li>
<li>Use of logo on your website</li>
<li>Mention in "new sponsors" post</li>
<li>Advisory Board seat</li>
</ul>

<!-- Button -->
<div class="flex-shrink-0 pt-4">
<a class="inline-flex items-center justify-center w-full max-w-xs px-4 py-2 transition-colors border rounded-full focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 cursor-pointer no-underline text-gray-500 nav-org"
Expand All @@ -36,6 +45,7 @@
>Gold</div>
</div>


<!-- Features -->
<!-- <ul class="flex-1 space-y-4 ml-0">-->
<!-- <li class="flex items-start">-->
Expand All @@ -50,6 +60,14 @@
<span class="text-gray-400">/year</span>
</div>

<ul class="flex-1 space-y-0 ml-0">
<li>All in Silver plus</li>
<li>Membership intro post</li>
<li>Logo in GitHub README</li>
<li>Listed in reports</li>
<li>Logo on presentation slides made by Foundation members</li>
</ul>

<!-- Button -->
<div class="flex-shrink-0 pt-4">
<a class="inline-flex items-center justify-center w-full max-w-xs px-4 py-2 transition-colors border rounded-full focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 cursor-pointer no-underline text-orange-500 nav-org"
Expand All @@ -65,7 +83,6 @@
<div class="text-4xl font-medium tracking-tight text-blue-600"
>Platinum</div>
</div>

<!-- Features -->
<!-- <ul class="flex-1 space-y-4 ml-0">-->
<!-- <li class="flex items-start">-->
Expand All @@ -80,6 +97,12 @@
<span class="text-gray-400">/year</span>
</div>

<ul class="flex-1 space-y-0 ml-0">
<li>All in Gold plus</li>
<li>Social media (1/quarter)</li>
<li>Sponsor co-authored case study</li>
</ul>

<!-- Button -->
<div class="flex-shrink-0 pt-4">
<a class="inline-flex items-center justify-center w-full max-w-xs px-4 py-2 transition-colors border rounded-full focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 cursor-pointer no-underline text-blue-600 nav-org"
Expand Down

0 comments on commit 986ee25

Please sign in to comment.