-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
37 lines (33 loc) · 1.66 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
---
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="span4">
<img class="img-circle" style="width:300px; height: 300px" src="/img/icon_irc_400x400.png">
<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="span4">
<img class="img" style="width:400px; height: 300px" src="/img/logoJIRAPNG.png">
<h2>Issues Tracker</h2>
<p>Notice a problem that you don't know how to fix? Or want to request a new feature?
(in order to create new issues you will need to create a login)</p>
<p><a class="btn btn-primary" href="https://cloud-haskell.atlassian.net/secure/BrowseProjects.jspa#all">Browse Issues</a></p>
</div>
<div class="span4">
<img class="img-circle" style="width:300px; height: 300px" src="/img/email_128x128.png">
<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:parallel-haskell@googlegroups.com">Send Email</a></p>
</div>
</div>
</div>