forked from rails-girls-summer-of-code/summer-of-code-2014
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsors.html
58 lines (46 loc) · 2.74 KB
/
sponsors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
layout: default
title: Sponsors
class: page page-sponsors
current: sponsors
permalink: sponsors/
---
<script src="https://checkout.stripe.com/v2/checkout.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
<section class="main container">
<div class="wrapper clearfix">
<article class="content">
<h2>{{page.title}}</h2>
<p>Rails Girls Summer of Code will pay the selected students 1500 USD per month for a three months period, so they can dedicate themselves to their Open Source projects full-time. As a sponsor, you will be crucial to make that happen.</p>
<p>Rails Girls Summer of Code is all about the community. You will support it as a global project, so your sponsorship will enter a budget pool from which the selected students will be paid.</p>
<p>If you are willing to support us, here is what we offer:</p>
{% include sponsor_packages.html %}
<p>You can also contribute a <strong>custom amount</strong> through <a href="/campaign">our crowdfunding</a> campaign and be listed on our website.</p>
<p>Logos and links on the website will be sorted by amount and date. Please read the information on VAT and tax deductibility in the FAQ if you are contributing from within the EU and especially from Germany.</p>
<p>We are also continuously working on additional ideas that haven't been finalized yet, such as cross-promotions with podcasters, newsletters and blogs. More info coming soon.</p>
<p>If you happen to have other ideas or if you're missing something on this list, please get in touch: <a href="mailto: summer-of-code@railsgirls.com" title="mail to the sponsor-team">summer-of-code@railsgirls.com</a></p>
<p>If you prefer to transfer the money directly you can use one of the following bank accounts. Please mention "RailsGirls Summer of Code" in the subject.</p>
<h4>German bank account</h4>
<dl class="bank">
<dt>Name</dt><dd>Travis CI GmbH</dd>
<dt>Bank</dt><dd>Mittelbrandenburgische Sparkasse Potsdam</dd>
<dt>BIC</dt><dd>WELADED1PMB</dd>
<dt>IBAN</dt><dd>DE88160500001000812282</dd>
<dt>BLZ</dt><dd>16050000</dd>
<dt>Num</dt><dd>1000812282</dd>
</dl>
<h4>US bank account</h4>
<dl class="bank">
<dt>Name</dt><dd>Jumpstart Labs</dd>
<dt>Bank</dt><dd>Congressional Bank</dd>
<dt>Address</dt><dd>2101 K St NW, Washington DC, 20037</dd>
<dt>Routing no</dt><dd>055003418</dd>
<dt>Account no</dt><dd>9030004734</dd>
</dl>
<p>We are looking forward to having you on board as a sponsor!</p>
</article>
<aside class="sidebar">
<div class="scribble8"></div>
</aside>
</div>
</section> <!-- / .main -->