-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
112 lines (101 loc) · 3.27 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
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
---
layout: default
title: newhaven.rb
active_nav: home
---
<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>
NewHaven.rb is part of <a href="http://newhaven.io">NewHaven.io</a>,
a community of local developers.
Our meetings are announced through the
<a href="http://meetup.com/newhavenio">NewHaven.io meetup</a>.
</p>
</div>
<h2>IRC</h2>
<iframe src="http://webchat.freenode.net?channels=newhavenrb&uio=d4" width="647" height="400"></iframe>
<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/jordanbyron/mission_of_mercy'>Mission of Mercy</a>
- Patient management software for free dental clinics
</li>
</ul>
</div>