forked from rails-girls-summer-of-code/summer-of-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
campaign.html
115 lines (101 loc) · 2.98 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
---
layout: campaign
title: Campaign
class: page page-campaign
current: campaign
stripe: yes
sponsors: yes
permalink: campaign/
---
<h2>Rails Girls Summer of Code 2015 is fully funded!</h2>
<p>
With your help we were able to offer 32 three-month scholarships to 16 teams, from all over the world.
<a href="http://railsgirlssummerofcode.org/blog/2015-06-04-2015-teams/">
Take a look at the teams that were selected, and what projects they will be working on!
</a>
These teams will be starting their work officially on July 1st. Keep an eye on our blog for
updates on how they are doing!
</p>
<div class="margin-top">
<p class="stats">
A total of <strong class="total"></strong> has been donated for 2015.
</p>
</div>
<div class="margin-bottom">
<div id="progress">
<div class="goal"></div>
<div class="completed"></div>
</div>
</div>
<div class="margin-top">
<h4>Thank you ♥</h4>
</div>
<div class="margin-top">
<h3>
Help us fundraise for 2016
</h3>
<p>Make your donation below, and give our funding for 2016 a kick-start!</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>
<br>
<h3>
Become an earlybird Sponsor for 2016!
</h3>
<br>
<p>To support us in bigger steps, we can offer you different sponsoring packages. Read more about the <a href="/sponsors/packages">perks and details</a>. You can also become a sponsor right now by choosing one of these 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>
<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>