Skip to content

Commit

Permalink
Merge pull request #47 from rails-girls-summer-of-code/al-edit-campaign
Browse files Browse the repository at this point in the history
declutter campaign page
  • Loading branch information
alicetragedy committed Mar 20, 2015
2 parents cc2f2d6 + 2933303 commit 446493b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 46 deletions.
10 changes: 9 additions & 1 deletion assets/stylesheets/campaign.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,18 @@
}
.stripe-note {
margin-top: 0px;
font-size: 0.8em;
font-size: 0.6em;
color: #bbb;
}
.stripe-note a {
color: #bbb;
text-decoration: underline;
}

.margin-bottom {
margin-bottom: 2em;
}

.margin-top {
margin-top: 2em;
}
2 changes: 1 addition & 1 deletion assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ a.button-burger {
}
.sidebar-content {
h4 {
font-size: 22px;
font-size: 30px;
margin: 1.3em 0 .2em;
}
.current {
Expand Down
68 changes: 24 additions & 44 deletions campaign.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,25 @@

<h2>Help us Fund Rails Girls Summer of Code 2015!</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>!
Rails Girls Summer of Code wants to offer three-months full time scholarships to
programming newcomers. Our aim is to support 20 students, that means 10 teams &mdash; changing the future of Open Source one team at a time. With your help we can make it happen!
</p>

<div class="margin-top">
<p class="stats">
A total of <strong class="total"></strong> has been donated so far. That means this many teams have been funded:
</p>
</div>

<div class="margin-bottom">
<div id="campaign-progress"></div>
</div>

<h3>
Thank you for supporting &hearts;
</h3>
<div class="margin-top">
<h4>Thank you &hearts;</h4>
</div>

<p class="custom-donation">
<input type="number" id="custom-donation-amount" placeholder="75.00 $" min="0" step="25.00"/>
Expand All @@ -33,56 +41,28 @@ <h3>
Secure Payments by <a href="https://stripe.com/blog/stripe-checkout">Stripe Checkout</a>
</p>

<p>
We aim to support <strong> 20 students</strong>, that means 10 teams, to contribute to
10 amazing Open Source <a href="https://github.com/rails-girls-summer-of-code/projects/issues">projects</a><br>
&mdash; changing the future of Open Source one team at a time.
</p>

<p class="stats">
A total of <strong class="total"></strong> has been donated so far. That
means this many teams have been funded:
</p>

<div id="campaign-progress"></div>

<p>
How awesome is that? Thank you so much!
</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:summer-of-code@railsgirls.com.">email us</a>.
</p>
<br>
<h3>
Become a Sponsor!
</h3>

<p>
Or go ahead and sign up as a sponsor right now:
<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>
Talk to Us About Being a Partner Company
Become Partner Company
</h3>

<p>
To find out more about options for becoming a partner company, and what partner
companies do, please <a href="mailto:summer-of-code@railsgirls.com.">write us an email</a>.
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:summer-of-code@railsgirls.com.">contact us</a>.
</p>


<p>
Take a look at the <a href="/sponsors">amazing sponsors and partner companies</a>, already
supporting Rails Girls Summer of Code 2015!
</p>

<section id="thanks-folks">
<h2>Thank you so much!</h2>
<h2>Thank you so much - You are all awesome:</h2>
<table id="donations">
<colgroup>
<col class="col-gravatar"></col>
Expand All @@ -94,7 +74,7 @@ <h2>Thank you so much!</h2>
</colgroup>
<thead>
<tr>
<td colspan="6" class="stats">A total of <strong class="total"></strong> has been donated so far!</td>
<td></td>
</tr>
<tr>
<td class='pagination' colspan='6'>
Expand Down

0 comments on commit 446493b

Please sign in to comment.