Skip to content

Commit eea9ab8

Browse files
committed
Go over homepage to make it less vacuous
1 parent 7612307 commit eea9ab8

4 files changed

Lines changed: 31 additions & 27 deletions

File tree

assets/css/main.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ video {
125125
}
126126

127127
#logo {
128-
margin-bottom: 2em;
128+
margin-bottom: 0px;
129129
}
130130

131131
article,
@@ -2761,7 +2761,6 @@ table.alt tbody tr td {
27612761
border-color: #e6e6e6;
27622762
}
27632763

2764-
27652764
/* Wrapper */
27662765

27672766
.wrapper {

assets/images/blacktocat.png

1.39 KB
Loading

images/mathics-manual.png

218 KB
Loading

index.html

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,23 @@
1818
<header id="header" class="inner">
1919
<a id="forkme_banner" href="https://github.com/mathics">View on GitHub</a>
2020
<div class="content">
21-
<h1><a href="#">Mathics</a></h1>
21+
<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>
23-
<ul class="actions">
24-
<li>
25-
<a href="#install">
26-
<button class="primary icon solid fa-download">
27-
Download
28-
</button>
29-
</a>
30-
</li>
31-
<li>
32-
<a href="#description">
33-
<button class="icon solid fa-chevron-down scrolly">
34-
Learn More
35-
</button>
36-
</a>
37-
</li>
38-
</ul>
39-
</div>
40-
<img id="logo" src="images/logo-heptatom.svg" alt="Mathics logo" />
23+
<div class="image">
24+
<img src="images/mathicsserver.png" height="300px" width="300px"
25+
alt="Mathics-Django screenshot" />
26+
</div>
27+
<div class="image">
28+
<img src="images/mathicsscript1.gif" height="300px" width="300px"
29+
alt="mathicsscript screenshot" />
30+
</div>
31+
<div class="image">
32+
<img src="images/mathics-manual.png" height="300px" width="300px"
33+
alt="Mathics manual screenshot" />
34+
</div>
35+
</div>
4136
</header>
37+
4238
</div>
4339

4440
<!-- Description -->
@@ -61,14 +57,17 @@ <h2>Components</h2>
6157
Mathics is broken up into a number of pieces in order to
6258
facilitate using the parts of you desire. This also
6359
reduces the vast number of dependencies to those that you
64-
need and the footprint to run. However if you want to run
65-
everything we have a docker container
60+
need and the footprint to run.</p>
61+
62+
<p>If you want to run everything, we have a docker container
6663
on <a href="https://hub.docker.com/r/mathicsorg/mathics">dockerhub</a>
67-
that has everything.
68-
</p>
64+
that has all of the components installed in the container.</p>
6965

70-
<p>The pieces are described next with the
71-
components' OS and Python-package dependencies.
66+
<p>If you want to install everything locally without docker and have all the the necessary
67+
OS components there is the <a href="https://pypi.org/project/Mathics-omnibus/">PyPI Mathics omnibus package</a>.
68+
69+
<p>The pieces are described next with the components' OS and
70+
Python-package dependencies.
7271
</p>
7372

7473
<h3><a href="https://github.com/mathics/Mathics">Mathics Core</a></h3>
@@ -190,6 +189,12 @@ <h2>Documentation</h2>
190189
<a href="https://mathics-development-guide.readthedocs.io/en/latest/">
191190
mathics-development-guide.readthedocs.io/en/latest/</a>.
192191
</p>
192+
<p>
193+
<div class="image">
194+
<img src="images/mathics-manual.png"
195+
alt="Mathics manual screenshot" />
196+
</div>
197+
</p>
193198
</div>
194199
</section>
195200

0 commit comments

Comments
 (0)