forked from rails-girls-summer-of-code/summer-of-code-2014
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (60 loc) · 3.59 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
---
layout: default
current: index
class: index
---
<section class="">
<div class="keyvisual"></div>
<section class="wrapper hero">
<div class="">
<p class="hero-sub">Summer 2013 <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">Help Rails Girls students get into open source software projects!</p>
</div>
</section>
<article class="wrapper main">
<div class="content">
<h2>Women go Open Source</h2>
<div class="teaser-video">
<!-- This version of the embed code is no longer supported. Learn more: https://vimeo.com/help/faq/embedding -->
<object width="100%" height="400">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=67004430&force_embed=1&server=vimeo.com&show_title=1&show_byline=1&show_portrait=1&color=de390c&fullscreen=1&autoplay=0&loop=0" />
<embed src="http://vimeo.com/moogaloop.swf?clip_id=67004430&force_embed=1&server=vimeo.com&show_title=1&show_byline=1&show_portrait=1&color=de390c&fullscreen=1&autoplay=0&loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="100%" height="400"></embed>
</object>
</div>
<p>Rails Girls Summer of Code helps Rails Girls students get into Open Source.</p>
<p>Just like in Google Summer of Code and Ruby Summer of Code, students will be paid so they're free to work on Open Source projects for a few months. Unlike those programs, the Rails Girls Summer of Code is about helping students to further expand their knowledge and skills by contributing to a great Open Source project (rather than producing highly sophisticated code).</p>
</div>
<aside class="sidebar frontpage-sidebar">
<div class="nerdies">
<a href="http://unerdwear.com/release1-2-railsgirls.html" title="RGSoC at Unerdwear" target="_blank"><img src="/img/unerdwear.gif" alt="RGSoC at Unerdwear"></a>
</div>
<div>
<h2>Team Blogs</h2>
<ul class="blogroll"></ul>
</div>
<div class="newsletter">
<h2>Our Newsletter</h2>
<a href="http://railsgirls.us7.list-manage.com/subscribe?u=36677d2ea7383a950d149c68b&id=243f532f22" title="Subscribe to our newsletter" target="_blank" class="button">Subscribe Now! <i class="icon-star-white"></i></a>
</div>
</aside>
<div class="content">
<h2>Latest Blog Post</h2>
{% 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>
<div class="teaser-content">{{ latest_post.content }}</div>
</div>
<a href="/blog" class="button" title="to our blog">Read more on our blog! <i class="icon-star-white"></i></a>
</div>
</article>
</section> <!-- / .main -->