Skip to content

Commit 3026952

Browse files
committed
More/better links
1 parent eea9ab8 commit 3026952

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

index.html

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,19 @@
2121
<h1><img id="logo" src="images/logo-heptatom.svg" alt="Mathics logo" height="50px"/>&nbsp;<a href="#">Mathics</a></h1>
2222
<p>A free, open-source alternative to Mathematica&#174</p>
2323
<div class="image">
24+
<a href="#django">
2425
<img src="images/mathicsserver.png" height="300px" width="300px"
25-
alt="Mathics-Django screenshot" />
26+
alt="Mathics-Django screenshot" /></a>
2627
</div>
2728
<div class="image">
28-
<img src="images/mathicsscript1.gif" height="300px" width="300px"
29-
alt="mathicsscript screenshot" />
29+
<a href="#mathicsscript">
30+
<img src="images/mathicsscript1.gif" height="300px" width="300px"
31+
alt="mathicsscript screenshot" /></a>
3032
</div>
3133
<div class="image">
32-
<img src="images/mathics-manual.png" height="300px" width="300px"
33-
alt="Mathics manual screenshot" />
34+
<a href="#doc">
35+
<img src="images/mathics-manual.png" height="300px" width="300px"
36+
alt="Mathics manual screenshot" /></a>
3437
</div>
3538
</div>
3639
</header>
@@ -40,8 +43,7 @@ <h1><img id="logo" src="images/logo-heptatom.svg" alt="Mathics logo" height="50p
4043
<!-- Description -->
4144
<section id="description" class="wrapper style2 special">
4245
<header class="inner">
43-
<h2>
44-
Mathics is a free, open-source general-purpose computer
46+
<h2>Mathics is a free, open-source general-purpose computer
4547
algebra system featuring Mathematica&#174-compatible syntax and
4648
functions. It relies on a number of other Python libraries
4749
in the Python ecosystem.
@@ -81,7 +83,7 @@ <h3><a href="https://github.com/mathics/Mathics">Mathics Core</a></h3>
8183
Mathics, you may need no more than this.
8284
</p>
8385

84-
<h3><a href="https://pypi.org/project/mathics-django/">mathicsscript</a></h3>
86+
<h3 id="mathicsscript"><a href="https://pypi.org/project/mathics-django/">mathicsscript</a></h3>
8587
<p>
8688
<dd>
8789
<div class="image">
@@ -131,7 +133,7 @@ <h3><a href="https://pypi.org/project/mathics-django/">mathicsscript</a></h3>
131133
<a href="https://github.com/Mathics3/mathicsscript/">here</a>.
132134
</p>
133135

134-
<h3><a href="https://pypi.org/project/mathics-django/">Mathics-Django</a></h3>
136+
<h3 id="django"><a href="https://pypi.org/project/mathics-django/">Mathics-Django</a></h3>
135137

136138
<p>
137139
There is a browser-based webserver that has
@@ -180,7 +182,7 @@ <h3><a href="https://pypi.org/project/mathics-django/">Mathics-Django</a></h3>
180182

181183
<!-- Documentation -->
182184
<section id="docs" class="wrapper style2 special">
183-
<h2>Documentation</h2>
185+
<h2 id="doc">Documentation</h2>
184186
<div class="inner align-left">
185187
<p>
186188
Documentation for the Mathics system is provided in the PDF format
@@ -191,8 +193,9 @@ <h2>Documentation</h2>
191193
</p>
192194
<p>
193195
<div class="image">
194-
<img src="images/mathics-manual.png"
195-
alt="Mathics manual screenshot" />
196+
<a href="https://mathics.org/docs/mathics-latest.pdf">
197+
<img src="images/mathics-manual.png"
198+
alt="Mathics manual screenshot" /></a>
196199
</div>
197200
</p>
198201
</div>

0 commit comments

Comments
 (0)