-
Notifications
You must be signed in to change notification settings - Fork 3
/
contact.html
36 lines (32 loc) · 1.63 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
---
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>We have a fairly actively community on the #haskell-lens channel on freenode that can help you with your questions. There is also the general purpose #haskell channel. Both include lambdabot, which can be used to try out lenses interactively.</p>
<p><a class="btn btn-primary" href="http://webchat.freenode.net/?channels=haskell-lens&uio=d4">Visit us on IRC</a></p>
</div>
<div class="span4">
<img class="img-circle" style="width:300px; height: 300px" src="/img/github_logo_300x300.png">
<h2>Github Issues</h2>
<p>Notice a problem that you don't know how to fix? Or want to see if someone else has had the same problem?</p>
<p><a class="btn btn-primary" href="http://github.com/ekmett/lens/issues?state=open">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 feel free to email the maintainer, Edward Kmett.</p>
<p><a class="btn btn-primary" href="mailto:[email protected]">Send Email</a></p>
</div>
</div>
</div>