Skip to content

Commit 953e0f3

Browse files
committed
Merge pull request #71 from purescript/community_2
Pull out community section on Learn page
2 parents de9a316 + 557180d commit 953e0f3

File tree

2 files changed

+50
-32
lines changed

2 files changed

+50
-32
lines changed

Diff for: _site/learn/index.html

+25-16
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,35 @@ <h2>Learning resources</h2>
3939

4040
<ul class="cards">
4141
<li>
42-
<h3>GitHub Wiki</h3>
43-
<p>The wiki is the primary source for information on the language and compiler.</p>
42+
<h3>PureScript by Example</h3>
43+
<p>Learn functional programming for the web by solving practical problems.</p>
4444
<div class="link">
45-
<a href="https://github.com/purescript/purescript/wiki">View</a>
45+
<a href="https://leanpub.com/purescript/read">Read</a>
4646
</div>
4747
</li>
4848
<li>
49-
<h3>PureScript by Example</h3>
50-
<p>Learn functional programming for the web by solving practical problems.</p>
49+
<h3>Try PureScript</h3>
50+
<p>Try out PureScript code samples or write your own</p>
5151
<div class="link">
52-
<a href="https://leanpub.com/purescript/read">Read</a>
52+
<a href="http://try.purescript.org/">View</a>
5353
</div>
5454
</li>
55+
<li>
56+
<h3>Pursuit</h3>
57+
<p>A database of PureScript libraries and documentation</p>
58+
<div class="link">
59+
<a href="http://pursuit.purescript.org/">View</a>
60+
</div>
61+
</li>
62+
</ul>
63+
64+
</section>
65+
66+
<section>
67+
68+
<h2>Community</h2>
69+
70+
<ul class="cards">
5571
<li>
5672
<h3>#purescript IRC</h3>
5773
<p>Have questions or looking for help? Try the IRC channel on FreeNode.</p>
@@ -81,17 +97,10 @@ <h3>PureScript subreddit</h3>
8197
</div>
8298
</li>
8399
<li>
84-
<h3>Try PureScript</h3>
85-
<p>Try out PureScript code samples or write your own</p>
86-
<div class="link">
87-
<a href="http://try.purescript.org/">View</a>
88-
</div>
89-
</li>
90-
<li>
91-
<h3>Pursuit</h3>
92-
<p>A database of PureScript libraries and documentation</p>
100+
<h3>GitHub Wiki</h3>
101+
<p>The wiki contains community-written articles about the language and its tools.</p>
93102
<div class="link">
94-
<a href="http://pursuit.purescript.org/">View</a>
103+
<a href="https://github.com/purescript/purescript/wiki">View</a>
95104
</div>
96105
</li>
97106
</ul>

Diff for: learn/index.html

+25-16
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,35 @@ <h2>Learning resources</h2>
44

55
<ul class="cards">
66
<li>
7-
<h3>GitHub Wiki</h3>
8-
<p>The wiki is the primary source for information on the language and compiler.</p>
7+
<h3>PureScript by Example</h3>
8+
<p>Learn functional programming for the web by solving practical problems.</p>
99
<div class="link">
10-
<a href="https://github.com/purescript/purescript/wiki">View</a>
10+
<a href="https://leanpub.com/purescript/read">Read</a>
1111
</div>
1212
</li>
1313
<li>
14-
<h3>PureScript by Example</h3>
15-
<p>Learn functional programming for the web by solving practical problems.</p>
14+
<h3>Try PureScript</h3>
15+
<p>Try out PureScript code samples or write your own</p>
1616
<div class="link">
17-
<a href="https://leanpub.com/purescript/read">Read</a>
17+
<a href="http://try.purescript.org/">View</a>
1818
</div>
1919
</li>
20+
<li>
21+
<h3>Pursuit</h3>
22+
<p>A database of PureScript libraries and documentation</p>
23+
<div class="link">
24+
<a href="http://pursuit.purescript.org/">View</a>
25+
</div>
26+
</li>
27+
</ul>
28+
29+
</section>
30+
31+
<section>
32+
33+
<h2>Community</h2>
34+
35+
<ul class="cards">
2036
<li>
2137
<h3>#purescript IRC</h3>
2238
<p>Have questions or looking for help? Try the IRC channel on FreeNode.</p>
@@ -46,17 +62,10 @@ <h3>PureScript subreddit</h3>
4662
</div>
4763
</li>
4864
<li>
49-
<h3>Try PureScript</h3>
50-
<p>Try out PureScript code samples or write your own</p>
51-
<div class="link">
52-
<a href="http://try.purescript.org/">View</a>
53-
</div>
54-
</li>
55-
<li>
56-
<h3>Pursuit</h3>
57-
<p>A database of PureScript libraries and documentation</p>
65+
<h3>GitHub Wiki</h3>
66+
<p>The wiki contains community-written articles about the language and its tools.</p>
5867
<div class="link">
59-
<a href="http://pursuit.purescript.org/">View</a>
68+
<a href="https://github.com/purescript/purescript/wiki">View</a>
6069
</div>
6170
</li>
6271
</ul>

0 commit comments

Comments
 (0)