Skip to content

Update JetBrains logo #1741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,20 @@ pwsh Build.ps1

## Sponsors

We are very grateful to the sponsors below, who have provided us with a no-cost license for their tools.

<a href="https://jb.gg/OpenSourceSupport"><img align="middle" src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg" alt="JetBrains Logo" style="width:150px"></a> &nbsp;
<a href="https://www.araxis.com/buy/open-source"><img align="middle" src="https://jsonapi.net/styles/img/araxis-logo.png" alt="Araxis Logo" style="width:150px"></a>
We are grateful to the following sponsors, who provide the team with a no-cost license for using their tools.

<p>
<a href="https://www.jetbrains.com/community/opensource">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/home/assets/img/jetbrains-logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="docs/home/assets/img/jetbrains-logo-light.svg">
<img align="middle" alt="JetBrains logo" style="width:150px" src="docs/home/assets/img/jetbrains-logo-light.svg">
</picture>
</a>
&nbsp;&nbsp;&nbsp;
<a href="https://www.araxis.com/buy/open-source">
<img align="middle" src="docs/home/assets/img/araxis-logo.png" alt="Araxis Logo" style="width:150px">
</a>
<p/>

Do you like this project? Consider to [sponsor](https://github.com/sponsors/json-api-dotnet), or just reward us by giving our repository a star.
2 changes: 1 addition & 1 deletion docs/home/assets/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function initTheme() {
}

// Sponsor panels linking
$('div[sponsor]#jetbrains').on('click', () => navigateExternalTo('https://jb.gg/OpenSourceSupport'));
$('div[sponsor]#jetbrains').on('click', () => navigateExternalTo('https://www.jetbrains.com/community/opensource'));
$('div[sponsor]#araxis').on('click', () => navigateExternalTo('https://www.araxis.com/buy/open-source'));

const navigateExternalTo = (url) => {
Expand Down
13 changes: 13 additions & 0 deletions docs/home/assets/img/jetbrains-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/home/assets/img/jetbrains-logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,11 @@ <h2>Sponsors</h2>
<div sponsor class="col-md-4 col-lg-3 d-flex align-items-stretch justify-content-center aos-init aos-animate" id="jetbrains">
<div class="icon-box d-flex align-items-center" data-aos="zoom-in" data-aos-delay="100">
<div class="icon">
<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg" alt="JetBrains Logo" style="width:150px">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/styles/img/jetbrains-logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="/styles/img/jetbrains-logo-light.svg">
<img align="middle" alt="JetBrains logo" style="width:150px" src="/styles/img/jetbrains-logo-light.svg">
</picture>
</div>
</div>
</div>
Expand Down
Loading