Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 2.78 KB

sponsors.md

File metadata and controls

58 lines (51 loc) · 2.78 KB
layout title sponsors
simple
OpenTechSchool Sponsors
co_up google paypal wenzelmann
name web logo blog_post about
Co.Up Berlin Coworking Space
images/sponsors/coup.png
Co.Up is the coworking space where the roots of OpenTechSchool lie. There we had our first meetup leading up to the founding of the organisation. Many meetings and events followed until today and Co.Up provided us gratiously with space and all help possible. We are thankful to have them on our side.
name web logo about blog_post
Google Apps for Education
images/sponsors/google_apps_edu.png
Working with a distributed network of volunteers brings its challenges. Thanks to Google Apps we can offer Gmail, Docs, Drive and Groups to every supporter allowing us to act on a professional level of cloud-based collaboration.
name web logo blog_post about
PayPal
images/sponsors/paypal.jpg
PayPal allows us to easily collect donations via electronic payments. Thanks to their support this service comes free of charges, so every cent donated reaches us. Through the personal level of support we never felt lost during the process and always know who to contact. Just perfect.
name web logo about
Wenzelmann
images/sponsors/wenzelmann.png
Ernst Wenzelmann Schilderfabrik GmbH generously printed over 5000 of our beautiful stickers in extraordinary quality as a donation.

The Sponsor's Wall of Thanks

Although OpenTechSchool is run by volunteers we need a few things to do our job that usually involves money or need certain infrastructure. We are thankful to the sponsors below for supporting us in our work.

{% for sponsor_data in page.sponsors %} {% assign sponsor_id = sponsor_data[0] %} {% assign sponsor = sponsor_data[1] %}
{% if sponsor.logo %} {{sponsor.name}} Logo {% endif %}
		<div>
		<h3 id="{{sponsor_id}}"><a href="{{sponsor.web}}">{{sponsor.name}}</a></h3>
		    <p>{{sponsor.about}}
		    	{% if sponsor.blog_post %}
		    		<span class="blog_post"><a href="{{sponsor.blog_post}}">Learn more about their sponsorship on our blog.</a></span>
		    	{% endif %}
		    </p>
		</div>
	</div>
{% endfor %}

You like what we do and want to sponsor us?
Learn here how.