Skip to content

Commit 2ffe034

Browse files
committed
Implemented @rocky's suggestions
1 parent c34be6e commit 2ffe034

1 file changed

Lines changed: 37 additions & 2 deletions

File tree

index.html

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h2>Documentation</h2>
224224
</div>
225225
</section>
226226

227-
<!-- Documentation -->
227+
<!-- Support -->
228228
<section id="support" class="wrapper style2 special">
229229
<h2>Support</h2>
230230
<div class="inner align-left">
@@ -243,13 +243,48 @@ <h2>Support</h2>
243243

244244
<li>
245245
<a href="https://github.com/mathics/">
246-
Github mathics Organization
246+
GitHub mathics Organization
247247
</a>
248248
</li>
249249
</ul>
250250
</div>
251251
</section>
252252

253+
<!-- Contributing -->
254+
<section id="contributing" class="wrapper style2 special">
255+
<h2>Contributing</h2>
256+
<div class="inner align-left">
257+
<p>
258+
Please checkout our contributing guide at
259+
<a href="https://mathics-development-guide.readthedocs.io/en/latest/developing-code/contributing-developing.html">
260+
mathics-development-guide.readthedocs.io/en/latest/developing-code/contributing-developing
261+
</a>. <strong>Developers wanted! Please get in touch if you want
262+
to be part of this awesome project.</strong>
263+
</p>
264+
</div>
265+
</section>
266+
267+
<!-- On the Shoulders of Giants -->
268+
<section id="on_the_shoulders_of_giants" class="wrapper style2 special">
269+
<h2>On the Shoulders of Giants</h2>
270+
<div class="inner align-left">
271+
<p>
272+
This project is only possible due the work of countless volunteers,
273+
which includes people who worked on software used internally by
274+
Mathics such as:
275+
</p>
276+
277+
<ul>
278+
<li><a href="https://www.sympy.org/en/index.html">SymPy</a></li>
279+
<li><a href="https://mpmath.org/doc/current/">mpmath</a></li>
280+
<li><a href="https://github.com/numba/llvmlite">llvmlite</a></li>
281+
<li><a href="https://www.djangoproject.com/">Django</a></li>
282+
<li><a href="https://www.mathjax.org/">MathJax</a></li>
283+
<li><a href="https://asymptote.sourceforge.io/">Asymptote</a></li>
284+
</ul>
285+
</div>
286+
</section>
287+
253288
<!-- Screenshots -->
254289
<section id="screenshots" class="wrapper style2 special">
255290
<header class="inner major">

0 commit comments

Comments
 (0)