mirror of
https://github.com/safing/web
synced 2025-04-22 03:49:08 +00:00
Quickfix esa-bic page
looks okay, good enough to start with
This commit is contained in:
parent
d4281b67e7
commit
01bf1db6a8
1 changed files with 20 additions and 33 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: page
|
||||
layout: page_container
|
||||
title: ESA Business Incubation
|
||||
heading: ESA Business Incubation
|
||||
container_class: 'text'
|
||||
|
@ -9,43 +9,30 @@ Safing ICS Technologies GmbH is participating in the ESA Business Incubation Cen
|
|||
|
||||
The ESA-BIC is a cooperation between the Science Park Graz, located in Styria, and the EFRE - of the State of Lower Austria. Over the incubation timespan, we receive coaching as well as 50.000€ in funding. Half of it is contributed by the ESA-BIC while the other half is granted by the EFRE.
|
||||
|
||||
<div class="ui basic segment">
|
||||
<h3>Involved Partners</h3>
|
||||
|
||||
<div class="ui four doubling cards esa">
|
||||
<a class="card" href="http://www.accent.at/home.html" target="blank">
|
||||
<div class="content">
|
||||
<div class="ui middle aligned image">
|
||||
<img src="{{ site.assets_url }}img/external/logos/accent.png">
|
||||
</div>
|
||||
</div>
|
||||
### Involved Partners
|
||||
<div class="flex content-center mb-4">
|
||||
<div class="w-1/4 px-3 py-3">
|
||||
<a href="http://www.accent.at/home.html" target="blank">
|
||||
<img src="{{ site.assets_url }}img/external/logos/accent.png">
|
||||
</a>
|
||||
<a class="card" href="https://www.efre.gv.at/" target="blank">
|
||||
<div class="content">
|
||||
<div class="ui middle aligned image">
|
||||
<img src="{{ site.assets_url }}img/external/logos/efre.png">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-1/4 px-3 py-3">
|
||||
<a href="https://www.efre.gv.at/" target="blank">
|
||||
<img src="{{ site.assets_url }}img/external/logos/efre.png">
|
||||
</a>
|
||||
<a class="card" href="http://www.esa-bic.at/" target="blank">
|
||||
<div class="content">
|
||||
<div class="ui middle aligned image">
|
||||
<img src="{{ site.assets_url }}img/esa-bic_austria.svg">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-1/4 px-3 py-3">
|
||||
<a href="http://www.esa-bic.at/" target="blank">
|
||||
<img src="{{ site.assets_url }}img/external/logos/esa-bic_austria.svg">
|
||||
</a>
|
||||
<a class="card" href="http://sciencepark.at/" target="blank">
|
||||
<div class="content">
|
||||
<div class="ui middle aligned image">
|
||||
<img src="{{ site.assets_url }}img/external/logos/sciencepark.png">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-1/4 px-3 py-3">
|
||||
<a href="http://sciencepark.at/" target="blank">
|
||||
<img src="{{ site.assets_url }}img/external/logos/sciencepark.png">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ui divider"></div>
|
||||
|
||||
<div class="ui center aligned basic segment">
|
||||
<p>
|
||||
A big thanks to all partners! 🎉
|
||||
</div>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue