annotate index.md @ 205:585fc24ed727

Adapt news system to foundation 6.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 09 Jul 2020 23:01:48 +0900
parents 3a99431030c1
children 826f2ee9419f
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
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
5 <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
6 <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
7 <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
8 <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
9 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
10 </a>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
11 </div>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
12 <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
13 <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
14 <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
15 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
16 alt="GNU Octave logo">
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
17 GNU Octave
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
18 </h2>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
19 <h3>Scientific Programming Language</h3>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
20 <ul>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
21 <li>Powerful mathematics-oriented syntax with built-in plotting and visualization tools</li>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
22 <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
23 <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
24 </ul>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
25 <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
26 <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
27 <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
28 </div>
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
29 </div>
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
30 </div>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
31
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
32 ### Syntax Examples
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
33
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
34 The Octave syntax is largely compatible with Matlab.
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
35 The Octave interpreter can be run in GUI mode, as a console,
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
36 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
37 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
38 [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
39
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
40 <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
41 <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
42 <p>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
43 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
44 <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
45 </p>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
46 </div>
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
47 <div class="cell medium-8">
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
48 {% highlight octave %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
49 b = [4; 9; 2] # Column vector
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
50 A = [ 3 4 5;
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
51 1 3 1;
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
52 3 5 9 ]
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
53 x = A \ b # Solve the system Ax = b
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
54 {% endhighlight %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
55 </div>
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
56 </div>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
57
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
58 <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
59 <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
60 <p>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
61 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
62 in 2D and 3D.
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
63 </p>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
64 </div>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
65 <div class="cell medium-8">
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
66 {% highlight octave %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
67 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
68 y = sin (x); # y is also a vector
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
69 plot (x, y);
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
70 title ("Simple 2-D Plot");
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
71 xlabel ("x");
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
72 ylabel ("sin (x)");
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
73 {% endhighlight %}
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
74 <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
75 </div>
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
76 </div>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
77
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
78
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
79 ### Octave Forge
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
80
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
81 [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
82 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
83 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
84
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
85 {% highlight text %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
86 pkg install -forge package_name
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
87 pkg load package_name
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
88 {% endhighlight %}
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
89
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
90 <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
91
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
92
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
93 ### Development
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
94
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
95 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
96 [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
97 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
98 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
99
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
100 {% highlight text %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
101 hg clone https://www.octave.org/hg/octave
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
102 {% endhighlight %}
203
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 [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
105
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
106
205
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
107 {% assign latest_post = site.posts.first %}
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
108 {% if latest_post %}
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
109 <div class="primary callout">
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
110 <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
111 RSS
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
112 </a>
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
113 <h3 class="entry-title">
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
114 <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
115 </h3>
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
116 <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
117 <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
118 </div>
205
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
119 {% endif %}
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
120
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
121 <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
122 <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
123 <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
124 <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
125 </button>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
126 </div>
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
127
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
128 <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
129 <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
130 <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
131 <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
132 </button>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
133 </div>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
134
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
135 <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
136 <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
137 <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
138 <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
139 </button>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
140 </div>