diff index.html @ 184:171c46307031

Strip download tabbing from landing page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 08 Jul 2020 13:11:04 +0900
parents d9294f3fa785
children 3af099b61f60
line wrap: on
line diff
--- a/index.html	Wed Jul 08 11:08:19 2020 +0900
+++ b/index.html	Wed Jul 08 13:11:04 2020 +0900
@@ -25,8 +25,8 @@
       </ul>
       <div>
         <ul class="button-group stack-for-small even-2">
-          <li><a href="#install" class="button">Download</a></li>
-          <li><a href="{{site.docs_url}}" class="button">Docs</a></li>
+          <li><a href="{{ "download.html" | relative_url }}" class="button">Download</a></li>
+          <li><a href="{{ site.docs_url }}" class="button">Docs</a></li>
         </ul>
       </div>
     </div>
@@ -81,27 +81,7 @@
 xlabel ("x");
 ylabel ("sin (x)");
 {% endhighlight %}
-      <div class="text-left">
-        <a href="#" data-reveal-id="plotModal">
-          <img src="{{ "/img/example-plot.svg" | relative_url }}"
-               style="height: 12rem; width: auto;" alt="Example plot">
-        </a>
-      </div>
-    </div>
-  </div>
-</section>
-
-<section id="install">
-  <h3>Install</h3>
-  <div class="row">
-    <div class="columns medium-8">
-    {% include install.html %}
-    </div>
-    <div class="columns medium-4">
-      <a href="#" data-reveal-id="guiModal">
-        <img src="{{ "/img/GNU_Octave_4-4-0_screenshot_1600x900.png" | relative_url }}"
-             alt="GNU Octave screenshot">
-      </a>
+<a href="#" data-reveal-id="plotModal">Click here to see the plot output.</a>
     </div>
   </div>
 </section>