forked from rails-girls-summer-of-code/summer-of-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcampaign.html
149 lines (123 loc) · 4.83 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
---
layout: campaign
title: Campaign
class: page page-campaign
current: campaign
stripe: yes
sponsors: yes
permalink: campaign/
---
<h2>Help us fund Rails Girls Summer of Code 2017!</h2>
<div class="margin-top">
<p class="stats">
<strong>UPDATE!!</strong> The fundraising campaign for RGSoC 2016 is now closed. A total of <strong class="total"></strong> has been donated for 2016. 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">
<p>
<strong>The fundraising campaign for RGSoC 2017 is now open!</strong>
</p>
<p>
All the money we receive from this moment on will be used for next year's edition.
</p>
</div>
<div class="margin-top">
<h3>
Support us now
</h3>
<p>Make your donation below, and help us get more women into Open Source!</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>
<div class="margin-top">
<h3>Let's #DiversifyTech</h3>
</div>
<iframe src="https://player.vimeo.com/video/163780646" width="640" height="419" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p><a href="https://vimeo.com/163780646">Thank you! \o/ Let's #diversifytech!</a> from <a href="https://vimeo.com/user51331690">Rails Girls Summer of Code</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
<div class="margin-top">
<p>
Rails Girls Summer of Code is a program open to people around the world which provides full-time scholarships for three months over the summer. In the last three years, <strong>104 students</strong> from <strong>23 countries</strong> worked on a total of <strong>39 Open Source projects</strong> through our initiative. RGSoC helps women develop their programming skills by getting them involved in open-source projects and, at the same time, makes Tech a better place for everyone. <strong>It is not just about coding, it is changing the world while we code.</strong>
</p>
<p>
This year, we wanted to acknowledge all the support</a> we have received to this program and co-create something that represents our joint effort to make the Tech Community more inclusive. The <a href="http://railsgirlssummerofcode.org/blog/2016-04-22-thank-you-lets-diversify-tech">thank_you board</a> (on the video above) portrays a community that evolves because of the actions of each individual, becoming more inclusive.
</p>
<p>
Each square added means that someone or a group of people has jumpstarted their career in tech and on the back of those squares, there is the name of a person or company who contributed to RGSoC.
</p>
<p>
<strong>With your support we have completed our board and funded 16 teams. Thank you for leeting us #DiversifyTech!</strong>
</p>
<div class="resize">
<img src="../img/RGSoC-2016-campaign-closed.jpg">
</div>
</div>
<br>
<h3>
Become a Sponsor for 2017!
</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>
<div class="resize">
<img src="../img/blog/2016/2016-04-22-thank-you-lets-diversify-tech-01.jpg">
</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>