annotate index.md @ 213:370d7d0cdf7d

Fix layout at different default font sizes. * css/app.css: remove modification of Foundation framework. * _layouts/default.html: Remove unnecessary whitespace. Add blind paragraph at footer to get a visible space at the website bottom. That was the original intention of the change of the Foundation framework in css/app.css. * index.md: use "auto" size for remaining grid cells.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 20 Jul 2020 16:08:24 +0900
parents 9b413d0dedde
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 ---
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
2 layout: default
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
3 ---
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4
208
9b413d0dedde * index.md: Announce Octave Discourse.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 207
diff changeset
5 <div class="primary callout" data-closable>
9b413d0dedde * index.md: Announce Octave Discourse.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 207
diff changeset
6 <h5>
9b413d0dedde * index.md: Announce Octave Discourse.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 207
diff changeset
7 Need help? Try out our new user and developer forum
9b413d0dedde * index.md: Announce Octave Discourse.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 207
diff changeset
8 <a href="https://octave.discourse.group/">Octave Discourse</a>.
9b413d0dedde * index.md: Announce Octave Discourse.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 207
diff changeset
9 </h5>
9b413d0dedde * index.md: Announce Octave Discourse.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 207
diff changeset
10 <button class="close-button" aria-label="Dismiss alert" type="button" data-close>
9b413d0dedde * index.md: Announce Octave Discourse.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 207
diff changeset
11 <span aria-hidden="true">&times;</span>
9b413d0dedde * index.md: Announce Octave Discourse.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 207
diff changeset
12 </button>
9b413d0dedde * index.md: Announce Octave Discourse.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 207
diff changeset
13 </div>
9b413d0dedde * index.md: Announce Octave Discourse.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 207
diff changeset
14
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
15 <div class="grid-x grid-margin-x">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
16 <div class="cell medium-6">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
17 <a href="#" data-open="meshModal">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
18 <img src="{{ "/img/example-mesh.svg" | relative_url }}"
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
19 style="height: 400px; width: auto;" alt="Example mesh">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
20 </a>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
21 </div>
213
370d7d0cdf7d Fix layout at different default font sizes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 208
diff changeset
22 <div class="cell auto">
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
23 <h2 class="landing-page-logo">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
24 <img src="{{ "/img/octave-logo.svg" | relative_url }}"
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
25 style="float: left; height: 48px; width: auto; padding-right: 0.5rem"
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
26 alt="GNU Octave logo">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
27 GNU Octave
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
28 </h2>
207
826f2ee9419f * index.md: Final polish of landing page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 205
diff changeset
29 <h4>Scientific Programming Language</h4>
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
30 <ul>
207
826f2ee9419f * index.md: Final polish of landing page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 205
diff changeset
31 <li>Powerful mathematics-oriented syntax with built-in 2D/3D plotting and visualization tools</li>
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
32 <li>Free software, runs on GNU/Linux, macOS, BSD, and Microsoft Windows</li>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
33 <li>Drop-in compatible with many Matlab scripts</li>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
34 </ul>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
35 <div class="button-group stacked">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
36 <a href="{{ "download.html" | relative_url }}" class="button">Download</a>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
37 <a href="{{ site.docs_url }}" class="button">Documentation</a>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
38 </div>
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
39 </div>
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
40 </div>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
41
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
42 ### Syntax Examples
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
43
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
44 The Octave syntax is largely compatible with Matlab.
207
826f2ee9419f * index.md: Final polish of landing page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 205
diff changeset
45 The Octave interpreter can be run in
826f2ee9419f * index.md: Final polish of landing page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 205
diff changeset
46 <a href="#" data-open="guiModal">GUI mode</a>, as a console,
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
47 or invoked as part of a shell script.
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
48 More Octave examples can be found in
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
49 [the Octave wiki]({{ site.wiki_url }}/Using_Octave).
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
50
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
51 <div class="grid-x grid-margin-x">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
52 <div class="cell medium-4" >
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
53 <p>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
54 Solve systems of equations with linear algebra operations on
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
55 <strong>vectors</strong> and <strong>matrices</strong>.
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
56 </p>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
57 </div>
213
370d7d0cdf7d Fix layout at different default font sizes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 208
diff changeset
58 <div class="cell auto">
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
59 {% highlight octave %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
60 b = [4; 9; 2] # Column vector
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
61 A = [ 3 4 5;
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
62 1 3 1;
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
63 3 5 9 ]
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
64 x = A \ b # Solve the system Ax = b
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
65 {% endhighlight %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
66 </div>
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
67 </div>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
68
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
69 <div class="grid-x grid-margin-x">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
70 <div class="cell medium-4">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
71 <p>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
72 Visualize data with <strong>high-level plot commands</strong>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
73 in 2D and 3D.
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
74 </p>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
75 </div>
213
370d7d0cdf7d Fix layout at different default font sizes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 208
diff changeset
76 <div class="cell auto">
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
77 {% highlight octave %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
78 x = -10:0.1:10; # Create an evenly-spaced vector from -10..10
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
79 y = sin (x); # y is also a vector
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
80 plot (x, y);
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
81 title ("Simple 2-D Plot");
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
82 xlabel ("x");
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
83 ylabel ("sin (x)");
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
84 {% endhighlight %}
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
85 <a href="#" class="button small-only-expanded" data-open="plotModal">Click here to see the plot output</a>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
86 </div>
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
87 </div>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
88
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
89
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
90 ### Octave Forge
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
91
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
92 [Octave Forge]({{ site.sourceforge_url }}) is a collection of high quality
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
93 packages for GNU Octave, similar to Matlab's toolboxes.
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
94 To install a package, use the `pkg` command from the Octave prompt by typing:
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
95
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
96 {% highlight text %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
97 pkg install -forge package_name
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
98 pkg load package_name
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
99 {% endhighlight %}
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
100
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
101 <a href="{{ site.sourceforge_url }}/packages.php" class="button small-only-expanded">Browse Packages</a>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
102
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
103
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
104 ### Development
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
105
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
106 Octave is free software licensed under the
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
107 [GNU General Public License (GPL)]({{ "license.html" | relative_url }}).
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
108 Assuming you have Mercurial installed on your machine you may obtain the latest
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
109 development version of Octave sources with the following command:
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
110
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
111 {% highlight text %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
112 hg clone https://www.octave.org/hg/octave
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
113 {% endhighlight %}
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
114
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
115 [Get involved]({{ "/get-involved.html" | relative_url }}) in Octave development.
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
116
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
117
205
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
118 {% assign latest_post = site.posts.first %}
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
119 {% if latest_post %}
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
120 <div class="primary callout">
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
121 <a class="float-right button tiny warning" href="{{ "/feed.xml" | relative_url }}">
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
122 RSS
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
123 </a>
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
124 <h3 class="entry-title">
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
125 <a href="{{ latest_post.url | relative_url }}">{{ latest_post.title }}</a>
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
126 </h3>
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
127 <p class="post-meta">{{ latest_post.date | date: "%b %-d, %Y" }}</p>
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
128 <div class="entry-content">{{ latest_post.excerpt }}</div>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
129 </div>
205
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
130 {% endif %}
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
131
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
132 <div class="large reveal" id="meshModal" data-reveal>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
133 <img src="{{ "/img/example-mesh.svg" | relative_url }}" alt="Example mesh">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
134 <button class="close-button" data-close aria-label="Close modal" type="button">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
135 <span aria-hidden="true">&times;</span>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
136 </button>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
137 </div>
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
138
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
139 <div class="large reveal" id="plotModal" data-reveal>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
140 <img src="{{ "/img/example-plot.svg" | relative_url }}" alt="Example plot">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
141 <button class="close-button" data-close aria-label="Close modal" type="button">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
142 <span aria-hidden="true">&times;</span>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
143 </button>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
144 </div>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
145
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
146 <div class="large reveal" id="guiModal" data-reveal>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
147 <img src="{{ "/img/GNU_Octave_4-4-0_screenshot_1600x900.png" | relative_url }}" alt="GNU Octave GUI screenshot">
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
148 <button class="close-button" data-close aria-label="Close modal" type="button">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
149 <span aria-hidden="true">&times;</span>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
150 </button>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
151 </div>