From e5548638c66b54abbdc9a4f2e0ffa6e8aae940b5 Mon Sep 17 00:00:00 2001 From: Pirate Praveen <praveen@onenetbeyond.org> Date: Tue, 28 Sep 2021 19:47:26 +0000 Subject: [PATCH] Add website link for appsc iitb --- website/layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/layouts/partials/footer.html b/website/layouts/partials/footer.html index 63456c2..69fb834 100644 --- a/website/layouts/partials/footer.html +++ b/website/layouts/partials/footer.html @@ -3,7 +3,7 @@ <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="#" 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://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