diff download.md @ 203:3a99431030c1

Update website to use the foundation 6 framework.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 09 Jul 2020 17:51:40 +0900
parents 171c46307031
children 899288d58c0e
line wrap: on
line diff
--- a/download.md	Thu Jul 09 15:11:46 2020 +0900
+++ b/download.md	Thu Jul 09 17:51:40 2020 +0900
@@ -4,15 +4,15 @@
 menu: true
 ---
 
-<ul class="tabs">
-  <li class="tab-title"><a href="#source">Source</a></li>
-  <li class="tab-title"><a href="#linux">GNU/Linux</a></li>
-  <li class="tab-title"><a href="#macos">macOS</a></li>
-  <li class="tab-title"><a href="#bsd">BSD</a></li>
-  <li class="tab-title"><a href="#ms-windows">MS Windows</a></li>
-</ul>
+<div class="button-group large expanded stacked-for-small">
+  <a class="button" href="#source">Source</a>
+  <a class="button" href="#linux">GNU/Linux</a>
+  <a class="button" href="#macos">macOS</a>
+  <a class="button" href="#bsd">BSD</a>
+  <a class="button" href="#ms-windows">MS Windows</a>
+</div>
 
-<a name="source">
+<a id="source">
 ### Source
 
 The latest released version of Octave is always available from
@@ -26,7 +26,7 @@
 [mirror site](https://www.gnu.org/order/ftp.html).
 
 
-<a name="linux">
+<a id="linux">
 ### GNU/Linux
 
 Packaged versions of Octave for GNU/Linux systems are provided by the
@@ -42,7 +42,7 @@
 [Octave wiki]({{ site.wiki_url }}/Octave_for_GNU/Linux#Distribution_independent).
 
 
-<a name="macos">
+<a id="macos">
 ### macOS
 
 The [Octave Wiki]({{ site.wiki_url }}/Octave_for_macOS) has instructions for
@@ -51,7 +51,7 @@
 [Homebrew](https://brew.sh/) and [MacPorts](https://www.macports.org).
 
 
-<a name="bsd">
+<a id="bsd">
 ### BSD
 
 Executable versions of Octave for BSD systems are provided by the individual
@@ -62,7 +62,7 @@
 over that process.
 
 
-<a name="ms-windows">
+<a id="ms-windows">
 ### Microsoft Windows
 
 <div data-alert class="alert-box info radius">