Skip to content

Commit 4c5f284

Browse files
authored
Merge pull request #33 from teh/contact-slack
Add slack & use bootstrap rows over image-height formatting.
2 parents 8392088 + 14b4a0d commit 4c5f284

File tree

4 files changed

+35
-29
lines changed

4 files changed

+35
-29
lines changed

Diff for: contact.html

+35-29
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,42 @@
22
layout: marketing
33
title: Contact
44
---
5-
<div class="container">
6-
<ul class="breadcrumb">
7-
<li><a href="/">Home</a> <span class="divider">/</span></li>
8-
<li class="active">Contact</li>
9-
</ul>
10-
</div>
11-
12-
<div class="container marketing">
13-
<div class="row">
145

15-
<div class="span4">
16-
<img class="img-circle" style="width:300px; height: 300px" src="/img/icon_irc_400x400.png">
17-
<h2>IRC</h2>
18-
<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>
19-
<p><a class="btn btn-primary" href="http://webchat.freenode.net/?channels=haskell-distributed&uio=d4">Visit us on IRC</a></p>
20-
</div>
6+
<div class="container">
7+
<ul class="breadcrumb">
8+
<li><a href="/">Home</a> <span class="divider">/</span></li>
9+
<li class="active">Contact</li>
10+
</ul>
11+
</div>
2112

22-
<div class="span4">
23-
<img class="img" style="width:400px; height: 300px" src="/img/logoJIRAPNG.png">
24-
<h2>Issues Tracker</h2>
25-
<p>Notice a problem that you don't know how to fix? Or want to request a new feature?
26-
(in order to create new issues you will need to create a login)</p>
27-
<p><a class="btn btn-primary" href="https://cloud-haskell.atlassian.net/secure/BrowseProjects.jspa#all">Browse Issues</a></p>
28-
</div>
13+
<div class="container marketing">
14+
<div class="row">
15+
<div class="span4">
16+
<img class="img-circle" src="/img/icon_slack.png">
17+
</div>
18+
<div class="span4">
19+
<img class="img-circle" src="/img/icon_irc.png">
20+
</div>
21+
<div class="span4">
22+
<img class="img-circle" src="/img/email_128x128.png">
23+
</div>
24+
</div>
2925

30-
<div class="span4">
31-
<img class="img-circle" style="width:300px; height: 300px" src="/img/email_128x128.png">
32-
<h2>Email</h2>
33-
<p>If you have any questions or concerns, please email the parallel-haskell mailing list in the first instace.</p>
34-
<p><a class="btn btn-primary" href="mailto:[email protected]">Send Email</a></p>
35-
</div>
36-
</div>
26+
<div class="row">
27+
<div class="span4">
28+
<h2>Slack</h2>
29+
<p>People have been active on Slack recently. Get an invite and drop in.</p>
30+
<p><a class="btn btn-primary" href="https://rauchg-slackin-dxinpkuzrg.now.sh/">Get a Slack invite</a></p>
31+
</div>
32+
<div class="span4">
33+
<h2>IRC</h2>
34+
<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>
35+
<p><a class="btn btn-primary" href="http://webchat.freenode.net/?channels=haskell-distributed&uio=d4">Visit us on IRC</a></p>
36+
</div>
37+
<div class="span4">
38+
<h2>Email</h2>
39+
<p>If you have any questions or concerns, please email the parallel-haskell mailing list in the first instace.</p>
40+
<p><a class="btn btn-primary" href="mailto:[email protected]">Send Email</a></p>
3741
</div>
42+
</div>
43+
</div>

Diff for: img/icon_irc.png

8.82 KB
Loading

Diff for: img/icon_irc_400x400.png

-9.53 KB
Binary file not shown.

Diff for: img/logoJIRAPNG.png

-10 KB
Binary file not shown.

0 commit comments

Comments
 (0)