|
46 | 46 | paypal.data('powertip', $('#paypal-tooltip').html()); |
47 | 47 | paypal.powerTip({ placement: 'w', mouseOnToPopup: true }); |
48 | 48 |
|
| 49 | + var bitcoin = $('#bitcoin'); |
| 50 | + bitcoin.data('powertip', $('#bitcoin-tooltip').html()); |
| 51 | + bitcoin.powerTip({ placement: 'w', mouseOnToPopup: true }); |
49 | 52 | }); |
50 | 53 |
|
51 | 54 | </script> |
|
70 | 73 | // Right area: contains the Youtube, LinkedIn and Paypal buttons |
71 | 74 | // --------------------------------------------------------------------------------> |
72 | 75 | <aside> |
73 | | - <a href="http://www.linkedin.com/in/cesarrsouza" target="_blank"> |
74 | | - <img id="linkedin" class="icons" alt="LinkedIn" src="images/metro/appbar.social.linkedin.color.png" /> |
75 | | - </a> |
76 | | - <a href="http://www.youtube.com/playlist?list=PLb8yJtCIm8PQRC0t8re7b5mOCP8s6iBk9" |
77 | | - target="_blank"> |
78 | | - <img id="youtube" class="icons" alt="YouTube" src="images/metro/appbar.youtube.color.png" /> |
79 | | - </a> |
80 | | - <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=N4Q6YQSPWN8BG" |
81 | | - target="_blank"> |
82 | | - <img id="paypal" class="icons" alt="PayPal" src="images/metro/appbar.paypal.color.png" /> |
83 | | - </a> |
84 | | - <a href="https://github.com/accord-net/framework" |
85 | | - target="_blank"> |
86 | | - <img id="Img1" class="icons" alt="GitHub Project Page" src="images/metro/appbar.social.github.octocat.png" /> |
87 | | - </a> |
| 76 | + {% include right-icon-bar.html %} |
88 | 77 | </aside> |
89 | 78 | <!-- |
90 | 79 |
|
@@ -230,28 +219,11 @@ <h3> |
230 | 219 | on {{site.time}} |
231 | 220 | </p> |
232 | 221 | </footer> |
| 222 | + |
233 | 223 | <!-- |
234 | | -
|
235 | | - // Hidden area: contains divs which should not be shown in the page |
236 | | - // --------------------------------------------------------------------------------> |
237 | | - <div id="paypal-tooltip" style="display: none"> |
238 | | - <p> |
239 | | - Have you found this software useful? |
240 | | - <br /> |
241 | | - Consider donating just <strong>US$10</strong> |
242 | | - <br /> |
243 | | - so it can get even better! |
244 | | - </p> |
245 | | - <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=N4Q6YQSPWN8BG" |
246 | | - rel="nofollow" target="_blank"> |
247 | | - <img align="center" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" |
248 | | - width="92" height="26" alt="Donate!" /> |
249 | | - </a> |
250 | | - <p> |
251 | | - This software is completely free and will<br /> |
252 | | - <strong>always stay free</strong> |
253 | | - . Enjoy! |
254 | | - </div> |
| 224 | + // Hidden area: contains divs which should not be shown in the page |
| 225 | + // --------------------------------------------------------------------------------> |
| 226 | + {% include tooltips-bottom.html %} |
255 | 227 | </body> |
256 | 228 |
|
257 | 229 | {% include analytics.html %} |
|
0 commit comments