blob: c04d11f76e8022af79c983aadb26acd690c819b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<footer class="site-footer">
<div class="wrapper" style="text-align:center;">
<h2 class="footer-heading">Yhteistyössä</h2>
<div class="footer-col-wrapper">
<a href="http://www.eficode.fi/"><img width="100" style="margin:20px;border:0;" src="{{ "/static/sponsors/eficode.png" | absolute_url }}" alt=""></a>
<a href="http://reaktor.com/"><img width="150" style="margin:20px;border:0;" src="{{ "/static/sponsors/reaktor.png" | absolute_url }}" alt=""></a>
<a href="http://www.gofore.fi/"><img width="150" style="margin:20px;border:0;" src="{{ "/static/sponsors/gofore.png" | absolute_url }}" alt=""></a>
<a href="http://www.tuxera.fi/"><img width="150" style="margin:20px;border:0;" src="{{ "/static/sponsors/tuxera.png" | absolute_url }}" alt=""></a>
</div>
</div>
</footer>
|