Skip to content

Commit 3c95eed

Browse files
committed
+
1 parent 68ab68a commit 3c95eed

File tree

2 files changed

+58
-14
lines changed

2 files changed

+58
-14
lines changed

src/data/aside-sponsors.ts

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -384,25 +384,30 @@ export const asideSponsors: ISponsor[] = [
384384
},
385385
sponsorEntity: {
386386
__typename: "Organization",
387-
login: "driz.link/mooncake",
388-
name: "Mooncake",
387+
login: "driz.link/sqlitecloud",
388+
name: "SQLite Cloud",
389389
avatarUrl:
390-
'<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>',
390+
`<svg version="1.1" id="Artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
391+
viewBox="0 0 793.8 871.5" style="enable-background:new 0 0 793.8 871.5;" xml:space="preserve">
392+
<style type="text/css">
393+
.st0{fill:#F5640C;}
394+
</style>
395+
<g>
396+
<path class="st0" d="M396.9,356.1H227.2c-16.6,0-30-13.4-30-30v-99.8c0-16.6,13.4-30,30-30h139.7c16.6,0,30,13.4,30,30V356.1z"/>
397+
<path class="st0" d="M566.6,515.8H396.9V356.1h169.7c16.5,0,29.9,13.4,29.9,29.9v99.8C596.5,502.4,583.1,515.8,566.6,515.8z"/>
398+
<path class="st0" d="M366.9,675.6H227.2c-16.5,0-29.9-13.4-29.9-29.9v-99.8c0-16.5,13.4-29.9,29.9-29.9h169.7v129.8
399+
C396.9,662.1,383.5,675.6,366.9,675.6z"/>
400+
</g>
401+
</svg>`,
391402
},
392403
createdAt: "2024-06-07T13:32:16Z",
393404
isActive: true,
394405
imageType: ImageType.SVG,
395406
darkStyle: {
396-
padding: "4px",
397407
filter: "grayscale(1) brightness(2) opacity(0.2)",
398-
background:
399-
'url("/images/mooncake-white.png") 0% 0% / contain no-repeat content-box',
400408
},
401409
lightStyle: {
402-
padding: "4px",
403-
filter: "grayscale(1) opacity(0.4)",
404-
background:
405-
'url("/images/mooncake.png") 0% 0% / contain no-repeat content-box',
410+
filter: "grayscale(1) opacity(0.6) invert(0.1)",
406411
},
407412
},
408413
{
@@ -412,13 +417,25 @@ export const asideSponsors: ISponsor[] = [
412417
},
413418
sponsorEntity: {
414419
__typename: "Organization",
415-
login: "driz.link/sponsor",
416-
name: "Sponsor",
420+
login: "driz.link/mooncake",
421+
name: "Mooncake",
417422
avatarUrl:
418423
'<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>',
419424
},
420-
createdAt: "2024-08-13T16:35:56Z",
425+
createdAt: "2024-06-07T13:32:16Z",
421426
isActive: true,
422-
imageType: ImageType.IMAGE,
427+
imageType: ImageType.SVG,
428+
darkStyle: {
429+
padding: "4px",
430+
filter: "grayscale(1) brightness(2) opacity(0.2)",
431+
background:
432+
'url("/images/mooncake-white.png") 0% 0% / contain no-repeat content-box',
433+
},
434+
lightStyle: {
435+
padding: "4px",
436+
filter: "grayscale(1) opacity(0.4)",
437+
background:
438+
'url("/images/mooncake.png") 0% 0% / contain no-repeat content-box',
439+
},
423440
}
424441
];

src/data/custom-sponsors.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,33 @@ export const customSponsors: ISponsor[] = [
480480
'url("/svg/lokalise-light.svg") 0% 0% / cover no-repeat content-box',
481481
},
482482
},
483+
{
484+
tier: {
485+
name: "$1000 a month",
486+
isOneTime: false,
487+
},
488+
sponsorEntity: {
489+
__typename: "Organization",
490+
login: "driz.link/replit",
491+
name: "Replit",
492+
avatarUrl: `<svg version="1.1" id="Artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
493+
viewBox="0 0 793.8 871.5" style="enable-background:new 0 0 793.8 871.5;" xml:space="preserve">
494+
<style type="text/css">
495+
.st0{fill:#F5640C;}
496+
</style>
497+
<g>
498+
<path class="st0" d="M396.9,356.1H227.2c-16.6,0-30-13.4-30-30v-99.8c0-16.6,13.4-30,30-30h139.7c16.6,0,30,13.4,30,30V356.1z"/>
499+
<path class="st0" d="M566.6,515.8H396.9V356.1h169.7c16.5,0,29.9,13.4,29.9,29.9v99.8C596.5,502.4,583.1,515.8,566.6,515.8z"/>
500+
<path class="st0" d="M366.9,675.6H227.2c-16.5,0-29.9-13.4-29.9-29.9v-99.8c0-16.5,13.4-29.9,29.9-29.9h169.7v129.8
501+
C396.9,662.1,383.5,675.6,366.9,675.6z"/>
502+
</g>
503+
</svg>
504+
`,
505+
},
506+
createdAt: "2024-08-13T16:35:56Z",
507+
isActive: true,
508+
imageType: ImageType.SVG,
509+
},
483510
{
484511
tier: {
485512
name: "$1000 a month",

0 commit comments

Comments
 (0)