diff --git a/website/layouts/partials/footer.html b/website/layouts/partials/footer.html index 2b6c9e0707cdac8b78ba3e9f27b65bc78cd3a9da..a1b31698a0e9b4007ac2af337a9b939cb9c2cdcf 100644 --- a/website/layouts/partials/footer.html +++ b/website/layouts/partials/footer.html @@ -1,7 +1,10 @@ <footer style="margin-top: 0"> <div class="footer-organizers" style="text-align: center"> <h1>{{i18n "org-by"}}</h1> + <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://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://fossnss.org/" style="margin: 0 3em"><img height="50px" src='{{"img/FossNss.png" | absURL}}' alt="fossnss" title="FOSS NSS" /></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> diff --git a/website/static/img/fossNss.png b/website/static/img/fossNss.png new file mode 100644 index 0000000000000000000000000000000000000000..7019f00103f9e8a2144f30d831640a4209945abd Binary files /dev/null and b/website/static/img/fossNss.png differ