annotate _includes/footer.html @ 103:34cd51c807b1

Some code refactoring.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 02 Nov 2016 10:49:54 +0100
parents 8d1c300f0a3a
children aaf612aece2b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
102
8d1c300f0a3a Layout changes suggested by Alex to avoid horizontal scrolling.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 99
diff changeset
1 <footer class="column">
99
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
2 <section>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
3 <h3>Support</h3>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
4 <div class="row">
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
5 <div class="medium-12 columns">
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
6 <dl>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
7 <div class="row collapse">
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
8 <div class="columns medium-3">
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
9 <dt>Wiki</dt>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
10 <dd><a href="{{site.wiki_url}}">wiki.octave.org</a></dd>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
11 <dd><a href="{{site.faq_url}}">FAQs</a></dd>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
12 </div>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
13 <div class="columns medium-3">
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
14 <dt>Mailing List / IRC</dt>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
15 <dd><a href="https://lists.gnu.org/mailman/listinfo/help-octave">help@octave.org</a></dd>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
16 <dd><a href="http://webchat.freenode.net/?channels=octave&uio=MT1mYWxzZSYyPXRydWUmMTI9dHJ1ZQda">{{site.irc_channel}}</a></dd>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
17 </div>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
18 <div class="columns medium-3">
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
19 <dt>Documentation</dt>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
20 <dd><a href="{{site.docs_url}}">Read online</a></dd>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
21 <dd><a href="http://www.octave.org/octave.pdf">PDF</a></dd>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
22 </div>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
23 <div class="columns medium-3">
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
24 <dt><a href="{{ "/bugs.html" | relative_url }}">Reporting Bugs</a></dt>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
25 <dt><a href="{{ "/commercial-support.html" | relative_url }}">Commercial Support</a></dt>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
26 <dt><a href="{{ "/donate.html" | relative_url }}">Donate</a></dt>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
27 </div>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
28 </div>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
29 </dl>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
30 </div>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
31 </div>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
32 <div class="row">
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
33 <div class="columns small-12">
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
34 <div class="text-center">
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
35 <p>Octave is free software under the <a href="{{ "license.html" | relative_url }}">GNU General Public License.</a></p>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
36 <small>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
37 Copyright © 1998-{{ site.time | date: "%Y" }} John W. Eaton.
103
34cd51c807b1 Some code refactoring.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
38 This work is licensed under a
34cd51c807b1 Some code refactoring.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
39 <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">
34cd51c807b1 Some code refactoring.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
40 Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
34cd51c807b1 Some code refactoring.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
41 Get the <a href="http://hg.octave.org/web-octave/file/tip">page sources</a>.
99
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
42 </small>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
43 </div>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
44 </div>
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
45 </div>
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
46 </section>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
47 </footer>
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
48
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
49 <script>
99
52d2b28125b8 Overhaul footer.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
50 $(document).foundation();
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 0
diff changeset
51 </script>