-
Notifications
You must be signed in to change notification settings - Fork 151
/
campaign.html
114 lines (91 loc) · 3.62 KB
/
campaign.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
---
layout: campaign
title: Campaign
class: page page-campaign
current: campaign
stripe: yes
sponsors: yes
permalink: campaign/
---
<h2>Donate to Rails Girls Summer of Code</h2>
<div class="margin-top">
<p class="stats">
Rails Girls Summer of Code relies on the generosity of our donors and sponsors. Every cent directly supports people from underrepresented groups in Open Source projects.</p>
<p>Your valuable contributions funded 13 RGSoC teams in 2018. Thank you so much!</p>
<p><strong>Fundraising for the 2020 program has now officially closed. Thank you to everyone who has kindly made a donation.</strong></p>
<p>If you would still like to donate to or sponsor RGSoC 2020, please <a href="mailto:[email protected]">email us</a> - we'd love to hear from you! 🙌</p>
<p>Our attractive sponsorship packages are designed to suit all budgets. You can read more about what it’s like to sponsor RGSoC <a href="/sponsors/packages">here</a>.
</p>
<!--
<p><strong>Fundraising for the 2020 program has now begun and we need your help.</strong></p>
</div>
<div class="margin-top">
<h2></h2>
-->
<div class="margin-bottom">
<div id="progress">
</div>
</div>
<!--
<h3>Make a simple donation</h3>
<p>Countless individuals have donated their hard-earned cash to support RGSoC since it started in 2013. Without you, this project wouldn’t exist.</p>
<p>Please donate now to create life-changing opportunities for women and non-binary people through our <a href="/blog/2016-06-01-ruby-heroes-2016" target="_blank">award-winning</a> scholarship program.</p>
<p>Enter your amount below and click “Donate Now”. 100% of donations received will fund student stipends.
<br>
</p>
<p class="custom-donation">
<input type="number" id="custom-donation-amount" placeholder="75.00 $" min="0" step="25.00"/>
<a href="#" class="donate-button button" data-custom="true" data-name="Custom"> Donate Now <i class="icon-star-white"></i></a>
</p>
<p class="stripe-note">
Secure Payments by <a href="https://stripe.com/blog/stripe-checkout">Stripe Checkout</a>
</p>
</div>
<h3>Be an official sponsor</h3>
<br>
<p>Are you and your company passionate about improving diversity in tech? Then consider becoming an official RGSoC sponsor.
Our attractive packages are designed to suit all budgets. Take a look at the benefits we offer and, when you’re ready, click a button to start your sponsorship. You can read more about what it’s like to sponsor RGSoC <a href="/sponsors/packages">here</a>.
</p>
{% include sponsor_packages.html %}
<h3>Become Partner Company</h3>
<p>To find out more about options for becoming a partner company, like <a href="http://travis-ci.com">Travis CI</a>, please <a href="mailto:[email protected]">contact us</a>.</p>
-->
<section id="thanks-folks">
<h2>A huge thank you to everyone who has supported us so far — you are all awesome!</h2>
<table>
<colgroup>
<col class="col-gravatar"></col>
<col class="col-name"></col>
<col class="col-amount"></col>
<col class="col-package"></col>
<col class="col-date"></col>
<col class="col-comment"></col>
</colgroup>
<thead>
<tr>
<th colspan="2">
<h3>Sponsors</h3>
</th>
</tr>
</thead>
<tbody id="sponsors"></tbody>
<thead>
<tr>
<th colspan="2">
<h3>Individual Donors</h3>
</th>
<th colspan="4">
{% include pagination.html %}
</th>
</tr>
</thead>
<tbody id="donations"></tbody>
<thead>
<tr>
<th colspan="6">
{% include pagination.html %}
</th>
</tr>
</thead>
</table>
</section>