forked from rails-girls-summer-of-code/summer-of-code
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
104 lines (101 loc) · 3.76 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 2018 <span class="fa fa-star"></span> Worldwide</h3>
<p class="cta"><a href="/blog/2018-05-18-rgsoc-2018-teams-part2">Meet our 2018 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>Making Open Source More Diverse Since 2013</h2>
<p>Rails Girls Summer of Code is a global fellowship program for women and non-binary coders. Students receive a three-month scholarship to work on existing Open Source projects and expand their skill set.</p>
<p><a href="/about/" class="arrow-link">Learn more</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 2017/2018</h3>
<div class="squiggly-line"></div>
<ul class="list list--none">
<li><span class="fa fa-star color-red"></span> 15 Dec–28 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> 02 Feb: Applications open</li>
<li><span class="fa fa-star color-red"></span> 28 Feb: Applications close</li>
<li><span class="fa fa-star color-red"></span> 17 Apr: Acceptance emails</li>
<li><span class="fa fa-star color-red"></span> 02 Jul: Kickoff RGSoC 2018!</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>