diff --git a/themes/helm/layouts/partials/footer.html b/themes/helm/layouts/partials/footer.html index 563891fcc..295e46618 100755 --- a/themes/helm/layouts/partials/footer.html +++ b/themes/helm/layouts/partials/footer.html @@ -1,35 +1,65 @@ <footer> <div class="columns helm-contrib-logos"> <div class="column has-centered-text"> - <img src="/img/helm.svg" style="max-width: 140px;" alt="Helm is supported by and built with a community of over 250 contributors" class="helm-logo"> + <img + src="/img/helm.svg" + style="max-width: 140px" + alt="Helm is supported by and built with a community of over 250 contributors" + class="helm-logo" + /> - <hr> + <hr /> <p class="contributors">{{ T "footer_support_title" }}</p> - <hr> + <hr /> <div class="contrib-logos columns"> - <!-- Add to list in alphabetical order. --> + <!-- Add to list in alphabetical order. --> <div class="column"> - <a target="_blank" href="https://bitnami.com/"><img src="/img/logowall/bitnami.png" alt="Bitnami"></a> + <a target="_blank" href="https://bitnami.com/" + ><img src="/img/logowall/bitnami.png" alt="Bitnami" + /></a> - <a target="_blank" href="https://www.codecentric.de"><img src="/img/logowall/codecentric.png" alt="codecentric AG"></a> + <a target="_blank" href="https://www.codecentric.de" + ><img src="/img/logowall/codecentric.png" alt="codecentric AG" + /></a> - <a target="_blank" href="https://codefresh.io/"><img src="/img/logowall/codefresh.png" alt="Codefresh"></a> + <a target="_blank" href="https://codefresh.io/" + ><img src="/img/logowall/codefresh.png" alt="Codefresh" + /></a> - <a target="_blank" href="https://google.com/"><img src="/img/logowall/google.png" alt="Google"></a> + <a target="_blank" href="https://google.com/" + ><img src="/img/logowall/google.png" alt="Google" + /></a> - <a target="_blank" href="https://ibm.com"><img src="/img/logowall/ibm.png" alt="IBM"></a> + <a target="_blank" href="https://ibm.com" + ><img src="/img/logowall/ibm.png" alt="IBM" + /></a> - <a target="_blank" href="https://microsoft.com/"><img src="/img/logowall/microsoft.png" alt="Microsoft"></a> + <a + target="_blank" + href="https://www.jetbrains.com/community/opensource/#support" + ><img src="/img/logowall/jetbrains.png" alt="Jetbrains" + /></a> - <a target="_blank" href="https://montreal.ca"><img src="/img/logowall/montreal.png" alt="Montreal"></a> + <a target="_blank" href="https://microsoft.com/" + ><img src="/img/logowall/microsoft.png" alt="Microsoft" + /></a> - <a target="_blank" href="https://www.samsungsds.com"><img src="/img/logowall/samsungsds.png" alt="Samsung SDS"></a> + <a target="_blank" href="https://montreal.ca" + ><img src="/img/logowall/montreal.png" alt="Montreal" + /></a> - <a target="_blank" href="https://suse.com/"><img src="/img/logowall/suse.png" alt="SUSE"></a> + <a target="_blank" href="https://www.samsungsds.com" + ><img src="/img/logowall/samsungsds.png" alt="Samsung SDS" + /></a> - <a target="_blank" href="https://www.ticketmaster.com/"><img src="/img/logowall/tm.png" alt="Ticketmaster"></a> + <a target="_blank" href="https://suse.com/" + ><img src="/img/logowall/suse.png" alt="SUSE" + /></a> + <a target="_blank" href="https://www.ticketmaster.com/" + ><img src="/img/logowall/tm.png" alt="Ticketmaster" + /></a> </div> </div> diff --git a/themes/helm/static/img/logowall/jetbrains.png b/themes/helm/static/img/logowall/jetbrains.png new file mode 100644 index 000000000..0728f5d9b Binary files /dev/null and b/themes/helm/static/img/logowall/jetbrains.png differ