comparison pages/index.md @ 224:e69093ab4992

Improve Release Notes display.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 15 Sep 2020 18:27:04 +0900
parents dedb85c54245
children 9057b6832c9a
comparison
equal deleted inserted replaced
223:122936d3389a 224:e69093ab4992
2 layout: default 2 layout: default
3 permalink: index 3 permalink: index
4 --- 4 ---
5 5
6 <div class="primary callout" data-closable> 6 <div class="primary callout" data-closable>
7 <h5> 7 Need help? Try out our new user and developer forum
8 Need help? Try out our new user and developer forum 8 <a href="https://octave.discourse.group/">Octave Discourse</a>.
9 <a href="https://octave.discourse.group/">Octave Discourse</a>.
10 </h5>
11 <button class="close-button" aria-label="Dismiss alert" type="button" data-close> 9 <button class="close-button" aria-label="Dismiss alert" type="button" data-close>
12 <span aria-hidden="true">&times;</span> 10 <span aria-hidden="true">&times;</span>
13 </button> 11 </button>
14 </div> 12 </div>
15 13
25 <img src="{{ "/img/octave-logo.svg" | relative_url }}" 23 <img src="{{ "/img/octave-logo.svg" | relative_url }}"
26 style="float: left; height: 48px; width: auto; padding-right: 0.5rem" 24 style="float: left; height: 48px; width: auto; padding-right: 0.5rem"
27 alt="GNU Octave logo"> 25 alt="GNU Octave logo">
28 GNU Octave 26 GNU Octave
29 </h2> 27 </h2>
30 <h4>Scientific Programming Language</h4> 28 <p><b>Scientific Programming Language</b></p>
31 <ul> 29 <ul>
32 <li>Powerful mathematics-oriented syntax with built-in 2D/3D plotting and visualization tools</li> 30 <li>Powerful mathematics-oriented syntax with built-in 2D/3D plotting and visualization tools</li>
33 <li>Free software, runs on GNU/Linux, macOS, BSD, and Microsoft Windows</li> 31 <li>Free software, runs on GNU/Linux, macOS, BSD, and Microsoft Windows</li>
34 <li>Drop-in compatible with many Matlab scripts</li> 32 <li>Drop-in compatible with many Matlab scripts</li>
35 </ul> 33 </ul>
37 <a href="{{ "download.html" | relative_url }}" class="button">Download</a> 35 <a href="{{ "download.html" | relative_url }}" class="button">Download</a>
38 <a href="{{ site.docs_url }}" class="button">Documentation</a> 36 <a href="{{ site.docs_url }}" class="button">Documentation</a>
39 </div> 37 </div>
40 </div> 38 </div>
41 </div> 39 </div>
40
42 41
43 ### Syntax Examples 42 ### Syntax Examples
44 43
45 The Octave syntax is largely compatible with Matlab. 44 The Octave syntax is largely compatible with Matlab.
46 The Octave interpreter can be run in 45 The Octave interpreter can be run in