forked from laplatarb/laplatarb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (103 loc) · 4.04 KB
/
index.html
File metadata and controls
111 lines (103 loc) · 4.04 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>la_plata.rb</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="css/flat-ui.css" rel="stylesheet">
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<style>
.head-headline {
padding: 0 0 80px;
text-align: center;
}
.head-logo {
font: 900 90px/100px "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: -2px;
margin: 10px 0;
}
.head-logo .logo {
background: url(images/laplatarb.png) center 0 no-repeat;
height: 230px;
margin: 0 auto 26px;
overflow: hidden;
text-indent: -9999em;
width: 236px;
}
.head-logo small {
color: rgba(52, 73, 94, 0.30000000000000004);
display: block;
font-size: 22px;
font-weight: 700;
letter-spacing: 0;
padding-top: 5px;
}
.palette a { color: #fff; }
</style>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="head-headline">
<h1 class="head-logo">
<div class="logo"></div>
la_plata.rb
<small>Grupo de usuarios de Ruby de La Plata, Argentina.</small>
</h1>
</div>
<div class="row">
<div class="col-lg-3">
<h3 class="palette palette-emerald">Mailing List</h3>
<dl class="palette palette-nephritis">
<dt><a href="https://groups.google.com/forum/#!forum/laplatarb" target="blank">laplatarb</a></dt>
<dd>Unite a nuestra mailing list, donde publicamos artículos interesantes que encontramos y anunciamos los meetups.</dd>
</dl>
</div>
<div class="col-lg-3">
<h3 class="palette palette-peter-river">Twitter</h3>
<dl class="palette palette-belize-hole">
<dt><a href="https://twitter.com/laplatarb" target="blank">@laplatarb</a></dt>
<dd>Seguinos en twitter para enterarte las últimas novedades.</dd>
</dl>
</div>
<div class="col-lg-3">
<h3 class="palette palette-amethyst">Canal de IRC</h3>
<dl class="palette palette-wisteria">
<dt>#laplatarb en <a href="http://freenode.net" target="blank">freenode.net</a></dt>
<dd>Acá nos juntamos a charlar (y no siempre de ruby!)</dd>
</dl>
</div>
<div class="col-lg-3">
<h3 class="palette palette-alizarin">GitHub</h3>
<dl class="palette palette-pomegranate">
<dt><a href="https://github.com/laplatarb" target="blank">laplatarb</a></dt>
<dd>Acá deberíamos publicar los slides de nuestras charlas. ¡Algún día lo haremos!</dd>
</dl>
</div>
</div>
</div>
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="js/jquery.ui.touch-punch.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-select.js"></script>
<script src="js/bootstrap-switch.js"></script>
<script src="js/flatui-checkbox.js"></script>
<script src="js/flatui-radio.js"></script>
<script src="js/jquery.tagsinput.js"></script>
<script src="js/jquery.placeholder.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51303614-1', 'laplatarb.com');
ga('send', 'pageview');
</script>
</body>
</html>