diff --git a/index.html b/index.html index 15a576005ecae40781482f6a7814ab368cc8d64a..fd3ab613412374a8c2b4d9e8eb48af333bab0996 100644 --- a/index.html +++ b/index.html @@ -252,8 +252,9 @@ <div class="row"> <div class="wow fadeInUp col-md-6 col-sm-6" data-wow-delay="0.9s"> - <h2>XMPP</h2> - <p>Poddery supports chatting among your contacts in Diaspora and anybody with an account on a service supporting <a href="https://xmpp.org">XMPP</a>. You need to enable chat on your Poddery account to make use of it. See this tutorial for help. There are various chat clients available for your PC, tablet or phone.</p> + <h2>XMPP</h2> + <a href='https://compliance.conversations.im/server/poddery.com'><img src='https://compliance.conversations.im/badge/poddery.com'></a> 1 + <p>Poddery supports chatting among your contacts in Diaspora and anybody with an account on a service supporting <a href="https://xmpp.org">XMPP</a>. You need to enable chat on your Poddery account to make use of it. See this tutorial for help. There are various chat clients available for your PC, tablet or phone.</p> </div> <div class="wow fadeInUp col-md-6 col-sm-6" data-wow-delay="0.6s"> @@ -410,35 +411,20 @@ </div> </div> - <!-- This dummy div is here to properly center align the rest of the content --> - <div class="col-md-1"></div> - - <div class="wow fadeInUp col-md-2 col-xs-12" data-wow-delay="0.1s"> + <div class="wow fadeInUp col-md-4 col-xs-12" data-wow-delay="0.3s"> <a href="https://codema.in/g/2bjVXqAu/free-software-community-of-india-fsci-poddery-com-maintainer-s-group"> <img src="images/loomio.png" class="img-responsive" alt="sponsors"></a> </div> - <div class="wow fadeInUp col-md-2 col-xs-12" data-wow-delay="0.3s"> + <div class="wow fadeInUp col-md-4 col-xs-12" data-wow-delay="0.6s"> <a href="https://diasp.in/u/poddery"> <img src="images/Diaspora.png" class="img-responsive" alt="sponsors"> </a> </div> - <div class="wow fadeInUp col-md-2 col-xs-12" data-wow-delay="0.5s"> + <div class="wow fadeInUp col-md-4 col-xs-12" data-wow-delay="0.9s"> <a href="https://matrix.to/#/!duPQXkiSIqlgTDKleo:poddery.com?via=matrix.org&via=poddery.com&via=diasp.in"> <img src="images/matrixbl.png" class="img-responsive" alt="sponsors"></a> </div> - - <div class="wow fadeInUp col-md-2 col-xs-12" data-wow-delay="0.7s"> - <a href="xmpp:%23poddery%23poddery@poddery.com?join"> - <img src="images/xmpp_black.svg" class="img-responsive" alt="xmpp"> - </a> - </div> - - <div class="wow fadeInUp col-md-2 col-xs-12" data-wow-delay="0.9s"> - <a href="https://webchat.pirateirc.net/?channels=#poddery"> - <img src="images/irc.svg" class="img-responsive" alt="irc"> - </a> - </div> </div> </div> </section>