From 8250a4d9ecc33ca29885c12580545bef03d1ff47 Mon Sep 17 00:00:00 2001 From: abhi1tb <abhijithb21@openmailbox.org> Date: Sun, 25 Sep 2016 10:53:59 +0530 Subject: [PATCH] Added paypal donation --- index.html | 180 +++++++++++++++++++++++++++-------------------------- 1 file changed, 93 insertions(+), 87 deletions(-) diff --git a/index.html b/index.html index 664d7db..13ea54d 100644 --- a/index.html +++ b/index.html @@ -47,51 +47,57 @@ </div> </nav> <div class="container-fluid" style="margin-top: 80px;"> - <div class="container card" style="background-image: url('images/dandelion.jpg'); background-size: cover;"> - <div class="col-md-4 col-xs-12 col-sm-6 pull-right text-center"> - <img id="diasporalogo" src="images/Diaspora-logo-roboto.png" alt="Diaspora Logo" class="centered img-responsive" style="margin-top: 20px;"> - <h4 style="color:white; font-size: 1.2em; text-shadow: 1px 1px #000000; margin-top: -5px; margin-bottom: 40px;"><b>The community-run Distributed Social-network</b></h4> - <div class="btn-group space"> - <a class="btn btn-success" href="https://poddery.com/users/sign_in">Login</a> - <a class="btn btn-primary" href="https://poddery.com/users/sign_up">Register</a> - <a class="btn btn-danger" href="#xmpp">Chat</a> + <div class="container card" style="background-image: url('images/dandelion.jpg'); background-size: cover;"> + <div class="col-md-4 col-xs-12 col-sm-6 pull-right text-center"> + <img id="diasporalogo" src="images/Diaspora-logo-roboto.png" alt="Diaspora Logo" class="centered img-responsive" style="margin-top: 20px;"> + <h4 style="color:white; font-size: 1.2em; text-shadow: 1px 1px #000000; margin-top: -5px; margin-bottom: 40px;"><b>The community-run Distributed Social-network</b></h4> + <div class="btn-group space"> + <a class="btn btn-success" href="https://poddery.com/users/sign_in">Login</a> + <a class="btn btn-primary" href="https://poddery.com/users/sign_up">Register</a> + <a class="btn btn-danger" href="#xmpp">Chat</a> + </div> + <div class="row text-center" style="margin-top: 20px; margin-bottom: 20px;"> + <h4 style="color:white; font-size: 1.5em; text-shadow: 1px 1px #000000; margin-bottom: 10px;"><b>Contribute to Poddery</b></h4> + <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="margin-bottom: 10px;"> + <input type="hidden" name="cmd" value="_s-xclick"> + <input type="hidden" name="hosted_button_id" value="SG5DS9LTXB54U"> + <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG_global.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!"> + <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> + </form> + <form method="post" action="https://secure.payza.com/checkout" > + <input type="hidden" name="ap_productid" value="hSk+sdXPYmtPnMOiA9j9hA=="/> + <input type="hidden" name="ap_quantity" value="1"/> + <input type="image" name="ap_image" src="https://secure.payza.com/PayNow/D5D2A25E73AD4EA798F796139FE4D1B9d0en.gif"/> + </form> + </div> + <div id="band" class="text-center space" style="margin-top: 10px; border-radius: 4px;"> + <b>Unity is strength! <br class="visible-xs-block" /><a href="http://save.poddery.com">See how we saved this pod.</a></b> + </div> + </div> + </div> + + <div class="container"> + <section id="home-boxes" class="text-center"> + <div class="row card"> + <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12"> + <h3>Privacy aware</h3> + <span class="glyphicon glyphicon glyphicon-eye-close largeglyph"></span> + <p class="just">The online social world where you are in control of your own data. Share what you want with whom you want.</p> </div> - <div class="row text-center" style="margin-top: 40px; margin-bottom: 20px;"> - <h4 style="color:white; font-size: 1.5em; text-shadow: 1px 1px #000000; margin-bottom: 10px;"><b>Contribute to Poddery</b></h4> - <form method="post" action="https://secure.payza.com/checkout" > - <input type="hidden" name="ap_productid" value="hSk+sdXPYmtPnMOiA9j9hA=="/> - <input type="hidden" name="ap_quantity" value="1"/> - <input type="image" name="ap_image" src="https://secure.payza.com/PayNow/D5D2A25E73AD4EA798F796139FE4D1B9d0en.gif"/> - </form> + <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12"> + <h3>Free Software</h3> + <span class="glyphicon glyphicon glyphicon glyphicon-wrench largeglyph"></span> + <p class="just">Our software is completely free, so <a href="http://github.com/diaspora/diaspora">grab the code</a> and <a href="http://podupti.me/">host it</a> wherever you want!</p> </div> - <div id="band" class="text-center space" style="margin-top: 10px; border-radius: 4px;"> - <b>Unity is strength! <br class="visible-xs-block" /><a href="http://save.poddery.com">See how we saved this pod.</a></b> + <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12"> + <h3>Creative community</h3> + <span class="glyphicon glyphicon glyphicon glyphicon-globe largeglyph"></span> + <p class="just">Meet people from all over the world who love the Internet and want to see it free as much as you do.</p> </div> </div> + </section> + <a id="xmpp"></a> </div> - - <div class="container"> - <section id="home-boxes" class="text-center"> - <div class="row card"> - <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12"> - <h3>Privacy aware</h3> - <span class="glyphicon glyphicon glyphicon-eye-close largeglyph"></span> - <p class="just">The online social world where you are in control of your own data. Share what you want with whom you want.</p> - </div> - <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12"> - <h3>Free Software</h3> - <span class="glyphicon glyphicon glyphicon glyphicon-wrench largeglyph"></span> - <p class="just">Our software is completely free, so <a href="http://github.com/diaspora/diaspora">grab the code</a> and <a href="http://podupti.me/">host it</a> wherever you want!</p> - </div> - <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12"> - <h3>Creative community</h3> - <span class="glyphicon glyphicon glyphicon glyphicon-globe largeglyph"></span> - <p class="just">Meet people from all over the world who love the Internet and want to see it free as much as you do.</p> - </div> - </div> - </section> - <a id="xmpp"></a> - </div> <section id="use-xmpp-on-poddery"> <div class="container"> <div class="row text-center space card" style="padding-bottom: 10px;"> @@ -139,67 +145,67 @@ </div> </div> </div> - </section> + </section> - <a name="save-poddery"></a> + <a name="save-poddery"></a> - <section id="save-poddery-campaign"> - <div class="container"> - <div class="row space card"> - <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 space"> - <img src="images/save-poddery-campaign-dummy-image.jpg" alt="Save Poddery" class="centered img-responsive"> - </div> - <div class="col-lg-8 col-md-8 col-sm-8 col-xs-12" style="padding-bottom: 20px;"> - <h2>Save Poddery Campaign</h2> - <p style="text-align: justify;">Poddery.com, one of the earliest diaspora social networking host was scheduled to close on June 30th, 2013. So, a community of diaspora users and contributors gathered together and started the <a href="http://save.poddery.com/">Save Poddery Campaign</a>. We started fund raising at <a href="http://www.indiegogo.com/projects/keep-diaspora-service-at-poddery-com-live">indiegogo.com</a>, and acquired 967<i class="fa fa-euro"></i> in the period June 09, 2013 - July 23, 2013.</p> - <a class="btn btn-primary" href="http://save.poddery.com">Save Poddery Campaign</a> - <a class="btn btn-success" href="details.html">Technical and Expense Details</a> + <section id="save-poddery-campaign"> + <div class="container"> + <div class="row space card"> + <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 space"> + <img src="images/save-poddery-campaign-dummy-image.jpg" alt="Save Poddery" class="centered img-responsive"> + </div> + <div class="col-lg-8 col-md-8 col-sm-8 col-xs-12" style="padding-bottom: 20px;"> + <h2>Save Poddery Campaign</h2> + <p style="text-align: justify;">Poddery.com, one of the earliest diaspora social networking host was scheduled to close on June 30th, 2013. So, a community of diaspora users and contributors gathered together and started the <a href="http://save.poddery.com/">Save Poddery Campaign</a>. We started fund raising at <a href="http://www.indiegogo.com/projects/keep-diaspora-service-at-poddery-com-live">indiegogo.com</a>, and acquired 967<i class="fa fa-euro"></i> in the period June 09, 2013 - July 23, 2013.</p> + <a class="btn btn-primary" href="http://save.poddery.com">Save Poddery Campaign</a> + <a class="btn btn-success" href="details.html">Technical and Expense Details</a> + </div> </div> </div> - </div> - </section> - <section id="supporters"> - <div class="container"> - <div class="row card" style="padding-bottom: 20px;"> - <h1 class="text-center">Supporters</h1> - <div class="col-md-4 col-lg-4 text-center donor-logo"> - <a href="http://knightswarm.com/" target="_blank"> - <div class="supporter-logo centered"><img src="images/knightswarm.jpg" width="100%" /></div> - <h6>KnightSwarm </h6> - </a> - <br /><b>Provided us server for hosting poddery.com</b> - </div> + </section> + <section id="supporters"> + <div class="container"> + <div class="row card" style="padding-bottom: 20px;"> + <h1 class="text-center">Supporters</h1> + <div class="col-md-4 col-lg-4 text-center donor-logo"> + <a href="http://knightswarm.com/" target="_blank"> + <div class="supporter-logo centered"><img src="images/knightswarm.jpg" width="100%" /></div> + <h6>KnightSwarm </h6> + </a> + <br /><b>Provided us server for hosting poddery.com</b> + </div> - <div class="col-md-4 col-lg-4 text-center donor-logo"> - <a href="https://poddery.com/u/praveen"> - <div class="supporter-logo centered"><img class="circular" src="images/praveen.jpg" width="100%" /></div> - <h6>Praveen Arimbrathodiyil</h6> - </a> - </div> + <div class="col-md-4 col-lg-4 text-center donor-logo"> + <a href="https://poddery.com/u/praveen"> + <div class="supporter-logo centered"><img class="circular" src="images/praveen.jpg" width="100%" /></div> + <h6>Praveen Arimbrathodiyil</h6> + </a> + </div> - <div class="col-md-4 col-lg-4 text-center"> - <p style="text-align: justify;" class="space">We are thankful to all who have helped us to keep diaspora* running in poddery.com. See the full list of contributors.</p> - <a class="btn btn-primary" href="donor.html">List of contributors</a> - </div> + <div class="col-md-4 col-lg-4 text-center"> + <p style="text-align: justify;" class="space">We are thankful to all who have helped us to keep diaspora* running in poddery.com. See the full list of contributors.</p> + <a class="btn btn-primary" href="donor.html">List of contributors</a> + </div> + </div> </div> - </div> - </section> + </section> -</div> + </div> -<footer class="text-center"> - <p>Maintained by <a href="https://www.loomio.org/g/2bjVXqAu/fosscommunity-in-poddery-com-maintainer-s-group">fosscommunity.in</a></p><br/> -</footer> + <footer class="text-center"> + <p>Maintained by <a href="https://www.loomio.org/g/2bjVXqAu/fosscommunity-in-poddery-com-maintainer-s-group">fosscommunity.in</a></p><br/> + </footer> -<!-- <script src="js/vendor/jquery-1.9.1.min.js"></script> -<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script> -<script src="js/plugins.js"></script>--> -<script src="js/jquery-3.1.0.min.js"></script> -<script src="js/bootstrap.min.js"></script> + <!-- <script src="js/vendor/jquery-1.9.1.min.js"></script> + <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script> + <script src="js/plugins.js"></script>--> + <script src="js/jquery-3.1.0.min.js"></script> + <script src="js/bootstrap.min.js"></script> </body> </html> -- GitLab