|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
6 | 6 | <title>{{ page.title }} - Accord.NET Framework</title> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> |
| 8 | + <link rel="shortcut icon" href="favicon.ico"> |
8 | 9 | <link rel="stylesheet" href="stylesheets/common.css" /> |
9 | 10 | <link rel="stylesheet" href="stylesheets/contents.css" /> |
10 | 11 | <link rel="stylesheet" href="stylesheets/jquery.powertip.css" /> |
|
42 | 43 |
|
43 | 44 | </script> |
44 | 45 | <body> |
45 | | - <div id="whole-site-wrapper"> |
46 | | - <!-- |
47 | | -
|
| 46 | + <!-- |
48 | 47 |
|
49 | 48 | // Left area: the area containing the header and the table of contents for the site |
50 | 49 | // --------------------------------------------------------------------------------> |
51 | | - <div id="left"> |
| 50 | + <div id="left"> |
| 51 | + <header> |
52 | 52 | <div id="accord-logo"> |
53 | 53 | ∮</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"> |
61 | 76 | <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> |
75 | 81 | </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"> |
96 | 86 | </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 | + <!-- |
101 | 99 |
|
102 | 100 | // Right area: contains the Youtube, LinkedIn and Paypal buttons |
103 | 101 | // --------------------------------------------------------------------------------> |
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&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&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 | + <!-- |
116 | 113 |
|
117 | 114 | // Middle area: contains the actual page contents |
118 | 115 | // --------------------------------------------------------------------------------> |
119 | | - <div id="middle"> |
120 | | - <section> |
| 116 | + <div id="middle"> |
| 117 | + <article> |
121 | 118 | {% if content %} |
122 | 119 | {{ content }} |
123 | 120 | {% else %} |
@@ -223,43 +220,44 @@ <h3> |
223 | 220 | nisl, eu porta massa dui non dolor. Fusce aliquet nec nisi ut molestie.</p> |
224 | 221 |
|
225 | 222 | {% 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 %} |
232 | 227 | </div> |
233 | | - <!-- |
234 | | -
|
| 228 | + {% endif %} |
| 229 | + </div> |
| 230 | + <!-- |
235 | 231 |
|
236 | 232 | // Footer: some debug and version information |
237 | 233 | // --------------------------------------------------------------------------------> |
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 © César Souza. Some rights reserved. Site last generated on |
| 240 | + {{site.time}}</p> |
| 241 | + </footer> |
| 242 | + <!-- |
244 | 243 |
|
245 | 244 | // Hidden area: contains divs which should not be shown in the page |
246 | 245 | // --------------------------------------------------------------------------------> |
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&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&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! |
263 | 261 | </div> |
264 | 262 | </body> |
265 | 263 | </html> |
0 commit comments