forked from newhavenrb/newhavenrb.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
157 lines (142 loc) · 5.7 KB
/
index.html
File metadata and controls
157 lines (142 loc) · 5.7 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html>
<head>
<title>newhaven.rb</title>
<meta charset="utf-8" />
<link href="http://fonts.googleapis.com/css?family=Cantarell:regular,bold" rel="stylesheet" type="text/css" />
<link href="css/style.css" media="all" rel="stylesheet" />
</head>
<body>
<div id="page">
<div id="header"><a href="index.html"><img src="images/nh_skyline.png" /></a></div>
<div id="content">
<div>
Home
/
<a href="http://groups.google.com/group/newhavenrb">Mailing List</a>
/
<a href="http://www.meetup.com/newhavenrb">Meetup</a>
/
<a href="http://www.twitter.com/newhavenrb">Twitter</a>
/
<a href="http://www.github.com/newhavenrb">GitHub</a>
/
<a href="irc://irc.freenode.net/newhavenrb">IRC</a>
/
<a href="jobs.html">Jobs</a>
</div>
<div id="about">
<p>
We, <span class="highlight">newhaven.rb</span>, are a group of
people living in and around New Haven, CT brought together
by shared interest in
the <a href="http://ruby-lang.org">Ruby Programming
Language</a>. We come from all different professions and
occupations to share our knowledge of Ruby and learn from
one another. If you're interested in joining us to learn
about Ruby or just hang out with fellow enthusiasts, follow
us on
Twitter <a href="http://twitter.com/newhavenrb">@newhavenrb</a>
or <a href="http://groups.google.com/group/newhavenrb">join our discussion list</a> to get in touch.
</p>
<p>
We have also started organizing most of our meetups on Meetup. To see more about what we're doing, please check out <a href="http://www.meetup.com/newhavenrb/">our account</a>.
</p>
</div>
<h2>Updates</h2>
<div id='events'>
</div>
<p class="more"><a href="http://twitter.com/newhavenrb">More updates...</a></p>
<div id="people">
<h1>People</h1>
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'list',
rpp: 30,
interval: 6000,
title: 'newhaven.rb',
subject: 'our peeps',
width: 'auto',
height: 300,
theme: {
shell: {
background: '#e0e0e0',
color: '#450000'
},
tweets: {
background: '#f7f7f7',
color: '#210000',
links: '#cc0000'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setList('newhavenrb', 'community').start();
</script>
<p class="more"><a href="http://twitter.com/newhavenrb/community">More conversation...</a></p>
</div>
<div id="google-groups">
<h1>Google Group</h1>
<div id="google-groups-posts"></div>
<p class="more"><a href="http://groups.google.com/group/newhavenrb">More posts...</a></p>
</div>
<div id="history">
<h1>History</h1>
<p>
The first incarnation of Ruby New Haven manifested in 2005
at a time when appreciation for Ruby was just reaching the
community at large. Over a period of three years, the
group noticed that the New Haven computing community
wasn't getting to love Ruby as fast as they should have
and entered hibernation in 2008. Luckily, an influx of
Ruby fans led to the re-establishment of the group in
summer of 2010 with the future looking brighter than ever!
</p>
</div>
<div id="projects">
<h1>Projects</h1>
<ul>
<li><a href="http://github.com/sandal/prawn">Prawn</a> -
One of the most widely-used and highly-configurable
PDF generation libraries.</li>
<li><a href="http://github.com/newhavenrb/newhavenrb.github.com">This
site</a> - Help make it better!</li>
<li><a href="http://github.com/yonkeltron/scosugbot">ScosugBot</a>
- The official IRC bot of
the <a href="http://scosug.org/">Southern Connecticut Open
Source User Group</a></li>
<li>
<a href='http://github.com/jordanbyron/mission_of_mercy'>Mission of Mercy</a>
- Patient management software for free dental clinics
</li>
</ul>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25562138-2']);
_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>
<script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="js/jquery.jgfeed-min.js" type="text/javascript"></script>
<script src="js/mustache.js"></script>
<script src="js/konami.js"></script>
<script src="js/jquery.linkify-1.0-min.js"></script>
<script src="js/sitecode.js" type="text/javascript"></script>
</body>
</html>