-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathcontact.html
51 lines (48 loc) · 1.8 KB
/
contact.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
---
layout: marketing
title: Contact
---
<div class="container">
<ul class="breadcrumb">
<li><a href="/">Home</a> <span class="divider">/</span></li>
<li class="active">Contact</li>
</ul>
</div>
<div class="container marketing">
<div class="row">
<div class="span3">
<img class="img-circle" src="/img/github-mark.png">
</div>
<div class="span3">
<img class="img-circle" src="/img/icon_slack.png">
</div>
<div class="span3">
<img class="img-circle" src="/img/icon_irc.png">
</div>
<div class="span3">
<img class="img-circle" src="/img/email_128x128.png">
</div>
</div>
<div class="row">
<div class="span3">
<h2>GitHub</h2>
<p>Free free to ask questions via GitHub Discussions</p>
<p><a class="btn btn-primary" href="https://github.com/haskell-distributed/distributed-process/discussions">Start a Discussion</a></p>
</div>
<div class="span3">
<h2>Slack</h2>
<p>People have been active on Slack recently. Get an invite and drop in.</p>
<p><a class="btn btn-primary" href="https://rauchg-slackin-dxinpkuzrg.now.sh/">Get a Slack invite</a></p>
</div>
<div class="span3">
<h2>IRC</h2>
<p>You'll probably find us lurking in the #haskell-distributed channel on freenode, where you can get help with your questions. There is also the general purpose #haskell channel.</p>
<p><a class="btn btn-primary" href="http://webchat.freenode.net/?channels=haskell-distributed&uio=d4">Visit us on IRC</a></p>
</div>
<div class="span3">
<h2>Email</h2>
<p>If you have any questions or concerns, please email the parallel-haskell mailing list in the first instace.</p>
<p><a class="btn btn-primary" href="mailto:[email protected]">Send Email</a></p>
</div>
</div>
</div>