|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html> |
3 | 3 | <head> |
4 | | - <meta charset='utf-8'> |
| 4 | + <meta charset="utf-8"> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
7 | | - <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' |
8 | | - type='text/css'> |
9 | | - <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" /> |
10 | | - <link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" /> |
11 | | - <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" /> |
12 | | - |
| 6 | + <title>{{ page.title }}</title> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> |
| 8 | + <link rel="stylesheet" href="stylesheets/content-pages.css" /> |
| 9 | + <link rel="Stylesheet" href="stylesheets/jquery.powertip.css" /> |
| 10 | + <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> |
| 11 | + <script type="text/javascript" src="javascripts/jquery.vibrate.js"></script> |
| 12 | + <script type="text/javascript" src="javascripts/jquery.powertip.js"></script> |
13 | 13 | <!--[if lt IE 9]> |
14 | 14 | <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
15 | 15 | <![endif]--> |
16 | | - |
17 | | - <title>{{ page.title }}</title> |
18 | 16 | </head> |
| 17 | +<script type="text/javascript"> |
| 18 | + |
| 19 | + $(document).ready(function () { |
| 20 | + $("#features").hide(); |
| 21 | + $("#accord-logo").hide(); |
| 22 | + |
| 23 | + $("#accord-logo").fadeIn(1200); |
| 24 | + |
| 25 | + |
| 26 | + var paypal = $('#paypal'); |
| 27 | + |
| 28 | + paypal.vibrate({ |
| 29 | + start: 20000, |
| 30 | + speed: 5, |
| 31 | + duration: 1000, |
| 32 | + frequency: 20000, |
| 33 | + spread: 6, |
| 34 | + angle: 25, |
| 35 | + }); |
| 36 | + |
| 37 | + paypal.data('powertip', $('#paypal-tooltip').html()); |
| 38 | + paypal.powerTip({ placement: 'w', mouseOnToPopup: true }); |
| 39 | + |
| 40 | + }); |
| 41 | + |
| 42 | +</script> |
19 | 43 |
|
20 | 44 | <body> |
| 45 | + <div id="accord-logo"> |
| 46 | + ∮</div> |
| 47 | + <div id="right-buttons"> |
| 48 | + <a href="http://www.linkedin.com/in/cesarrsouza" target="_blank"> |
| 49 | + <img id="linkedin" class="icons" src="images/metro/appbar.social.linkedin.color.png" /></a> |
| 50 | + <a href="http://www.youtube.com/playlist?list=PLb8yJtCIm8PQRC0t8re7b5mOCP8s6iBk9" |
| 51 | + target="_blank"> |
| 52 | + <img id="youtube" class="icons" src="images/metro/appbar.youtube.color.png" /></a> |
| 53 | + <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=N4Q6YQSPWN8BG" |
| 54 | + target="_blank"> |
| 55 | + <img id="paypal" class="icons" src="images/metro/appbar.paypal.color.png" /></a> |
| 56 | + </div> |
21 | 57 |
|
22 | | - <header class="alternate"> |
23 | | - <div class="integral">∮</div> |
24 | | - <div class="inner"> |
25 | | - <h3><a href="index.html">Accord.NET Framework</a></h3> |
26 | | - <a href="https://github.com/accord-net/framework" class="button"><small>View project |
27 | | - at </small>GitHub</a> |
28 | | - </div> |
| 58 | + |
| 59 | + <header> |
| 60 | + <h1> |
| 61 | + Sample applications</h1> |
29 | 62 | </header> |
30 | 63 |
|
31 | | - <div id="content-wrapper"> |
32 | | - <div class="inner clearfix"> |
33 | | - <section id="main-content"> |
34 | | -{{ content }} |
35 | | - </section> |
36 | 64 |
|
| 65 | + <aside> |
| 66 | + <h1> |
| 67 | + Accord.NET</h1> |
| 68 | + <ul> |
| 69 | + <li id="li-intro"><a href="index.html">Introduction</a></li> |
| 70 | + <li id="li-samples"><a href="samples.html">Sample apps</a></li> |
| 71 | + <li id="li-docs"><a href="docs/Index.html">Documentation</a></li> |
| 72 | + <li id="li-issues"><a href="https://code.google.com/p/accord/issues/list">Report issues</a></li> |
| 73 | + <li id="li-submit"><a href="submit.html">Contribute</a></li> |
| 74 | + <li id="li-forums"><a href="https://groups.google.com/forum/#!forum/accord-net">Discussion forums</a></li> |
| 75 | + <li id="li-faq"><a href="faq.html">Common questions</a></li> |
| 76 | + <li id="li-contact"><a href="contact.html">Contact</a></li> |
| 77 | + <li id="li-about"><a href="about.html">About</a></li> |
| 78 | + </ul> |
| 79 | + |
| 80 | + <div id="download-buttons"> |
| 81 | + <ul> |
| 82 | + <li><a href="https://github.com/accord-net/framework/releases/download/v2.10.0/Accord.NET.Framework-2.10.0.exe"> |
| 83 | + Download <strong>Installer</strong> <span class="version">(v2.10)</span></a></li> |
| 84 | + <li><a href="https://github.com/accord-net/framework/releases/download/v2.10.0/Accord.NET.Framework-2.10.0.rar"> |
| 85 | + Download <strong>Archive</strong> <span class="version">(v2.10)</span></a></li> |
| 86 | + </ul> |
| 87 | + </div> |
37 | 88 |
|
38 | | - <aside id="sidebar"> |
39 | | - {% include sidebar.html %} |
40 | | - |
41 | | - <!-- Google + --> |
42 | | - <script type="text/javascript"> |
43 | | - (function() { |
| 89 | + <div class="google-plus"> |
| 90 | + <!-- Google + --> |
| 91 | + <script type="text/javascript"> |
| 92 | + (function () { |
44 | 93 | var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; |
45 | 94 | po.src = 'https://apis.google.com/js/plusone.js'; |
46 | 95 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); |
47 | 96 | })(); |
48 | | - </script> |
49 | | - </aside> |
50 | | - |
| 97 | + </script> |
51 | 98 | </div> |
52 | | - |
53 | | - {% if page.comments %} |
54 | | - <div id="comments"> |
55 | | - <div class ="inner clearfix"> |
56 | | - {% include disqus.html %} |
57 | | - </div> |
| 99 | + </aside> |
| 100 | + |
| 101 | + |
| 102 | + <section> |
| 103 | + |
| 104 | + {{ content }} |
| 105 | + |
| 106 | + </section> |
| 107 | + |
| 108 | + |
| 109 | + {% if page.comments %} |
| 110 | + <div id="comments"> |
| 111 | + <div class="inner clearfix"> |
| 112 | + {% include disqus.html %} |
58 | 113 | </div> |
59 | | - {% endif %} |
| 114 | + </div> |
| 115 | + {% endif %} |
| 116 | + |
60 | 117 |
|
| 118 | + <div id="paypal-tooltip" style="display: none"> |
| 119 | + <p> |
| 120 | + Have you found this software useful? |
| 121 | + <br /> |
| 122 | + Consider donating just <strong>US$10</strong> |
| 123 | + <br /> |
| 124 | + so it can get even better!</p> |
| 125 | + <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=N4Q6YQSPWN8BG" |
| 126 | + rel="nofollow" target="_blank"> |
| 127 | + <img align="center" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" |
| 128 | + width="92" height="26" /></a> |
| 129 | + <p> |
| 130 | + This software is completely free and will<br /> |
| 131 | + <strong>always stay free</strong> |
| 132 | + . Enjoy! |
61 | 133 | </div> |
| 134 | + |
62 | 135 | </body> |
63 | 136 | </html> |
0 commit comments