-
Notifications
You must be signed in to change notification settings - Fork 4
/
campaign.html
118 lines (94 loc) · 3.28 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
115
116
117
118
---
layout: campaign
title: Campaign
class: page page-campaign
current: campaign
stripe: yes
sponsors: yes
permalink: campaign/
---
<h2>You helped us fund RGSoC 2017! Yay! Thank you so much.</h2>
<div class="margin-top">
<p class="stats">
A total of <strong class="total"></strong> has been donated for 2017. That means this many teams have been funded:
</p>
</div>
<div class="margin-bottom">
<div id="progress">
<div class="goal"></div>
<div class="completed"></div>
</div>
</div>
<!--
<div class="margin-top">
<strong>The Fundraising campaign for 2017 is now open!</strong>
</div>
-->
<div class="margin-top">
<h3>Support RGSoC 2018</h3>
<p>Make your donation below, and help us get more women into Open Source through our <a href="/blog/2016-06-01-ruby-heroes-2016" target="_blank">award-winning</a> program.
<br><em>All donations received from now on will be used to fund RGSoC 2018</em>.
</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>Become a Sponsor for 2018!</h3>
<br>
<p>RGSoC 2017 has been funded, so all donations received from now on will be used to fund RGSoC 2018. Read more about the <a href="/sponsors/packages">perks and details</a> of sponsorship, or become a sponsor right now by choosing one of the packages below:</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> and <a href="http://github.com">GitHub</a>, please <a href="mailto:[email protected]">contact us</a>.</p>
-->
<div class="margin-top">
<h3>#5YearsOfRGSoC</h3>
<p>This year is our 5th year organising RGSoC, and we'll be using the hashtag #5YearsOfRGSoC to share some of our history with you — in the meanwhile, don't forget to spread the word about our campaign to help us diversify our Open Source community!</p>
</div>
<div class="videoWrapper">
<iframe src="https://player.vimeo.com/video/185049421" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
</div>
<section id="thanks-folks">
<h2>Thank you so much — 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>
<p>This community is just amazing. Thank you so much!</p>
</section>