33< html lang ="en ">
44 < head >
55 < meta charset ="utf-8 ">
6- < title > jsPDF - Generate PDF files in pure JavaScript. </ title >
6+ < title > jsPDF - Create PDFs with HTML5 JavaScript Library </ title >
77 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
88 < meta name ="description " content ="">
99 < meta name ="author " content ="">
2525
2626 < div class ="masthead ">
2727 < div class ="pull-right ">
28+ < div class ="tweet-buttons ">
29+ < a href ="https://twitter.com/share " class ="twitter-share-button " data-via ="MrRio " data-size ="large "> Tweet</ a >
30+ < script > ! function ( d , s , id ) { var js , fjs = d . getElementsByTagName ( s ) [ 0 ] ; if ( ! d . getElementById ( id ) ) { js = d . createElement ( s ) ; js . id = id ; js . src = "//platform.twitter.com/widgets.js" ; fjs . parentNode . insertBefore ( js , fjs ) ; } } ( document , "script" , "twitter-wjs" ) ; </ script >
31+ < a href ="https://twitter.com/MrRio " class ="twitter-follow-button " data-show-count ="false " data-size ="large "> Follow @MrRio</ a >
32+ < script > ! function ( d , s , id ) { var js , fjs = d . getElementsByTagName ( s ) [ 0 ] ; if ( ! d . getElementById ( id ) ) { js = d . createElement ( s ) ; js . id = id ; js . src = "//platform.twitter.com/widgets.js" ; fjs . parentNode . insertBefore ( js , fjs ) ; } } ( document , "script" , "twitter-wjs" ) ; </ script >
33+ </ div >
2834 < a class ="btn btn-primary btn-large " href ="https://github.com/MrRio/jsPDF/zipball/master "> Download Now</ a >
29- < p class ="muted " style ="text-align: center ; "> Version 0.9.0 </ p >
35+ < p class ="muted " style ="text-align: right ; "> Version 0.9.0rc1 </ p >
3036
3137 </ div >
3238 < h1 class ="muted "> jsPDF</ h1 >
@@ -41,20 +47,18 @@ <h4>HTML5 JavaScript PDF generation library from <a href="http://twitter.com/MrR
4147
4248 < h2 > Have a play.</ h2 >
4349
44- < p > Use this document as a way to quick start any new project. < br /> All you get is this message and a barebones HTML document. </ p >
50+ < p > A HTML5 client-side solution for generating PDFs. Perfect for tickets, reports, certificates, you name it! </ p >
4551 < label for ="template "> Choose example</ label >
4652 < select id ="template " name ="template ">
4753 < option > hello-world.js</ option >
4854 </ select >
4955 </ div >
5056
51- < div id ="editor "> var doc = new jsPDF();
52- doc.text(10, 10, 'Hello world');</ div >
57+ < div id ="editor " class ="bypass "> </ div >
5358
5459 < div class ="controls ">
5560 < div class ="pull-right ">
56- < a href ="# " class ="btn btn-primary "> Download PDF</ a >
57- < a href ="# " class ="btn btn-primary "> Download Code</ a >
61+ < a href ="# " class ="btn btn-primary "> Download Your Code</ a >
5862 < a href ="# " class ="btn btn-success "> Run Code</ a >
5963 </ div >
6064
@@ -66,7 +70,7 @@ <h2>Have a play.</h2>
6670
6771 </ div >
6872 < div class ="clerfix "> </ div >
69- < div class ="span12 ">
73+ < div class ="span12 credits ">
7074
7175 < h2 > Credits</ h2 >
7276
0 commit comments