Skip to content

Commit 7d37ecc

Browse files
committed
Enhancing content presentation.
1 parent 10c5abc commit 7d37ecc

File tree

56 files changed

+732
-497
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+732
-497
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ safe: true
22
lsi: false
33
pygments: true
44

5-
exclude: ['README.md', 'config.rb', '*.sln', '*.suo', '*.config']
5+
exclude: ['README.md', 'config.rb', '*.sln', '*.suo', '*.config', 'docs']
66

77
domain: accord.github.io
88
title: Accord.NET Framework

_layouts/default.html

Lines changed: 90 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
66
<title>{{ page.title }} - Accord.NET Framework</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
8+
<link rel="shortcut icon" href="favicon.ico">
89
<link rel="stylesheet" href="stylesheets/common.css" />
910
<link rel="stylesheet" href="stylesheets/contents.css" />
1011
<link rel="stylesheet" href="stylesheets/jquery.powertip.css" />
@@ -42,82 +43,78 @@
4243

4344
</script>
4445
<body>
45-
<div id="whole-site-wrapper">
46-
<!--
47-
46+
<!--
4847
4948
// Left area: the area containing the header and the table of contents for the site
5049
// -------------------------------------------------------------------------------->
51-
<div id="left">
50+
<div id="left">
51+
<header>
5252
<div id="accord-logo">
5353
&#x222e;</div>
54-
<header>
55-
<h1>
56-
{{ page.title }}</h1>
57-
</header>
58-
<aside>
59-
<h1>
60-
<a href="index.html">Accord.NET Framework</a></h1>
54+
<h1>
55+
{{ page.title }}</h1>
56+
</header>
57+
<nav>
58+
<h1>
59+
<a href="index.html">Accord.NET Framework</a></h1>
60+
<ul>
61+
<li id="li-intro"><a href="intro.html">Introduction</a></li>
62+
<li id="li-samples"><a href="samples.html">Sample apps</a></li>
63+
<li id="li-docs"><a href="docs/Index.html">Documentation</a></li>
64+
<li id="li-issues"><a href="https://code.google.com/p/accord/issues/list" target="_blank">
65+
Report issues</a></li>
66+
<li id="li-contribute"><a href="submit.html">Contribute</a></li>
67+
<li id="li-publications"><a href="publications.html">Publications</a></li>
68+
<li id="li-forums"><a href="https://groups.google.com/forum/#!forum/accord-net" target="_blank">
69+
Discussions</a></li>
70+
<li id="li-faq"><a href="faq.html">Questions</a></li>
71+
<!-- <li id="li-contact"><a href="contact.html">Contact</a></li> -->
72+
<li id="li-license"><a href="license.html">License</a></li>
73+
<!-- <li id="li-about"><a href="about.html">About</a></li> -->
74+
</ul>
75+
<div id="download-buttons">
6176
<ul>
62-
<li id="li-intro"><a href="intro.html">Introduction</a></li>
63-
<li id="li-samples"><a href="samples.html">Sample apps</a></li>
64-
<li id="li-docs"><a href="docs/Index.html">Documentation</a></li>
65-
<li id="li-issues"><a href="https://code.google.com/p/accord/issues/list" target="_blank">
66-
Report issues</a></li>
67-
<li id="li-submit"><a href="submit.html">Contribute</a></li>
68-
<li id="li-publications"><a href="publications.html">Publications</a></li>
69-
<li id="li-forums"><a href="https://groups.google.com/forum/#!forum/accord-net" target="_blank">
70-
Discussions</a></li>
71-
<li id="li-faq"><a href="faq.html">Questions</a></li>
72-
<!-- <li id="li-contact"><a href="contact.html">Contact</a></li> -->
73-
<li id="li-license"><a href="license.html">License</a></li>
74-
<!-- <li id="li-about"><a href="about.html">About</a></li> -->
77+
<li><a href="https://github.com/accord-net/framework/releases/download/v2.10.0/Accord.NET.Framework-2.10.0.exe">
78+
Download <strong>Installer</strong> <span class="version">(v2.10)</span></a></li>
79+
<li><a href="https://github.com/accord-net/framework/releases/download/v2.10.0/Accord.NET.Framework-2.10.0.rar">
80+
Download <strong>Archive</strong> <span class="version">(v2.10)</span></a></li>
7581
</ul>
76-
<div id="download-buttons">
77-
<ul>
78-
<li><a href="https://github.com/accord-net/framework/releases/download/v2.10.0/Accord.NET.Framework-2.10.0.exe">
79-
Download <strong>Installer</strong> <span class="version">(v2.10)</span></a></li>
80-
<li><a href="https://github.com/accord-net/framework/releases/download/v2.10.0/Accord.NET.Framework-2.10.0.rar">
81-
Download <strong>Archive</strong> <span class="version">(v2.10)</span></a></li>
82-
</ul>
83-
</div>
84-
<div class="google-plus">
85-
<!-- Place this tag where you want the +1 button to render. -->
86-
<div class="g-plusone" data-href="http://accord-net.github.io">
87-
</div>
88-
<!-- Place this tag after the last +1 button tag. -->
89-
<script type="text/javascript">
90-
(function () {
91-
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
92-
po.src = 'https://apis.google.com/js/plusone.js';
93-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
94-
})();
95-
</script>
82+
</div>
83+
<div class="google-plus">
84+
<!-- Place this tag where you want the +1 button to render. -->
85+
<div class="g-plusone" data-href="http://accord-net.github.io">
9686
</div>
97-
</aside>
98-
</div>
99-
<!--
100-
87+
<!-- Place this tag after the last +1 button tag. -->
88+
<script type="text/javascript">
89+
(function () {
90+
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
91+
po.src = 'https://apis.google.com/js/plusone.js';
92+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
93+
})();
94+
</script>
95+
</div>
96+
</nav>
97+
</div>
98+
<!--
10199
102100
// Right area: contains the Youtube, LinkedIn and Paypal buttons
103101
// -------------------------------------------------------------------------------->
104-
<div id="right">
105-
<a href="http://www.linkedin.com/in/cesarrsouza" target="_blank">
106-
<img id="linkedin" class="icons" alt="LinkedIn" src="images/metro/appbar.social.linkedin.color.png" /></a>
107-
<a href="http://www.youtube.com/playlist?list=PLb8yJtCIm8PQRC0t8re7b5mOCP8s6iBk9"
108-
target="_blank">
109-
<img id="youtube" class="icons" alt="YouTube" src="images/metro/appbar.youtube.color.png" /></a>
110-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=N4Q6YQSPWN8BG"
111-
target="_blank">
112-
<img id="paypal" class="icons" alt="PayPal" src="images/metro/appbar.paypal.color.png" /></a>
113-
</div>
114-
<!--
115-
102+
<aside>
103+
<a href="http://www.linkedin.com/in/cesarrsouza" target="_blank">
104+
<img id="linkedin" class="icons" alt="LinkedIn" src="images/metro/appbar.social.linkedin.color.png" /></a>
105+
<a href="http://www.youtube.com/playlist?list=PLb8yJtCIm8PQRC0t8re7b5mOCP8s6iBk9"
106+
target="_blank">
107+
<img id="youtube" class="icons" alt="YouTube" src="images/metro/appbar.youtube.color.png" /></a>
108+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=N4Q6YQSPWN8BG"
109+
target="_blank">
110+
<img id="paypal" class="icons" alt="PayPal" src="images/metro/appbar.paypal.color.png" /></a>
111+
</aside>
112+
<!--
116113
117114
// Middle area: contains the actual page contents
118115
// -------------------------------------------------------------------------------->
119-
<div id="middle">
120-
<section>
116+
<div id="middle">
117+
<article>
121118
{% if content %}
122119
{{ content }}
123120
{% else %}
@@ -223,43 +220,44 @@ <h3>
223220
nisl, eu porta massa dui non dolor. Fusce aliquet nec nisi ut molestie.</p>
224221

225222
{% endif %}
226-
</section>
227-
{% if page.comments %}
228-
<div id="comments">
229-
{% include disqus.html %}
230-
</div>
231-
{% endif %}
223+
</article>
224+
{% if page.comments %}
225+
<div id="comments">
226+
{% include disqus.html %}
232227
</div>
233-
<!--
234-
228+
{% endif %}
229+
</div>
230+
<!--
235231
236232
// Footer: some debug and version information
237233
// -------------------------------------------------------------------------------->
238-
<footer>
239-
<p>
240-
Site last generated on {{site.time}}</p>
241-
</footer>
242-
<!--
243-
234+
<footer>
235+
<p>
236+
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
237+
Creative Commons Attribution 3.0 Unported License</a>.</p>
238+
<p>
239+
Copyright 2013 &copy; César Souza. Some rights reserved. Site last generated on
240+
{{site.time}}</p>
241+
</footer>
242+
<!--
244243
245244
// Hidden area: contains divs which should not be shown in the page
246245
// -------------------------------------------------------------------------------->
247-
<div id="paypal-tooltip" style="display: none">
248-
<p>
249-
Have you found this software useful?
250-
<br />
251-
Consider donating just <strong>US$10</strong>
252-
<br />
253-
so it can get even better!</p>
254-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=N4Q6YQSPWN8BG"
255-
rel="nofollow" target="_blank">
256-
<img align="center" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"
257-
width="92" height="26" alt="Donate!"/></a>
258-
<p>
259-
This software is completely free and will<br />
260-
<strong>always stay free</strong>
261-
. Enjoy!
262-
</div>
246+
<div id="paypal-tooltip" style="display: none">
247+
<p>
248+
Have you found this software useful?
249+
<br />
250+
Consider donating just <strong>US$10</strong>
251+
<br />
252+
so it can get even better!</p>
253+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=N4Q6YQSPWN8BG"
254+
rel="nofollow" target="_blank">
255+
<img align="center" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"
256+
width="92" height="26" alt="Donate!" /></a>
257+
<p>
258+
This software is completely free and will<br />
259+
<strong>always stay free</strong>
260+
. Enjoy!
263261
</div>
264262
</body>
265263
</html>

0 commit comments

Comments
 (0)