diff options
author | Justyna Att Ilczuk <justyna.ilczuk@gmail.com> | 2012-08-26 22:23:59 +0200 |
---|---|---|
committer | Justyna Att Ilczuk <justyna.ilczuk@gmail.com> | 2012-08-26 22:23:59 +0200 |
commit | 0f3b4a892cdccadb9c8066e4977ac1712c041a19 (patch) | |
tree | 947c7b9b307f2a9362fe72489f74efcd78454d83 | |
parent | c5c2e01adf03a69277d0a067ca2c0bbe35ad70c7 (diff) | |
download | dattero-master.tar.gz dattero-master.tar.bz2 dattero-master.tar.xz dattero-master.zip |
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | index.html~ | 2 | ||||
-rw-r--r-- | peity.html~ | 38 | ||||
-rwxr-xr-x | update_basic_views | 4 |
4 files changed, 44 insertions, 2 deletions
@@ -71,6 +71,8 @@ by <a href="http://q3k.org/">Q3k</a>.</p> <br/> + <h3>Misc</h3> + <a href="peity.html">peity</a> </div> </div> diff --git a/index.html~ b/index.html~ index cf3e2a6..c02e8bf 100644 --- a/index.html~ +++ b/index.html~ @@ -13,7 +13,7 @@ <style> body { padding-top: 60px; - padding-bottom: 60px; + } </style> <link href="css/bootstrap.min.css" rel="stylesheet"> diff --git a/peity.html~ b/peity.html~ new file mode 100644 index 0000000..68f0d83 --- /dev/null +++ b/peity.html~ @@ -0,0 +1,38 @@ +<html> + <head> + <title></title> + <meta content=""> + <link href="css/bootstrap.css" rel="stylesheet"> + <script src="js/jquery-1.8.0.min.js"></script> + <script src="js/jquery.peity.js"></script> + </head> + <body> + <div class="container well-large"> + <div class="span6 offset3 well"> + <h1>Hello, Peity!</h1> + <p>That's pretty amazing. It's so simple and looks so nice... and it is easy to use, can be used + just anywhere. I like the design and charts... how could I not fall in love in + <a href="http://benpickles.github.com/peity/#pie-charts">peity?</a></p> + <h2>Pie charts!</h2> + <span class="pie">1/5</span> + <span class="pie">226/360</span> + <span class="pie">0.52/1.561</span> + <h2>Line charts!</h2> + <span class="line">1,1,1,6,2,2,7,3,5,15</span> + <span class="line">5,3,2,-1,-3,-2,2,3,5,2</span> + <span class="line">0,-3,-6,-4,-5,-4,-7,-3,-5,-2</span> + <h2>Bar charts!</h2> + <span class="bar">5,3,9,6,5,9,7,3,5,2</span> + <span class="bar">5,3,2,-1,-3,-2,2,3,5,2</span> + <span class="bar">0,-3,-6,-4,-5,-4,-7,-3,-5,-2</span> + </div> +</div> + + +<script type="text/javascript" > +$("span.pie").peity("pie"); +$("span.line").peity("line"); +$(".bar").peity("bar"); +</script> + </body> +</html>
\ No newline at end of file diff --git a/update_basic_views b/update_basic_views index 43fd861..72e059a 100755 --- a/update_basic_views +++ b/update_basic_views @@ -2,4 +2,6 @@ scp index.html att@vicodin.q3k.org:./htdocs-atte.ro scp contact.html att@vicodin.q3k.org:./htdocs-atte.ro scp projects.html att@vicodin.q3k.org:./htdocs-atte.ro -scp about.html att@vicodin.q3k.org:./htdocs-atte.ro
\ No newline at end of file +scp about.html att@vicodin.q3k.org:./htdocs-atte.ro +scp peity.html att@vicodin.q3k.org:./htdocs-atte.ro + |