-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (30 loc) · 1.29 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
---
layout: home
---
<div class="home">
<h2>Hello and welcome.</h2>
<p>
Chennai Elixir User Group is a community of Elixir enthusiasts in and around Chennai.
We haven't conducted any meetups yet - still in the process of reaching out to interested folks to kickstart this group.
</p>
<p>
We have a <a href="http://www.meetup.com/Chennai-Elixir-Users-Group">Meetup</a> page,
use <a href="https://elixir-chennai.slack.com">Slack</a> for chat,
and have a <a href="http://groups.google.com/forum/#!forum/elixir-chennai">mailing list</a> and we are on <a href="http://twitter.com/elixirchennai">Twitter</a> too - please feel free to join all these modes of communication.
</p>
<p>
We abide by our <a href='CodeOfConduct.md'>code of conduct.</a>
</p>
<hr>
<p>
<h3>Request an invite to our <a href="https://elixir-chennai.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>
</p>
<p class="rss-subscribe">subscribe <a href="{{ '/feed.xml' | prepend: site.baseurl }}">via RSS</a></p>
</div>