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 0
/
about.html
27 lines (27 loc) · 1.97 KB
/
about.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
---
layout: default
title: About
class: page page-contact
current: about
permalink: about/
---
<section class="main container">
<div class="wrapper clearfix">
<article class="content">
<h2>{{page.title}}</h2>
<p>To help with the organizing of Rails Girls SoC, please join our <a href="https://groups.google.com/forum/?fromgroups#!forum/rails-girls-summer-of-code" title="SoC Organizer Group">Google Group</a></p>
<p>For more information regarding project ideas, coaching, sponsoring or participating as a student, please join our <a href="https://groups.google.com/forum/#!forum/rails-girls-summer-of-code-community" title="SoC Community Group">RG SoC community</a></p>
<p>Or simply write a mail to <a href="mailto: [email protected]" title="[email protected]">[email protected]</a></p>
<p>Follow <a href="https://twitter.com/RailsGirlsSoC" title="Rails Girls Summer of Code on Twitter" target="_blank">Rails Girls Summer of Code on Twitter</a></p>
<p>We're also <a href="https://github.com/rails-girls-summer-of-code/summer-of-code" title="Summer of Code on Github" target="_blank">on Github</a></p>
</article>
<aside class="sidebar">
<div class="scribble6"></div>
</aside>
<div class="fullwidth">
<a href="https://docs.google.com/forms/d/158MlfRepVVZh9NjskR7-fuNJz5EsgzRnhrmTD94HXwY/viewform" class="button" target="_blank" title="to the student registration">Student registration <i class="icon-star-white"></i></a>
<a href="/sponsors" class="button" title="to the sponsor instructions">Sponsor information <i class="icon-star-white"></i></a>
<a href="https://docs.google.com/forms/d/1hXZ1-pShKo33OaviSlbwY3mVr0ttQTTbuNCXHSQNh4U/viewform" class="button" target="_blank" title="to the project registration">Project registration <i class="icon-star-white"></i></a>
</div>
</div>
</section> <!-- / .main -->