diff pages/menu/get-involved.md @ 241:598d7f098082

Overhaul website, less JavaScript, more FontAwesome.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 18 Mar 2021 15:59:24 +0900
parents 9057b6832c9a
children 913a36644f74
line wrap: on
line diff
--- a/pages/menu/get-involved.md	Thu Mar 18 10:43:14 2021 +0900
+++ b/pages/menu/get-involved.md	Thu Mar 18 15:59:24 2021 +0900
@@ -1,33 +1,33 @@
 ---
 layout: page
 title: Get Involved
+icon: <i class="fas fa-users"></i>
 menu: true
 permalink: get-involved
 ---
 
+**What would you like to work on?**
+
 We always need more help improving Octave
 and there are many ways you can contribute.
-You can help by fixing bugs,
-developing new features,
-writing Octave packages,
-answering questions in Discourse,
-helping to improve the web pages.
-If you are wondering what to work on,
-we have a standard answer:
+You can help by:
+- answering questions on [Discourse]({{ site.discourse_url }}),
+- fixing [Octave bugs]({{ site.bugs_url }}),
+- developing new features,
+- writing Octave packages,
+- ...
 
-&nbsp;&nbsp;&nbsp; **What would you like to work on?**
+For more inspiration,
+in the Octave wiki there is a
+[list of possible projects]({{ site.wiki_url }}/Projects)
+and a [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ).
 
-For some inspiration,
-we do maintain a [list of possible projects]({{ site.wiki_url }}/Projects)
-and a [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave Wiki.
-
-If know what to contribute,
-discuss your ideas with us on [Discourse]({{ site.discourse_url }})
+Discuss your ideas with us on [Discourse]({{ site.discourse_url }})
 ("maintainers" category) or on our IRC
 [Freenode `{{ site.irc_channel }}` channel](https://webchat.freenode.net/#octave).
 
 
-### Using the Development Sources
+### Get the Development Sources
 
 The latest development sources of GNU Octave are available via
 [Mercurial](https://www.mercurial-scm.org/) (hg).
@@ -40,5 +40,5 @@
 ```
 hg clone https://www.octave.org/hg/octave
 ```
-The [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave Wiki
+The [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave wiki
 contains more detailed and recent information about Octave development.