new slide
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 30 Sep 2012 22:14:27 +0000 (18:14 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 30 Sep 2012 22:14:27 +0000 (18:14 -0400)
README.md
index.html

index 81d349b829c0e89fde5b46962e1e779ac24f7324..5ad4a8aa0b618594a439a54487065ca278fc6192 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,10 +10,6 @@ reveal.js comes with a broad range of features including [nested slides](https:/
 - [Examples](https://github.com/hakimel/reveal.js/wiki/Example-Presentations): Presentations created with reveal.js, add your own!
 - [Browser Support](https://github.com/hakimel/reveal.js/wiki/Changelog): Explanation of browser support and fallbacks.
 
-The framework is and will remain free. Donations are available as an optional way of supporting the project. Proceeds go towards futher development, hosting and domain costs for reveal.js and rvl.io.
-
-[![Click here to lend your support to: reveal.js and make a donation at www.pledgie.com !](http://www.pledgie.com/campaigns/18182.png?skin_name=chrome)](http://www.pledgie.com/campaigns/18182)
-
 ## rvl.io
 
 Slides are written using HTML or markdown but there's also an online editor for those of you who prefer a more traditional user interface. Give it a try at [www.rvl.io](http://www.rvl.io).
index 13977eaa1522723f40bd9344f492f807a9086cec..950c812dbabffe7a53db72cc9d3da22fb32d58c8 100644 (file)
@@ -20,8 +20,8 @@
                <!-- For syntax highlighting -->
                <link rel="stylesheet" href="lib/css/zenburn.css">
 
+               <!-- If the query includes 'print-pdf', use the PDF print sheet -->
                <script>
-                       // If the query includes 'print-pdf' we'll use the PDF print sheet
                        document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
                </script>
 
                                <section>
                                        <h2>Works in Mobile Safari</h2>
                                        <p>
-                                               Try it out! You can swipe through the slides pinch your way to the overview.
+                                               Try it out! You can swipe through the slides and pinch your way to the overview.
                                        </p>
                                </section>
 
@@ -285,6 +285,24 @@ function linkify( selector ) {
                                                <li><a href="http://twitter.com/hakimel">Follow me on Twitter</a></li>
                                        </ul>
                                </section>
+
+                               <section>
+                                       <h2>It's free</h2>
+                                       <p>
+                                               reveal.js and <a href="http://www.rvl.io">rvl.io</a> are entirely free but if you'd like to support the projects you can donate below. 
+                                               Donations will go towards hosting and domain costs.
+                                       </p>
+                                       <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
+                                               <input type="hidden" name="cmd" value="_donations">
+                                               <input type="hidden" name="business" value="hakim.elhattab@gmail.com">
+                                               <input type="hidden" name="lc" value="US">
+                                               <input type="hidden" name="item_name" value="reveal.js / rvl.io">
+                                               <input type="hidden" name="no_note" value="0">
+                                               <input type="hidden" name="currency_code" value="USD">
+                                               <input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest">
+                                               <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
+                                       </form>
+                               </section>
                                
                                <section>
                                        <h1>THE END</h1>