-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
104 lines (101 loc) · 3.73 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
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
---
layout: landing
current: index
stripe: yes
sponsors: yes
class: index
permalink: /
---
<header class="keyvisual">
<div class="keyvisual-text">
<h1>Rails Girls Summer of Code</h1>
<h3>Jul – Sept 2017 <span class="fa fa-star"></span> Worldwide</h3>
<p class="cta"><a href="/blog/2017-05-22-teams-2017" title="">Our 2017 teams!</a></p>
</div>
</header>
<div class="bg--grey">
<div class="container">
<div class="row landing-main">
<div class="col-md-8 col-md-offset-2">
<div class="squiggly-line"></div>
<h2>Getting more women into Open Source!</h2>
<p>With our award-winning scholarship program we aim to foster diversity in Open Source since 2013. Selected teams receive a three-month scholarship to work on selected Open Source projects.</p>
<p><a href="/about/" class="arrow-link">More about us</a></p>
</div>
</div>
<div class="row landing-teasers">
<article class="landing-teaser col-md-3 col-sm-6">
<a href="/students/application/">
<figure>
<img src="/assets/images/tile1-small.jpg" alt="">
<figcaption>Learn more...</figcaption>
</figure>
<div>
<h2>Apply as a team</h2>
<p>Take a look at our Application Guide for students.</p>
</div>
</a>
</article>
<article class="landing-teaser col-md-3 col-sm-6">
<a href="/guide/projects/">
<figure>
<img src="/assets/images/frontpage-submit-your-project.jpg" alt="">
<figcaption>Go for it!</figcaption>
</figure>
<div>
<h2>Submit your project</h2>
<p>Learn more about mentoring an Open Source project.</p>
</div>
</a>
</article>
<article class="landing-teaser col-md-3 col-sm-6">
<a href="/guide/coaching/">
<figure>
<img src="/assets/images/frontpage-coach-a-team.jpg" alt="">
<figcaption>Read more..</figcaption>
</figure>
<div>
<h2>Coach a team</h2>
<p>Help us with your experience and become a coach.</p>
</div>
</a>
</article>
<article class="landing-teaser col-md-3 col-sm-6">
<a href="/sponsors/packages/">
<figure>
<img src="/assets/images/frontpage-become-a-sponsor.jpg" alt="">
<figcaption>Support us!</figcaption>
</figure>
<div>
<h2>Become a sponsor</h2>
<p>Take a look at our packages and perks.</p>
</div>
</a>
</article>
</div>
</div>
</div>
<div class="bg--white">
<div class="container">
<div class="row landing-misc">
<div class="col-md-6">
<h3>Timeline 2016/2017</h3>
<div class="squiggly-line"></div>
<ul class="list list--none">
<li><span class="fa fa-star color-red"></span> 20 Nov-31 Jan: Call for Projects</li>
<li><span class="fa fa-star color-red"></span> TBA: Crowdfunding opens</li>
<li><span class="fa fa-star color-red"></span> 01 Feb: Applications open</li>
<li><span class="fa fa-star color-red"></span> 08 Mar: Applications close</li>
<li><span class="fa fa-star color-red"></span> 01 May: Acceptance letters</li>
<li><span class="fa fa-star color-red"></span> 01 Jul: Kickoff RGSoC 2017!</li>
</ul>
</div>
<div class="col-md-6">
<h3>Help out</h3>
<div class="squiggly-line"></div>
<p>You can support Rails Girls Summer of Code as a coach, a mentor or as an organizer helping in various areas such as fundraising, editing, working on our sites or helping the students find Open Source projects.</p>
<p><a href="mailto:[email protected]" class="arrow-link">Get in touch</a></p>
</div>
</div>
</div>
</div>