Skip to content

Commit a786525

Browse files
committed
Replaced tabs for double-spaces in index.html
1 parent 2ffe034 commit a786525

1 file changed

Lines changed: 88 additions & 88 deletions

File tree

index.html

Lines changed: 88 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,108 @@
11
<!DOCTYPE HTML>
22
<!--
3-
Fractal by HTML5 UP
4-
html5up.net | @ajlkn
5-
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) -->
3+
Fractal by HTML5 UP
4+
html5up.net | @ajlkn
5+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) -->
66
<html>
7-
<head>
8-
<title>Mathics</title>
9-
<meta charset="utf-8" />
10-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
11-
<link rel="stylesheet" href="assets/css/main.css" />
12-
<link rel="stylesheet" href="assets/css/noscript.css" />
7+
<head>
8+
<title>Mathics</title>
9+
<meta charset="utf-8" />
10+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
11+
<link rel="stylesheet" href="assets/css/main.css" />
12+
<link rel="stylesheet" href="assets/css/noscript.css" />
1313
<link rel="icon" type="image/svg+xml" href="images/logo-heptatom.svg"/>
14-
</head>
15-
<body class="is-preload">
14+
</head>
15+
<body class="is-preload">
1616

17-
<!-- Header -->
18-
<header id="header">
19-
<div class="content">
20-
<h1><a href="#">Mathics</a></h1>
17+
<!-- Header -->
18+
<header id="header">
19+
<div class="content">
20+
<h1><a href="#">Mathics</a></h1>
2121
<p>A free, open-source alternative to Mathematica</p>
22-
<ul class="actions">
23-
<li>
22+
<ul class="actions">
23+
<li>
2424
<a href="#install">
2525
<button class="primary icon solid fa-download">
2626
Download
2727
</button>
2828
</a>
2929
</li>
30-
<li>
30+
<li>
3131
<a href="#description">
3232
<button class="icon solid fa-chevron-down scrolly">
3333
Learn More
3434
</button>
3535
</a>
3636
</li>
37-
</ul>
38-
</div>
39-
<img id="logo" src="images/logo-heptatom.svg" alt="Mathics logo" />
40-
</header>
37+
</ul>
38+
</div>
39+
<img id="logo" src="images/logo-heptatom.svg" alt="Mathics logo" />
40+
</header>
4141

42-
<!-- Description -->
43-
<section id="description" class="wrapper style2 special">
44-
<header class="inner">
42+
<!-- Description -->
43+
<section id="description" class="wrapper style2 special">
44+
<header class="inner">
4545
<h2>
4646
Mathics is a free, open-source general-purpose computer
4747
algebra system featuring Mathematica-compatible syntax and
4848
functions. It is backed by highly extensible Python code, relying
4949
on <a href="http://sympy.org/">SymPy</a> for most mathematical
5050
tasks.
5151
</h2>
52-
</header>
53-
</section>
52+
</header>
53+
</section>
5454

55-
<!-- Features -->
56-
<section id="features" class="wrapper">
57-
<div class="inner alt">
58-
<section class="spotlight">
59-
<div class="image">
55+
<!-- Features -->
56+
<section id="features" class="wrapper">
57+
<div class="inner alt">
58+
<section class="spotlight">
59+
<div class="image">
6060
<img src="images/gpl.svg" alt="GPLv3 logo" />
6161
</div>
62-
<div class="content">
63-
<h3>Free & OpenSource</h3>
64-
<p> Mathics is licensed under
62+
<div class="content">
63+
<h3>Free & OpenSource</h3>
64+
<p> Mathics is licensed under
6565
<a
6666
href="https://github.com/mathics/Mathics/blob/master/COPYING.txt"/>
6767
GPLv3</a> and it's developed by an active community of
6868
volunteers. It's source code is freely available at
6969
<a href="https://github.com/mathics/Mathics">our GitHub
7070
repository</a>
7171
</p>
72-
</div>
73-
</section>
74-
<section class="spotlight">
72+
</div>
73+
</section>
74+
<section class="spotlight">
7575
<div class="image">
7676
<img src="images/python-logo.svg" alt="Python logo" />
7777
</div>
78-
<div class="content">
79-
<h3>Python integration</h3>
80-
<p>Mathics is primarily a Python library, which means it can
78+
<div class="content">
79+
<h3>Python integration</h3>
80+
<p>Mathics is primarily a Python library, which means it can
8181
interact with other Python packages!
8282
</p>
83-
</div>
84-
</section>
85-
<section class="spotlight">
86-
<div class="image">
83+
</div>
84+
</section>
85+
<section class="spotlight">
86+
<div class="image">
8787
<img src="images/cli.png" alt="mathicsscript screenshot" />
8888
</div>
89-
<div class="content">
90-
<h3>Flexible clients</h3>
91-
<p>Mathics is built to work on multiple clients. The main ones
89+
<div class="content">
90+
<h3>Flexible clients</h3>
91+
<p>Mathics is built to work on multiple clients. The main ones
9292
are <a href="https://github.com/Mathics3/mathicsscript">
9393
mathicsscript</a> (a GNU-like CLI client) and
9494
<a href="https://github.com/Mathics3/mathics-django">
9595
mathics-django</a> (a Django-based web interface). We're also
9696
working on a Jupyter kernel for Mathics
97-
</div>
98-
</section>
99-
</div>
100-
</section>
101-
97+
</div>
98+
</section>
99+
</div>
100+
</section>
101+
102102
<!-- Installation -->
103-
<section id="install" class="wrapper style2 special">
103+
<section id="install" class="wrapper style2 special">
104104
<h2>Installation</h2>
105-
<div class="inner align-left">
105+
<div class="inner align-left">
106106
<p>
107107
Mathics is broken up into a number of pieces in order to
108108
facilitate using the parts of you desire. This can also reduce the
@@ -211,49 +211,49 @@ <h3>Mathics-Django</h3>
211211
</section>
212212

213213
<!-- Documentation -->
214-
<section id="docs" class="wrapper style2 special">
214+
<section id="docs" class="wrapper style2 special">
215215
<h2>Documentation</h2>
216-
<div class="inner align-left">
216+
<div class="inner align-left">
217217
<p>
218218
Documentation for the Mathics system is provided in the PDF format
219219
(<a href="https://mathics.org/docs/mathics-latest.pdf">download the
220220
PDF</a>). You can find internal documentation at
221221
<a href="https://mathics-development-guide.readthedocs.io/en/latest/">
222-
mathics-development-guide.readthedocs.io/en/latest/</a>.
223-
</p>
222+
mathics-development-guide.readthedocs.io/en/latest/</a>.
223+
</p>
224224
</div>
225225
</section>
226226

227227
<!-- Support -->
228-
<section id="support" class="wrapper style2 special">
228+
<section id="support" class="wrapper style2 special">
229229
<h2>Support</h2>
230-
<div class="inner align-left">
230+
<div class="inner align-left">
231231
<p>
232-
Use the Google groups
233-
<a href="https://groups.google.com/forum/#!forum/mathics-users">
234-
mathics-users</a> for discussions regarding using Mathics.
235-
</p>
232+
Use the Google groups
233+
<a href="https://groups.google.com/forum/#!forum/mathics-users">
234+
mathics-users</a> for discussions regarding using Mathics.
235+
</p>
236236

237-
<ul>
238-
<li>
239-
<a href="https://github.com/mathics/Mathics/issues">
237+
<ul>
238+
<li>
239+
<a href="https://github.com/mathics/Mathics/issues">
240240
Report a Mathics bug
241241
</a>
242-
</li>
242+
</li>
243243

244-
<li>
245-
<a href="https://github.com/mathics/">
244+
<li>
245+
<a href="https://github.com/mathics/">
246246
GitHub mathics Organization
247247
</a>
248-
</li>
249-
</ul>
248+
</li>
249+
</ul>
250250
</div>
251251
</section>
252252

253253
<!-- Contributing -->
254-
<section id="contributing" class="wrapper style2 special">
254+
<section id="contributing" class="wrapper style2 special">
255255
<h2>Contributing</h2>
256-
<div class="inner align-left">
256+
<div class="inner align-left">
257257
<p>
258258
Please checkout our contributing guide at
259259
<a href="https://mathics-development-guide.readthedocs.io/en/latest/developing-code/contributing-developing.html">
@@ -265,9 +265,9 @@ <h2>Contributing</h2>
265265
</section>
266266

267267
<!-- On the Shoulders of Giants -->
268-
<section id="on_the_shoulders_of_giants" class="wrapper style2 special">
268+
<section id="on_the_shoulders_of_giants" class="wrapper style2 special">
269269
<h2>On the Shoulders of Giants</h2>
270-
<div class="inner align-left">
270+
<div class="inner align-left">
271271
<p>
272272
This project is only possible due the work of countless volunteers,
273273
which includes people who worked on software used internally by
@@ -285,10 +285,10 @@ <h2>On the Shoulders of Giants</h2>
285285
</div>
286286
</section>
287287

288-
<!-- Screenshots -->
289-
<section id="screenshots" class="wrapper style2 special">
290-
<header class="inner major">
291-
<h2>Screenshots</h2>
288+
<!-- Screenshots -->
289+
<section id="screenshots" class="wrapper style2 special">
290+
<header class="inner major">
291+
<h2>Screenshots</h2>
292292
<dl>
293293
<dt>mathicsscript</dt>
294294
<dd>
@@ -311,14 +311,14 @@ <h2>Screenshots</h2>
311311
alt="Mathics-Django screenshot" />
312312
</div>
313313
</dd>
314-
</header>
315-
</section>
314+
</header>
315+
</section>
316316

317-
<!-- Footer -->
318-
<footer id="footer">
319-
<p class="copyright">
317+
<!-- Footer -->
318+
<footer id="footer">
319+
<p class="copyright">
320320
2020 &copy; The Mathics Team. Credits: <a href="http://html5up.net">HTML5 UP</a>
321321
</p>
322-
</footer>
323-
</body>
322+
</footer>
323+
</body>
324324
</html>

0 commit comments

Comments
 (0)