diff index.html @ 154:d9294f3fa785

Update screenshot to 4.4.0 version. * index.html: Update screenshot to 4.4.0 version. * .htaccess: Update screenshot to 4.4.0 version.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 14 Aug 2018 09:44:42 +0200
parents 2ae741742981
children 171c46307031
line wrap: on
line diff
--- a/index.html	Mon Aug 13 14:15:12 2018 +0200
+++ b/index.html	Tue Aug 14 09:44:42 2018 +0200
@@ -85,7 +85,6 @@
         <a href="#" data-reveal-id="plotModal">
           <img src="{{ "/img/example-plot.svg" | relative_url }}"
                style="height: 12rem; width: auto;" alt="Example plot">
-          <span class="label">Expand</span>
         </a>
       </div>
     </div>
@@ -100,7 +99,7 @@
     </div>
     <div class="columns medium-4">
       <a href="#" data-reveal-id="guiModal">
-        <img src="{{ "/img/GNU_Octave_4-2-2_screenshot_1600x900.png" | relative_url }}"
+        <img src="{{ "/img/GNU_Octave_4-4-0_screenshot_1600x900.png" | relative_url }}"
              alt="GNU Octave screenshot">
       </a>
     </div>
@@ -180,6 +179,6 @@
 </div>
 
 <div id="guiModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog">
-  <img src="{{ "/img/GNU_Octave_4-2-2_screenshot_1600x900.png" | relative_url }}" alt="GNU Octave GUI screenshot">
+  <img src="{{ "/img/GNU_Octave_4-4-0_screenshot_1600x900.png" | relative_url }}" alt="GNU Octave GUI screenshot">
   <a class="close-reveal-modal" aria-label="Close">&#215;</a>
 </div>