forked from rails-girls-summer-of-code/summer-of-code-2014
-
Notifications
You must be signed in to change notification settings - Fork 0
/
campaign.html
106 lines (91 loc) · 4.52 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
---
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>
<h2>A total of <strong class="total"></strong> has been donated so far!</h2>
<div class="scribble8"></div>
<p><strong>This community is just amazing!</strong></p>
<p>Our initial plan was to support 10 Rails Girls students to learn and work full-time on Open Source projects - changing the face of tech, one woman at a time.</p>
<p>But we received so many <strong>fantastic and moving</strong> student applications that we'd like to <strong>support as many as we can.</strong></p>
<p>So, <strong>for every additional $5,000 we raise, we can help another student</strong> to devote 3 months of full-time effort to take their skills to the next level, and get in touch with this amazing Open Source community.</p>
<form onsubmit="return false" 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 class="stripe-note"><small>Secure Payments by <a href="https://stripe.com/blog/stripe-checkout">Stripe Checkout</a></small></p>
</form>
<p>For more information on the Rails Girls Summer of Code, please see our <a href="/faq">FAQ</a>.</p>
<h3>Become An Awesome Sponsor Now!</h3>
{% include sponsor_packages.html %}
<p>Find out more about our <a href="/sponsors">sponsoring 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 colspan="6" class="stats">A total of <strong class="total"></strong> has been donated so far!</td>
</tr>
<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>
<tfoot>
<tr>
<td class='pagination' colspan='6'>
<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>
</tfoot>
</table>
<p>This community is just amazing. Thank you so much!</p>
</section>
</article>
</div>
</section> <!-- / .main -->