-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
48 lines (44 loc) · 1.53 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
---
layout: main
title: "Ruby Programming Language"
code: true
top: true
---
<ul id="posts">
<li class="post">
<span class="date">
<span class="month">Aug</span>
<span class="day">5</span>
</span>
<h3><a href="#">Welcome to RubyLang.info!</a></h3>
<p class="author">Chris Ledet</p>
<p>
RubyLang.info is a community driven web site, dedicated to
helping both new and experienced Ruby developers. We are hosted
on Github, where anyone can contribute to the site without going through
unnecessary barriers. We strive to be the best possible resource for the Ruby
programming language.
</p>
<li><a class="more button small" href="#">More posts »</a>
</ul><!--posts-->
<ul class="nav panels">
<div class="section heading">
<h3>Learn Ruby</h3>
</div>
<li class="start small panel">
<h4>Get Started</h4>
<ul>
<li><a href="http://tryruby.org/">Try Ruby! (in your browser)</a></li>
<li><a href='http://ruby.learncodethehardway.org/'>Free Book: Learn Ruby The Hard Way <em>by Zed Shaw ported by Rob Sobers</em>.</a</li>
<li><a href="http://yehudakatz.com/2009/08/24/my-10-favorite-things-about-the-ruby-language/">
Yehuda Katz's Top favorite things about Ruby.</a></li>
</ul>
<li class="explore small panel">
<h4>Explore</h4>
<ul>
<li><a href="http://ruby-doc.org/">Documentation</a>
<li><a href="http://pragprog.com/titles">Books</a>
<li><a href="#">Libraries</a>
<li><a href="#">Success Stories</a>
</ul>
</ul>