We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10b1f5 commit aa306d6Copy full SHA for aa306d6
assets/images/elastic.png assets/images/logo_elastic.pngassets/images/elastic.png renamed to assets/images/logo_elastic.png
assets/images/logo_jetbrains.png
3.78 KB
index.html
@@ -184,12 +184,17 @@ <h4>
184
185
<div class="container">
186
187
- <h2 class="text-center">Sponsored by</h2>
+ <h2 class="text-center">Supported by</h2>
188
189
<ul id="sponsor">
190
<li>
191
<a href="https://www.elastic.co/">
192
- <img class="greyscale" src="assets/images/elastic.png" alt="Elastic"/>
+ <img class="greyscale" src="assets/images/logo_elastic.png" alt="Elastic"/>
193
+ </a>
194
+ </li>
195
+ <li>
196
+ <a href="https://www.jetbrains.com/">
197
+ <img class="greyscale" src="assets/images/logo_jetbrains.png" alt="JetBrains"/>
198
</a>
199
</li>
200
</ul>
0 commit comments