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
/
students.html
37 lines (32 loc) · 1.65 KB
/
students.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
---
layout: default
title: Students
class: page page-students
current: students
current-sub: students
permalink: students/
---
<script src="http://openlayers.org/api/OpenLayers.js"></script>
<script defer="defer" src="/js/map.js"></script>
<script src="/js/cities.js"></script>
<section class="main container">
<div class="wrapper clearfix">
{% include students_sidebar.html %}
<article class="content">
<h2>{{page.title}}</h2>
<p>Student registrations for last year's Rails Girls Summer of Code came from all over the world! As soon as there'll be updates on this year's project groups, you can read about them here.</p>
<p>In the meantime, check out these sections for information on what will happen during the Summer of Code.</p>
<p><ul>
<li><a href="/students/to-do">Things to do</a>: Activities that come along with learning to code.</li>
<li><a href="/students/log">Team Log</a>: Keep track of your activities and your learning steps.</li>
<li><a href="/students/tools">Tools</a>: Services we'll be using to keep in touch.</li>
<li><a href="/students/conferences">Conferences</a>: Join the community, talk about your Summer of Code and get inspired.</li>
</ul></p>
<p>You can read more about the teams and projects of the 2013 edition of RGSoC <a href="http://2013.railsgirlssummerofcode.org/">here</a>.</p>
<div style="width:650px; height:400px" id="map"></div>
</article>
<aside class="sidebar">
<div class="scribble14"></div>
</aside>
</div>
</section> <!-- / .main -->