comparison index.html @ 96:e7efa40deb17

Fix URLs, Images, Titles to be up with Alex original style.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 01 Nov 2016 02:03:28 +0100
parents 7609e2a6faef
children 86b96d9a0075
comparison
equal deleted inserted replaced
95:25149c27c794 96:e7efa40deb17
4 4
5 <section> 5 <section>
6 <div class="row"> 6 <div class="row">
7 <div class="columns medium-6"> 7 <div class="columns medium-6">
8 <a href="#"> 8 <a href="#">
9 <img src="{{ "/img/mesh.png" | prepend: site.baseurl }}" /> 9 <img src="{{ "/img/example-mesh.png" | relative_url }}" />
10 </a> 10 </a>
11 </div> 11 </div>
12 <div class="columns medium-6"> 12 <div class="columns medium-6">
13 <h2 class="home-title"> 13 <h2 class="home-title">
14 <img src="{{ "/img/logo.png" | prepend: site.baseurl }}" style="float: left; height: 48px; width: auto; padding-right: 0.5rem" /> 14 <img src="{{ "/img/octave-logo.svg" | relative_url }}" style="float: left; height: 48px; width: auto; padding-right: 0.5rem" />
15 GNU Octave 15 GNU Octave
16 </h2> 16 </h2>
17 <h3>Scientific Programming Language</h3> 17 <h3>Scientific Programming Language</h3>
18 <ul> 18 <ul>
19 <li>Powerful mathematics-oriented syntax with built-in plotting and visualization tools</li> 19 <li>Powerful mathematics-oriented syntax with built-in plotting and visualization tools</li>
60 <div class="columns medium-4"> 60 <div class="columns medium-4">
61 <p>Visualize data with <strong>high-level plot commands</strong> in 2D and 3D</p> 61 <p>Visualize data with <strong>high-level plot commands</strong> in 2D and 3D</p>
62 </div> 62 </div>
63 <div class="columns medium-8"> 63 <div class="columns medium-8">
64 {% highlight matlab %} 64 {% highlight matlab %}
65 x = -10:0.1:10 % Create an evenly-spaced vector from -10..10 65 x = -10:0.1:10 # Create an evenly-spaced vector from -10..10
66 y = sin(x) % y is also a vector 66 y = sin (x) # y is also a vector
67 plot(x,y) 67 plot (x, y)
68 {% endhighlight %} 68 {% endhighlight %}
69 <div class="text-left"> 69 <div class="text-left">
70 <a href="#" data-reveal-id="plotModal"> 70 <a href="#" data-reveal-id="plotModal">
71 <img src="{{ "/img/plot.png" | prepend: site.baseurl }}" style="height: 12rem; width: auto;"/> 71 <img src="{{ "/img/example-plot.png" | relative_url }}" style="height: 12rem; width: auto;"/>
72 <span class="label">Expand</span> 72 <span class="label">Expand</span>
73 </a> 73 </a>
74 </div> 74 </div>
75 </div> 75 </div>
76 </div> 76 </div>
77 <a class="button" href="{{site.baseurl}}/examples" >More Examples</a>
78 </section> 77 </section>
79 78
80 <section id="install"> 79 <section id="install">
81 <h3>Install</h3> 80 <h3>Install</h3>
82 <div class="row"> 81 <div class="row">
83 <div class="columns medium-8"> 82 <div class="columns medium-8">
84 {% include install.html %} 83 {% include install.html %}
85 </div> 84 </div>
86 <div class="columns medium-4"> 85 <div class="columns medium-4">
87 <a href="#" data-reveal-id="guiModal"> 86 <a href="#" data-reveal-id="guiModal">
88 <img src="https://www.gnu.org/software/octave/images/screenshot-2016-small.png" title="GNU Octave 4.0.3 - Licensed under CC BY-SA 3.0"/> 87 <img src="{{ "/img/screenshot-2016-small.png" | relative_url }}" title="GNU Octave 4.0.3 - Licensed under CC BY-SA 3.0"/>
89 </a> 88 </a>
90 </div> 89 </div>
91 </div> 90 </div>
92 </section> 91 </section>
93 92
110 </section> 109 </section>
111 110
112 <section id="develop"> 111 <section id="develop">
113 <h3>Development</h3> 112 <h3>Development</h3>
114 <p> 113 <p>
115 Octave is free software licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License (GPL)</a>. Assuming you have Mercurial installed on your machine you may obtain the latest development version of Octave sources with the following command: 114 Octave is free software licensed under the <a href="{{ "license.html" | relative_url }}">GNU General Public License (GPL)</a>. Assuming you have Mercurial installed on your machine you may obtain the latest development version of Octave sources with the following command:
116 </p> 115 </p>
117 <p style="margin-left:1rem"><code>hg clone http://www.octave.org/hg/octave</code></p> 116 <p style="margin-left:1rem"><code>hg clone http://www.octave.org/hg/octave</code></p>
118 <p> 117 <p>
119 If you want to participate in Octave development, join the <a href="https://lists.gnu.org/mailman/listinfo/octave-maintainers">maintainers@octave.org</a> mailing list. 118 If you want to participate in Octave development, join the <a href="https://lists.gnu.org/mailman/listinfo/octave-maintainers">maintainers@octave.org</a> mailing list.
120 </p> 119 </p>
124 <div class="row"> 123 <div class="row">
125 <div class="columns small-12"> 124 <div class="columns small-12">
126 {% assign latest_post = site.posts.first %} 125 {% assign latest_post = site.posts.first %}
127 {% if latest_post %} 126 {% if latest_post %}
128 <div class="panel callout"> 127 <div class="panel callout">
129 <a class="right" href="{{ "/feed.xml" | prepend: site.baseurl }}"> 128 <a class="right" href="{{ "/feed.xml" | relative_url }}">
130 <span class="label warning"> 129 <span class="label warning">
131 RSS 130 RSS
132 </span> 131 </span>
133 </a> 132 </a>
134 <h3 class="entry-title"> 133 <h3 class="entry-title">
135 <a href="{{ root_url }}{{ latest_post.url }}">{{ latest_post.title }}</a> 134 <a href="{{ latest_post.url | relative_url }}">{{ latest_post.title }}</a>
136 </h3> 135 </h3>
137 <p class="post-meta">{{ latest_post.date | date: "%b %-d, %Y" }}</p> 136 <p class="post-meta">{{ latest_post.date | date: "%b %-d, %Y" }}</p>
138 <div class="entry-content">{{ latest_post.content }}</div> 137 <div class="entry-content">{{ latest_post.excerpt }}</div>
139 </div> 138 </div>
140 {% endif %} 139 {% endif %}
141 </div> 140 </div>
142 </div> 141 </div>
143 </section> 142 </section>
144 143
145 <div id="plotModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog"> 144 <div id="plotModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog">
146 <img src="{{ "/img/plot.png" | prepend: site.baseurl }}" /> 145 <img src="{{ "/img/example-plot.png" | relative_url }}" />
147 <a class="close-reveal-modal" aria-label="Close">&#215;</a> 146 <a class="close-reveal-modal" aria-label="Close">&#215;</a>
148 </div> 147 </div>
149 148
150 <div id="guiModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog"> 149 <div id="guiModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog">
151 <img src="https://upload.wikimedia.org/wikipedia/en/4/48/Octave-4.0.0-rc1-Qt5.4-Linux.png" title="Octave-4.0.0-rc1-Qt5.4-Linux by Qtguy00 - Own work. Licensed under CC BY-SA 3.0 via Wikipedia"/> 150 <img src="{{ "/img/screenshot-2016-small.png" | relative_url }}" title="GNU Octave 4.0.3 - Licensed under CC BY-SA 3.0"/>
152 <a class="close-reveal-modal" aria-label="Close">&#215;</a> 151 <a class="close-reveal-modal" aria-label="Close">&#215;</a>
153 </div> 152 </div>