From c528c839853613f6d5fcc256fbd6b0689deef04a Mon Sep 17 00:00:00 2001 From: Abraham Raji <avronr@tuta.io> Date: Mon, 5 Jul 2021 01:57:41 +0530 Subject: [PATCH] Add XMPP compliance status badge --- index.html | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 15a5760..fd3ab61 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> -- GitLab