From 5a36c65c268765bac176d1c0575187632ca3b92d Mon Sep 17 00:00:00 2001 From: vinay-keshava <vinaykeshava@disroot.org> Date: Fri, 12 Aug 2022 01:40:22 +0530 Subject: [PATCH] update footer --- website/layouts/partials/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/layouts/partials/footer.html b/website/layouts/partials/footer.html index 69fb834..a47d571 100644 --- a/website/layouts/partials/footer.html +++ b/website/layouts/partials/footer.html @@ -2,8 +2,8 @@ <div class="footer-organizers" style="text-align: center"> <h1>{{i18n "org-by"}}</h1> <a href="https://fsci.in" style="margin: 0 3em"><img height="50px" src='{{"img/fsci_logo.png" | absURL}}' alt="Logo of FSCI" title="Free Software Community of India" /></a> - <a href="https://egalitarians.net/" style="margin: 0 3em"><img height="50px" src='{{"img/egalitarians.png" | absURL}}' alt="Logo of Egalitarians" title="Egalitarians" /></a> - <a href="https://casteoncampus.wordpress.com/" style="margin: 0 3em"><img height="50px" src='{{"img/APPSCIITB.png" | absURL}}' alt="Logo of APPSC - IIT Bombay" title="Ambedkar Periyar Phule Study Circle - IIT Bombay" /></a> + <!--a href="https://egalitarians.net/" style="margin: 0 3em"><img height="50px" src='{{"img/egalitarians.png" | absURL}}' alt="Logo of Egalitarians" title="Egalitarians" /></a> + <!--a href="https://casteoncampus.wordpress.com/" style="margin: 0 3em"><img height="50px" src='{{"img/APPSCIITB.png" | absURL}}' alt="Logo of APPSC - IIT Bombay" title="Ambedkar Periyar Phule Study Circle - IIT Bombay" /></a--> </div> <p style="text-align: center; font-size: 22px; margin-bottom: 10px">{{i18n "org-desc"}}</p> <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="{{.Site.BaseURL}}/privacy">{{i18n "priv-pol"}}</a></p> -- GitLab