forked from rails-girls-summer-of-code/summer-of-code-2014
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcampaign.html
More file actions
71 lines (64 loc) · 2.99 KB
/
campaign.html
File metadata and controls
71 lines (64 loc) · 2.99 KB
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
---
layout: default
title: Campaign
class: page page-campaign
current: campaign
permalink: campaign/
---
<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>
<div class="scribble8" style="float:right"></div>
<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. For this we are looking for your support.</p>
<p>Rails Girls Summer of Code is all about the community. You will support it as a global project, so your donations and sponsorships will enter a budget pool from which the selected students will be paid.</p>
<p>The summer of code will happen no matter what. Any left over money will be kept for next year. In case the Summer of Code is not going to happen for some reason the left over money will be used for a similar non-profit initiative or project.</p>
<h3>Please donate!</h3>
<form onsubmit="return false" class="custom-donation">
<input type="number" id="custom-donation-amount" placeholder="75.00" step="25.00"/>
<a href="#" class="donate-button button" data-custom="true" data-name="Custom">Donate Now</a>
</form>
<h3>Become a sponsor!</h3>
{% include sponsor_packages.html %}
<p>Find out more about our <a href="/sponsors">sponsors packages</a>.
<section id="thanks-folks">
<h2>Thank you!</h2>
<table id="donations">
<colgroup><col class="col-gravatar">
<col class="col-name">
<col class="col-amount">
<col class="col-package">
<col class="col-date">
<col class="col-comment">
</colgroup>
<thead>
<tr>
<td class='pagination' colspan='5'>
<span class='page'>Page: <span class='current-page'>1</span><span>/</span><span class='last-page'></span></span>
<span class='sep'>·</span>
<span class='first'>First</span>
<a class='first' href='#'>First</a>
<span class='sep'>·</span>
<span class='previous'>Previous</span>
<a class='previous' href='#'>Previous</a>
<span class='sep'>·</span>
<span class='next'>Next</span>
<a class='next' href='#'>Next</a>
<span class='sep'>·</span>
<span class='last'>Last</span>
<a class='last' href='#'>Last</a>
<span class='sep'>·</span>
<a class='all' href='#'>See all</a>
<a class='paged' href='#'>See less</a>
</td>
</tr>
</thead>
<tbody></tbody>
</table>
<p>This community is just amazing. Thank you so much!</p>
</section>
</article>
</div>
</section> <!-- / .main -->