Skip to content

Commit 69a4413

Browse files
committed
Dust off the website
1 parent 8d12b2a commit 69a4413

File tree

7 files changed

+18
-72
lines changed

7 files changed

+18
-72
lines changed

_includes/footer.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<footer class="footer">
22
<div class="container">
33
<p class="pull-right" style="clear: right"><iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=haskell-distributed&repo=distributed-process&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe></p>
4-
<p>&copy; 2012 - 2017 <a href="http://twitter.com/welltyped">Well-Typed</a>
4+
<p>&copy; 2012 - 2024 <a href="http://twitter.com/welltyped">Well-Typed</a>
55
- <a href="http://twitter.com/CloudHaskell" target="_blank">CloudHaskell</a>
66
- <a href="https://github.com/hyperthunk" target="_blank">Tim Watson</a>
7+
- <a href="https://github.com/haskell-distributed" target="_blank">Distributed Haskell maintainers</a>
78
</p>
89
<p class="pull-right" style="clear: right"><iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=haskell-distributed&repo=distributed-process&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe></p>
910
<p><a href="http://github.com/haskell-distributed">Code</a> licensed under <a href="https://github.com/haskell-distributed/distributed-process/blob/master/LICENSE" target="_blank">BSD-3</a>,
@@ -20,9 +21,9 @@
2021
--></p>
2122

2223
<ul class="footer-links">
23-
<li><a href="http://github.com/haskell-distributed/">Source</a></li>
24+
<li><a href="http://github.com/haskell-distributed/distributed-process">Source</a></li>
2425
<li class="muted">&middot;</li>
25-
<li><a href="https://github.com/haskell-distributed">Issues</a></li>
26+
<li><a href="https://github.com/haskell-distributed/distributed-process/issues">Issues</a></li>
2627
<li class="muted">&middot;</li>
2728
<li><a href="/wiki.html">Wiki</a></li>
2829
<li class="muted">&middot;</li>

_layouts/post.html

-14
This file was deleted.

contact.html

+14-6
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,37 @@
1212

1313
<div class="container marketing">
1414
<div class="row">
15-
<div class="span4">
15+
<div class="span3">
16+
<img class="img-circle" src="/img/github-mark.png">
17+
</div>
18+
<div class="span3">
1619
<img class="img-circle" src="/img/icon_slack.png">
1720
</div>
18-
<div class="span4">
21+
<div class="span3">
1922
<img class="img-circle" src="/img/icon_irc.png">
2023
</div>
21-
<div class="span4">
24+
<div class="span3">
2225
<img class="img-circle" src="/img/email_128x128.png">
2326
</div>
2427
</div>
2528

2629
<div class="row">
27-
<div class="span4">
30+
<div class="span3">
31+
<h2>GitHub</h2>
32+
<p>Free free to ask questions via GitHub Discussions</p>
33+
<p><a class="btn btn-primary" href="https://github.com/haskell-distributed/distributed-process/discussions">Start a Discussion</a></p>
34+
</div>
35+
<div class="span3">
2836
<h2>Slack</h2>
2937
<p>People have been active on Slack recently. Get an invite and drop in.</p>
3038
<p><a class="btn btn-primary" href="https://rauchg-slackin-dxinpkuzrg.now.sh/">Get a Slack invite</a></p>
3139
</div>
32-
<div class="span4">
40+
<div class="span3">
3341
<h2>IRC</h2>
3442
<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>
3543
<p><a class="btn btn-primary" href="http://webchat.freenode.net/?channels=haskell-distributed&uio=d4">Visit us on IRC</a></p>
3644
</div>
37-
<div class="span4">
45+
<div class="span3">
3846
<h2>Email</h2>
3947
<p>If you have any questions or concerns, please email the parallel-haskell mailing list in the first instace.</p>
4048
<p><a class="btn btn-primary" href="mailto:[email protected]">Send Email</a></p>

img/github-mark.png

6.24 KB
Loading

index.md

-14
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,3 @@ messaging, and several other implementations are available including a transport
1717
Documentation is available on this site for HEAD, or
1818
[hackage](http://hackage.haskell.org/package/distributed-process) for the current and preceding versions of
1919
each library.
20-
21-
### <a href="/rss.xml"><img src="/img/feed-icon-28x28.png"></a> Recent Activity
22-
23-
<div class="content">
24-
<div class="related">
25-
<ul>
26-
{% for post in site.posts %}
27-
<li>
28-
<span>{{ post.date | date: "%B %e, %Y" }}</span> &middot; <span>{{post.author}}</span> &middot; <span><a href="{% if post.link != null %}{{ post.link }}{% else %}{{ post.url }}{% endif %}">{{ post.title }}</a></span>
29-
</li>
30-
{% endfor %}
31-
</ul>
32-
</div>
33-
</div>

posts.md

-15
This file was deleted.

rss.xml

-20
This file was deleted.

0 commit comments

Comments
 (0)