diff 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
line wrap: on
line diff
--- a/pages/index.md	Tue Sep 15 16:09:22 2020 +0900
+++ b/pages/index.md	Tue Sep 15 18:27:04 2020 +0900
@@ -4,10 +4,8 @@
 ---
 
 <div class="primary callout" data-closable>
-  <h5>
-    Need help? Try out our new user and developer forum
-    <a href="https://octave.discourse.group/">Octave Discourse</a>.
-  </h5>
+  Need help? Try out our new user and developer forum
+  <a href="https://octave.discourse.group/">Octave Discourse</a>.
   <button class="close-button" aria-label="Dismiss alert" type="button" data-close>
     <span aria-hidden="true">&times;</span>
   </button>
@@ -27,7 +25,7 @@
             alt="GNU Octave logo">
       GNU Octave
     </h2>
-    <h4>Scientific Programming Language</h4>
+    <p><b>Scientific Programming Language</b></p>
     <ul>
       <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>
@@ -40,6 +38,7 @@
   </div>
 </div>
 
+
 ### Syntax Examples
 
 The Octave syntax is largely compatible with Matlab.