-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d12b2a
commit 69a4413
Showing
7 changed files
with
18 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,29 +12,37 @@ | |
|
||
<div class="container marketing"> | ||
<div class="row"> | ||
<div class="span4"> | ||
<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="span4"> | ||
<div class="span3"> | ||
<img class="img-circle" src="/img/icon_irc.png"> | ||
</div> | ||
<div class="span4"> | ||
<div class="span3"> | ||
<img class="img-circle" src="/img/email_128x128.png"> | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="span4"> | ||
<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="span4"> | ||
<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="span4"> | ||
<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> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters