File tree Expand file tree Collapse file tree 5 files changed +47
-6
lines changed Expand file tree Collapse file tree 5 files changed +47
-6
lines changed Original file line number Diff line number Diff line change @@ -287,9 +287,20 @@ pwsh Build.ps1
287
287
288
288
## Sponsors
289
289
290
- We are very grateful to the sponsors below, who have provided us with a no-cost license for their tools.
291
-
292
- <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 >   ;
293
- <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 >
290
+ We are grateful to the following sponsors, who provide the team with a no-cost license for using their tools.
291
+
292
+ <p >
293
+ <a href =" https://www.jetbrains.com/community/opensource " >
294
+ <picture>
295
+ <source media="(prefers-color-scheme: dark)" srcset="docs/home/assets/img/jetbrains-logo-dark.svg">
296
+ <source media="(prefers-color-scheme: light)" srcset="docs/home/assets/img/jetbrains-logo-light.svg">
297
+ <img align="middle" alt="JetBrains logo" style="width:150px" src="docs/home/assets/img/jetbrains-logo-light.svg">
298
+ </picture>
299
+ </a >
300
+   ;  ;  ;
301
+ <a href =" https://www.araxis.com/buy/open-source " >
302
+ <img align="middle" src="docs/home/assets/img/araxis-logo.png" alt="Araxis Logo" style="width:150px">
303
+ </a >
304
+ <p />
294
305
295
306
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.
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ function initTheme() {
83
83
}
84
84
85
85
// Sponsor panels linking
86
- $ ( 'div[sponsor]#jetbrains' ) . on ( 'click' , ( ) => navigateExternalTo ( 'https://jb.gg/OpenSourceSupport ' ) ) ;
86
+ $ ( 'div[sponsor]#jetbrains' ) . on ( 'click' , ( ) => navigateExternalTo ( 'https://www.jetbrains.com/community/opensource ' ) ) ;
87
87
$ ( 'div[sponsor]#araxis' ) . on ( 'click' , ( ) => navigateExternalTo ( 'https://www.araxis.com/buy/open-source' ) ) ;
88
88
89
89
const navigateExternalTo = ( url ) => {
Original file line number Diff line number Diff line change @@ -303,7 +303,11 @@ <h2>Sponsors</h2>
303
303
< div sponsor class ="col-md-4 col-lg-3 d-flex align-items-stretch justify-content-center aos-init aos-animate " id ="jetbrains ">
304
304
< div class ="icon-box d-flex align-items-center " data-aos ="zoom-in " data-aos-delay ="100 ">
305
305
< div class ="icon ">
306
- < img src ="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg " alt ="JetBrains Logo " style ="width:150px ">
306
+ < picture >
307
+ < source media ="(prefers-color-scheme: dark) " srcset ="/styles/img/jetbrains-logo-dark.svg ">
308
+ < source media ="(prefers-color-scheme: light) " srcset ="/styles/img/jetbrains-logo-light.svg ">
309
+ < img align ="middle " alt ="JetBrains logo " style ="width:150px " src ="/styles/img/jetbrains-logo-light.svg ">
310
+ </ picture >
307
311
</ div >
308
312
</ div >
309
313
</ div >
You can’t perform that action at this time.
0 commit comments