mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Merge pull request #77 from safing/feature/kickstarter-card
Kickstarter Card in influences
This commit is contained in:
commit
3024afd620
1 changed files with 25 additions and 6 deletions
|
@ -74,7 +74,7 @@ layout: page
|
|||
<div class="pl-8 text-left">
|
||||
<h2 id="influences" class="text-5xl tracking-tight font-extrabold leading-none py-10">
|
||||
Influences
|
||||
<span class="text-sm opacity-55 tracking-normal">updated May 2020</span>
|
||||
<span class="text-sm opacity-55 tracking-normal">updated June 2020</span>
|
||||
</h2>
|
||||
<p class="text-md opacity-55 max-w-lg">
|
||||
Through these partnerships we are not only receiving funding, but much needed support, advice, training, encouragement and helpful criticism.
|
||||
|
@ -88,7 +88,7 @@ layout: page
|
|||
<li class="text-center md:text-left">
|
||||
<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="">FFG</a></h1>
|
||||
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration-150">FFG</h1>
|
||||
<span class="pt-4 opacity-55 font-extrabold">2019-2020</span>
|
||||
<p class="pt-4 opacity-75">
|
||||
The FFG is the national funding institution for Research & Development of Austria. Their goal is to strengthen innovation and the economy.
|
||||
|
@ -117,7 +117,7 @@ layout: page
|
|||
<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="">Netidee</a></h1>
|
||||
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration-150">Netidee</h1>
|
||||
<span class="pt-4 opacity-55 font-extrabold">2017-2020</span>
|
||||
<p class="pt-4 opacity-75">
|
||||
Netidee funding from 2017 helped us to kickstart all this.
|
||||
|
@ -142,7 +142,26 @@ layout: page
|
|||
<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="">ESA-BIC Austria</a></h1>
|
||||
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration-150">Kickstarter</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>
|
||||
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration">ESA-BIC Austria</a></h1>
|
||||
<span class="pt-4 opacity-55 font-extrabold">2018-2020</span>
|
||||
<p class="pt-4 opacity-75">
|
||||
Safing ICS Technologies GmbH is participating in the
|
||||
|
@ -166,7 +185,7 @@ layout: page
|
|||
<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="">Fund of Excellence</a></h1>
|
||||
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration-150">Fund of Excellence</h1>
|
||||
<span class="pt-4 opacity-55 font-extrabold">2018-2019</span>
|
||||
<p class="pt-4 opacity-75">
|
||||
The Fund of Excellence is an investment fund by the Erste Group, that invests in people, rather than companies. They were investing in one of Safing's founders.
|
||||
|
@ -181,7 +200,7 @@ layout: page
|
|||
<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="">Personal Investment</a></h1>
|
||||
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration-150">Personal Investment</h1>
|
||||
<span class="pt-4 opacity-55 font-extrabold">2017-2020</span>
|
||||
<p class="pt-4 opacity-75">
|
||||
We invest our personal time and money to further push the project
|
||||
|
|
Loading…
Add table
Reference in a new issue