-
Notifications
You must be signed in to change notification settings - Fork 151
/
Copy pathtest.html
126 lines (112 loc) · 4.02 KB
/
test.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
---
layout: page
title: Campaign
class: page page-campaign
current: campaign
stripe: yes
sponsors: yes
permalink: campaign/test/
---
<h2>Help us Fund Rails Girls Summer of Code 2014!</h2>
<p>
Rails Girls Summer of Code offers three-months full time scholarships to
programming newcomers. Last year's Summer of Code has been a raging success.
This year we will make it happen again with <strong>your help</strong>!
</p>
<h3 class="heart">
Thank you for supporting
</h3>
<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>
<p>
We aim to support <strong> 20 students</strong> (10 teams) to work full-time,
expanding their knowledge and coding skills by contributing to a great Open
Source project — changing the face of Open Source, one woman at a time.
</p>
<p class="stats">
A total of <strong class="total"></strong> has been donated so far. That
means this many pairs have been funded:
</p>
<div id="campaign-progress"></div>
<p>
How awesome is that?
</p>
<h3>Become a Sponsor!</h3>
<p>
To support our mission in bigger steps, please ask your company to become a sponsor.
You can find all the details about our <a href="/sponsors/packages">Sponsor Packages</a>.
If you have any questions please don't hesitate to <a href="mailto:[email protected].">email us</a>.
</p>
<p>
Or go ahead and sign up as a sponsor right now:
</p>
{% include sponsor_packages.html %}
<section id="thanks-folks">
<h2>Thank you so much!</h2>
<table id="donations">
<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>
<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>