comparison 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
comparison
equal deleted inserted replaced
183:ff5b4e46fe3d 184:171c46307031
23 <li>Free software, runs on GNU/Linux, macOS, BSD, and Windows</li> 23 <li>Free software, runs on GNU/Linux, macOS, BSD, and Windows</li>
24 <li>Drop-in compatible with many Matlab scripts</li> 24 <li>Drop-in compatible with many Matlab scripts</li>
25 </ul> 25 </ul>
26 <div> 26 <div>
27 <ul class="button-group stack-for-small even-2"> 27 <ul class="button-group stack-for-small even-2">
28 <li><a href="#install" class="button">Download</a></li> 28 <li><a href="{{ "download.html" | relative_url }}" class="button">Download</a></li>
29 <li><a href="{{site.docs_url}}" class="button">Docs</a></li> 29 <li><a href="{{ site.docs_url }}" class="button">Docs</a></li>
30 </ul> 30 </ul>
31 </div> 31 </div>
32 </div> 32 </div>
33 </div> 33 </div>
34 </section> 34 </section>
79 plot (x, y); 79 plot (x, y);
80 title ("Simple 2-D Plot"); 80 title ("Simple 2-D Plot");
81 xlabel ("x"); 81 xlabel ("x");
82 ylabel ("sin (x)"); 82 ylabel ("sin (x)");
83 {% endhighlight %} 83 {% endhighlight %}
84 <div class="text-left"> 84 <a href="#" data-reveal-id="plotModal">Click here to see the plot output.</a>
85 <a href="#" data-reveal-id="plotModal">
86 <img src="{{ "/img/example-plot.svg" | relative_url }}"
87 style="height: 12rem; width: auto;" alt="Example plot">
88 </a>
89 </div>
90 </div>
91 </div>
92 </section>
93
94 <section id="install">
95 <h3>Install</h3>
96 <div class="row">
97 <div class="columns medium-8">
98 {% include install.html %}
99 </div>
100 <div class="columns medium-4">
101 <a href="#" data-reveal-id="guiModal">
102 <img src="{{ "/img/GNU_Octave_4-4-0_screenshot_1600x900.png" | relative_url }}"
103 alt="GNU Octave screenshot">
104 </a>
105 </div> 85 </div>
106 </div> 86 </div>
107 </section> 87 </section>
108 88
109 <section> 89 <section>