-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
78 lines (71 loc) · 2.75 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>guru sorocaba</title>
<link href="css/style.css" media="screen" rel="stylesheet" type="text/css" />
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="header">
<div class="container">
<div class="grid_3 alpha section">
<h1><a href="/">guru sorocaba</a></h1>
</div>
<div class="grid_1 push_8 omega section">
<p class="language">
<a href="/">en</a> / <a href="/pt-BR.html">pt-BR</a>
</p>
</div>
</div>
</div>
<div id="content">
<div class="container">
<div class="grid_4 alpha section">
<p class="title">agenda</p>
<div class="agenda">
we are currently not active.
</div>
</div>
<div class="grid_4 section">
<p class="title">about</p>
<div class="about">
<p>
<strong>ruby</strong> is a dynamic, open source programming language focused on simplicity and productivity. it has an elegant syntax that is natural to read and easy to write.
</p>
<p>
<strong>ruby on rails</strong> is a fullstack web development framework (free and open-source), optimized to increase the programmers' productivity and happiness. it allows you to write ellegant code, favoring convention over configuration.
</p>
<p>
the purpose of <strong>guru sorocaba (sorocaba ruby users group)</strong> is to develop the tech community of sorocaba - sp / brazil.
</p>
</div>
</div>
<div class="grid_4 omega section">
<p class="title">contact</p>
<p>
feel free to drop us a line.
<br /><br />
</p>
<p class="slash">
<a href="http://twitter.com/gurusorocaba" rel="nofollow" target="_blank">twitter</a>
<a href="http://www.facebook.com/groups/gurusorocaba" rel="nofollow" target="_blank">facebook</a>
<a href="http://www.flickr.com/photos/gurusorocaba" rel="nofollow" target="_blank">flickr</a>
<a href="https://github.com/gurusorocaba" rel="nofollow" target="_blank">github</a>
<a href="mailto:gurusorocaba@gmail.com">e-mail</a>
</p>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24837517-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>