This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
/
index.html
65 lines (64 loc) · 2.45 KB
/
index.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
---
layout: default
current: index
stripe: yes
sponsors: yes
class: index
---
<section class="">
<div class="keyvisual"></div>
<section class="wrapper hero">
<div class="">
<p class="hero-sub">Jul - Sept 2014 <span class="star-red"></span> Worldwide</p>
<h1>Rails Girls</h1>
<h2>Summer of Code</h2>
<div class="stars-row">
<span class="star-red"></span>
<span class="star-red"></span>
<span class="star-red"></span>
</div>
<p class="hero-claim">Get Rails Girls students into Open Source software projects!</p>
<!-- <p class="hero-claim2">Applications open: 14.03.2014 - 2.05.2014</p>
</div> -->
</section>
<article class="wrapper main">
<div class="content">
<h2>Welcome to the second edition!</h2>
<p>
Last year Rails Girls Summer of Code started for the first time and has
been a raging success. This year, we will be back and make another Summer
full of code happen with your help!
</p>
<p>
Rails Girls Summer of Code offers three-months full time scholarships to
pairs of Rails Girls students, supported by coaches. This community-driven
initiative is about learning by doing — expand the knowledge
and coding skills by contributing to a great Open Source project.
</p>
<p>
The Rails Girls Summer of Code program starts <strong>1st of July
2014</strong> and aims at providing sponsored scholarships to 20 students.
</p>
<p>
This cannot be done without help from our fantastic community.
Please consider a <a href="/campaign">donation</a>
or help out as a <a href="/guide/coaching">coach</a>,
<a href="/guide/coaching-company">coaching company</a> or
<a href="mailto:[email protected]">supporting organizer</a>!
</p>
</div>
<aside class="sidebar frontpage-sidebar">
{% include home_sidebar.html %}
</aside>
<div class="content">
<h3>Latest Blog Post</h3>
{% assign latest_post = site.posts.first %}
<div class="blog-teaser">
<h3><a href="/{{latest_post.permalink}}">{{ latest_post.title }}</a></h3>
<div class="teaser-date">Posted on {{ latest_post.created_at }}</div>
{{ latest_post.content }}
<p><a href="/blog" class="button" title="to our blog">Read more on our blog! <i class="icon-star-white"></i></a></p>
</div>
</div>
</article>
</section>