From 3964491cc52ec1915576757df2b815c2af892528 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil <praveen@debian.org> Date: Sat, 22 Nov 2014 03:03:15 +0530 Subject: [PATCH] add support for indie --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 895b3bc..c46ade2 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,10 @@ <img src="img/diaspora-logo-large.png" alt="diaspora logo" class="centered img-responsive"> <h3>The community-run Distributed Social-network</h3> </div> - <div class="col-md-12"> + <center> + <a href="https://ind.ie"><img src="images/indie-poddery.png"></a> + </center> + <div class="col-md-12"> <a href="https://poddery.com/users/sign_in"><button class="btn btn-success">Login</button></a> <a href="https://poddery.com/users/sign_up"><button class="btn btn-primary">Register</button></a> </div> -- GitLab