annotate index.md @ 207:826f2ee9419f

* index.md: Final polish of landing page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 09 Jul 2020 23:04:02 +0900
parents 585fc24ed727
children 9b413d0dedde
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>
207
826f2ee9419f * index.md: Final polish of landing page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 205
diff changeset
19 <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
20 <ul>
207
826f2ee9419f * index.md: Final polish of landing page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 205
diff changeset
21 <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
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.
207
826f2ee9419f * index.md: Final polish of landing page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 205
diff changeset
35 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
36 <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
37 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
38 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
39 [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
40
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
41 <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
42 <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
43 <p>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
44 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
45 <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
46 </p>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
47 </div>
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
48 <div class="cell medium-8">
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
49 {% highlight octave %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
50 b = [4; 9; 2] # Column vector
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
51 A = [ 3 4 5;
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
52 1 3 1;
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
53 3 5 9 ]
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
54 x = A \ b # Solve the system Ax = b
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
55 {% endhighlight %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
56 </div>
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
57 </div>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
58
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
59 <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
60 <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
61 <p>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
62 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
63 in 2D and 3D.
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
64 </p>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
65 </div>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
66 <div class="cell medium-8">
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
67 {% highlight octave %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
68 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
69 y = sin (x); # y is also a vector
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
70 plot (x, y);
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
71 title ("Simple 2-D Plot");
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
72 xlabel ("x");
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
73 ylabel ("sin (x)");
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
74 {% endhighlight %}
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
75 <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
76 </div>
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
77 </div>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
78
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
79
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
80 ### Octave Forge
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
81
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
82 [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
83 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
84 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
85
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
86 {% highlight text %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
87 pkg install -forge package_name
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
88 pkg load package_name
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
89 {% endhighlight %}
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
90
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
91 <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
92
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
93
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
94 ### Development
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
95
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
96 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
97 [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
98 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
99 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
100
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
101 {% highlight text %}
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
102 hg clone https://www.octave.org/hg/octave
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
103 {% endhighlight %}
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
104
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
105 [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
106
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
107
205
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
108 {% assign latest_post = site.posts.first %}
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
109 {% if latest_post %}
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
110 <div class="primary callout">
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
111 <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
112 RSS
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
113 </a>
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
114 <h3 class="entry-title">
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
115 <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
116 </h3>
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
117 <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
118 <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
119 </div>
205
585fc24ed727 Adapt news system to foundation 6.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 203
diff changeset
120 {% endif %}
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
121
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
122 <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
123 <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
124 <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
125 <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
126 </button>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
127 </div>
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
128
203
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
129 <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
130 <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
131 <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
132 <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
133 </button>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
134 </div>
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
135
3a99431030c1 Update website to use the foundation 6 framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 202
diff changeset
136 <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
137 <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
138 <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
139 <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
140 </button>
202
927c8b96b2e4 * index.md: Make Markdown file.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
141 </div>