-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (30 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<title>RubySur | Usuarios de Ruby de América del Sur</title>
<meta charset='utf-8' />
<link href='css/main.css' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Molengo&subset=latin' rel='stylesheet' type='text/css' />
<link href="http://fonts.googleapis.com/css?family=Vollkorn&subset=latin" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src='http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js'></script>
<![endif]-->
</head>
<body>
<header>
<section>
<h1>
RubySur
</h1>
<h2>Usuarios de Ruby de América del Sur</h2>
<ul>
<li>Lista de correo: <a href="http://groups.google.com/group/rubysur/subscribe">rubysur</a> en Google Groups.</li>
<li>Canal de IRC: <a href="irc://irc.freenode.net/#rubysur">#rubysur</a> en Freenode.</li>
<li>Repositorios de código: <a href="https://github.com/rubysur/">rubysur</a> en GitHub</li>
<li>Aprende a Programar en Ruby: <a href="http://rubysur.org/aprende.a.programar/">rubysur.org/aprende.a.programar</a></li>
<li>Introducción a Rails: <a href="http://rubysur.org/introduccion.a.rails">rubysur.org/introduccion.a.rails</a></li>
</ul>
</section>
</header>
</body>
</html>