mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Add Kickstarter card
This commit is contained in:
parent
e73ad62e83
commit
3c64253bdf
1 changed files with 19 additions and 0 deletions
|
@ -139,6 +139,25 @@ layout: page
|
|||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li class="text-center md:text-left pt-16 md:pt-0">
|
||||
<div class="block transform hover:scale-105 duration-150 ease-in-out hover p-8 rounded-lg">
|
||||
<div>
|
||||
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration-150"><a href="">Kickstarter</a></h1>
|
||||
<span class="pt-4 opacity-55 font-extrabold">February 2020</span>
|
||||
<p class="pt-4 opacity-75">
|
||||
Through our
|
||||
<a href="{{ site.kickstarter_url }}">
|
||||
<u>crowdfunding campaign</u>,
|
||||
</a>
|
||||
we received our first supporters who also backed us financially. Thanks to every one you for for giving us your trust and money even before we had any software to show for!
|
||||
</p>
|
||||
</div>
|
||||
<ul class="text-sm pt-6">
|
||||
<span class="font-medium opacity-55">2020</span>
|
||||
<li class="opacity-75 font-medium">Received <span class="font-extrabold">11.755€ funding</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li class="text-center md:text-left pt-16 md:pt-0">
|
||||
<div class="block transform hover:scale-105 duration-150 ease-in-out hover p-8 rounded-lg">
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue