From 7c4ec21b408259f7b144b09244494370a7b851fe Mon Sep 17 00:00:00 2001 From: Bady <bady@disroot.org> Date: Tue, 14 May 2019 04:19:57 +0530 Subject: [PATCH] Move up contribute button and link to fund.poddery.com --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 261968d..631950c 100644 --- a/index.html +++ b/index.html @@ -104,13 +104,13 @@ </div> <div class="progress-text"></div> + <div class="row text-center" style="margin-bottom: 20px;"> + <a href="https://fund.poddery.com" target="_blank" style="margin-left:12px;"><button type="button" class="btn btn-success">CONTRIBUTE</button></a> + </div> <div class="btn-group space"> <a class="btn" style="width:130px; margin-left:12px;" href="https://poddery.com/users/sign_in">LOGIN</a> <a class="btn" style="width:130px; margin-left:12px;" href="https://poddery.com/users/sign_up">REGISTER</a> </div> - <div class="row text-center" style="margin-top: 20px; margin-bottom: 20px;"> - <a href="https://poddery.com/donors.html" target="_blank" style="margin-left:12px;"><button type="button" class="btn btn-success">CONTRIBUTE</button></a> - </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 class="save-pod" href="http://fund.poddery.com">Fund to keep the pod alive.</a></b> -- GitLab