-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
32 lines (26 loc) · 982 Bytes
/
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
---
layout: default
---
<div class="jumbotron background">
<div class="col-md-3 pull-right">
<img src="/static/img/railsmn_logo.png" width="256" height="256" >
</div>
<h1>Rails MN</h1>
<p>A group to help those learning Ruby on Rails build new businesses, cool prototypes, side projects and more in the Minneapolis and St. Paul area.</p>
<p>Events include:</p>
<ul>
<li>introductory classes on Rails</li>
<li>'hack' sessions where you can partner 1:1 to get over sticking points</li>
<li>lightning talks to help you learn 'the other stuff' (CoffeeScript, SASS, HTML5, Git, etc)</li>
</ul>
<p>We encourage people of all skill levels in Rails to participate!</p>
<a class='btn btn-primary' href="http://www.meetup.com/ruby-on-rails-for-beginners/">
More info at Meetup.com
</a>
</div>
<div>
<header class="page-header">
<h2>Recent news <small></small></h2>
</header>
{% include post_index.html posts=site.posts limit=3 %}
</div>