-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
48 lines (40 loc) · 1.65 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
---
layout: home
---
<div class="home">
<h2>Hello and welcome.</h2>
<p>
Chennai Ruby User Group is a community of Ruby enthusiasts in and around Chennai.
We meet at least once monthly, and conduct workshops sometimes.
</p>
<p>
We have a <a href="http://www.meetup.com/chennai-ruby/">Meetup page</a> where we make meetup announcements,
use <a href="https://chennairb.slack.com">Slack</a> for chat,
have a <a href="http://groups.google.com/forum/#!forum/chennairb">mailing list</a>
and we are on <a href="http://twitter.com/chennairb">Twitter</a> too.
</p>
<p>
We abide by our <a href='https://github.com/chennairb/code-of-conduct/blob/master/README.md'>code of conduct.</a>
</p>
<p>
Here are some companies that have helped us organize meetups -
<ul>
<li><a href="http://www.spritle.com/">Spritle Software</a></li>
<li><a href="http://www.thoughtworks.com/">ThoughtWorks</a></li>
<li><a href="http://vakilsearch.com/">Vakilsearch</a></li>
<li><a href="http://www.techaffinity.com/">Techaffinity</a></li>
<li><a href="http://f22labs.com/">F22 Labs</a></li>
<li><a href="http://chronus.com/">Chronus</a></li>
<li><a href="http://contractiq.com/">ContractIq</a></li>
</ul>
</p>
<hr>
<h3>Request an invite to our <a href="https://chennairb.slack.com">Slack</a>:</h3>
<form id="slack-invite-form">
<fieldset>
<input type="text" placeholder="Your Name" id="slack_invite_name">
<input type="email" placeholder="Your Email" id="slack_invite_email">
<button type="submit" class="graphite-flat-button">Request!</button>
</fieldset>
</form>
</div>