Skip to content

Commit

Permalink
Merge pull request #1666 from robertsirc/adding-jetbrains-as-supporter
Browse files Browse the repository at this point in the history
adding new supporter
  • Loading branch information
mattfarina authored Dec 18, 2024
2 parents e667157 + b9eb5d9 commit 55c7bfa
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 14 deletions.
58 changes: 44 additions & 14 deletions themes/helm/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
Binary file added themes/helm/static/img/logowall/jetbrains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55c7bfa

Please sign in to comment.