changeset 207:826f2ee9419f

* index.md: Final polish of landing page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 09 Jul 2020 23:04:02 +0900
parents 68d54c6d397a
children 9b413d0dedde
files index.md
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/index.md	Thu Jul 09 23:02:56 2020 +0900
+++ b/index.md	Thu Jul 09 23:04:02 2020 +0900
@@ -16,9 +16,9 @@
             alt="GNU Octave logo">
       GNU Octave
     </h2>
-    <h3>Scientific Programming Language</h3>
+    <h4>Scientific Programming Language</h4>
     <ul>
-      <li>Powerful mathematics-oriented syntax with built-in plotting and visualization tools</li>
+      <li>Powerful mathematics-oriented syntax with built-in 2D/3D plotting and visualization tools</li>
       <li>Free software, runs on GNU/Linux, macOS, BSD, and Microsoft Windows</li>
       <li>Drop-in compatible with many Matlab scripts</li>
     </ul>
@@ -32,7 +32,8 @@
 ### Syntax Examples
 
 The Octave syntax is largely compatible with Matlab.
-The Octave interpreter can be run in GUI mode, as a console,
+The Octave interpreter can be run in
+<a href="#" data-open="guiModal">GUI mode</a>, as a console,
 or invoked as part of a shell script.
 More Octave examples can be found in
 [the Octave wiki]({{ site.wiki_url }}/Using_Octave).