Skip to content

Commit cbe0ca0

Browse files
committed
feat: add new sponsor
1 parent 5d36942 commit cbe0ca0

File tree

2 files changed

+90
-50
lines changed

2 files changed

+90
-50
lines changed

src/data/aside-sponsors.ts

Lines changed: 50 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -131,32 +131,32 @@ export const asideSponsors: ISponsor[] = [
131131
'url("/svg/nuxt-green.svg") 0% 0% / cover no-repeat content-box',
132132
},
133133
},
134-
{
135-
tier: {
136-
name: "$1000 a month",
137-
isOneTime: false,
138-
},
139-
sponsorEntity: {
140-
__typename: "Organization",
141-
login: "driz.link/hydraso",
142-
name: "Hydra",
143-
avatarUrl:
144-
'<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>',
145-
},
146-
createdAt: "2024-06-07T13:32:16Z",
147-
isActive: true,
148-
imageType: ImageType.SVG,
149-
darkStyle: {
150-
filter: "brightness(0.5) grayscale(1)",
151-
background:
152-
'url("/images/hydra-orange.png") 0% 0% / cover no-repeat content-box',
153-
},
154-
lightStyle: {
155-
filter: "invert(0.6)",
156-
background:
157-
'url("/images/hydra-black.png") 0% 0% / cover no-repeat content-box',
158-
},
159-
},
134+
// {
135+
// tier: {
136+
// name: "$1000 a month",
137+
// isOneTime: false,
138+
// },
139+
// sponsorEntity: {
140+
// __typename: "Organization",
141+
// login: "driz.link/hydraso",
142+
// name: "Hydra",
143+
// avatarUrl:
144+
// '<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>',
145+
// },
146+
// createdAt: "2024-06-07T13:32:16Z",
147+
// isActive: true,
148+
// imageType: ImageType.SVG,
149+
// darkStyle: {
150+
// filter: "brightness(0.5) grayscale(1)",
151+
// background:
152+
// 'url("/images/hydra-orange.png") 0% 0% / cover no-repeat content-box',
153+
// },
154+
// lightStyle: {
155+
// filter: "invert(0.6)",
156+
// background:
157+
// 'url("/images/hydra-black.png") 0% 0% / cover no-repeat content-box',
158+
// },
159+
// },
160160
{
161161
tier: {
162162
name: "$1000 a month",
@@ -440,6 +440,30 @@ export const asideSponsors: ISponsor[] = [
440440
'url("/svg/sentry-light.svg") 0% 0% / contain no-repeat content-box',
441441
},
442442
},
443+
{
444+
tier: {
445+
name: "$1000 a month",
446+
isOneTime: false,
447+
},
448+
sponsorEntity: {
449+
__typename: "Organization",
450+
login: "driz.link/sevalla",
451+
name: "Sevalla",
452+
avatarUrl:
453+
'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.72047 0C2.11344 0 0 2.11344 0 4.72047V19.2795C0 21.8866 2.11344 24 4.72047 24H19.2795C21.8866 24 24 21.8866 24 19.2795V4.72047C24 2.11344 21.8866 0 19.2795 0H4.72047ZM9.30204 5.01563V7.84367H6.74998V10.3268C6.74998 10.8487 6.94373 11.0134 7.06951 11.1204C7.10285 11.1487 7.13139 11.173 7.15031 11.1988L9.27702 13.3814H6.74998V16.1798H9.27702V19.0078H14.7063V16.1798H9.27702V13.3814H14.035C14.6938 13.3814 14.6938 14.1795 14.6938 14.5441V16.1798H17.2458V13.6967C17.2458 13.1748 17.0521 13.0101 16.9263 12.9031C16.893 12.8747 16.8644 12.8505 16.8455 12.8247L14.6938 10.6421H17.25L17.2458 7.84367H14.7063L14.6938 10.6421H9.96088C9.30204 10.6421 9.30204 9.84395 9.30204 9.47935V7.84367H14.7063V5.01563H9.30204Z" fill="#F97316"/></svg>',
454+
},
455+
createdAt: "2024-06-07T13:32:16Z",
456+
isActive: true,
457+
imageType: ImageType.SVG,
458+
darkStyle: {
459+
padding: "4px",
460+
filter: "brightness(0.5) grayscale(1)",
461+
},
462+
lightStyle: {
463+
padding: "4px",
464+
filter: "grayscale(1) brightness(1.2)",
465+
},
466+
},
443467
{
444468
tier: {
445469
name: "$1000 a month",

src/data/custom-sponsors.ts

Lines changed: 40 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -209,30 +209,30 @@ export const customSponsors: ISponsor[] = [
209209
isActive: true,
210210
imageType: ImageType.SVG,
211211
},
212-
{
213-
tier: {
214-
name: "$1000 a month",
215-
isOneTime: false,
216-
},
217-
sponsorEntity: {
218-
__typename: "Organization",
219-
login: "driz.link/hydraso",
220-
name: "Hydra",
221-
avatarUrl:
222-
'<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>',
223-
},
224-
createdAt: "2024-06-07T13:32:16Z",
225-
isActive: true,
226-
imageType: ImageType.SVG,
227-
darkStyle: {
228-
background:
229-
'url("/images/hydra-orange.png") 0% 0% / cover no-repeat content-box',
230-
},
231-
lightStyle: {
232-
background:
233-
'url("/images/hydra-black.png") 0% 0% / cover no-repeat content-box',
234-
},
235-
},
212+
// {
213+
// tier: {
214+
// name: "$1000 a month",
215+
// isOneTime: false,
216+
// },
217+
// sponsorEntity: {
218+
// __typename: "Organization",
219+
// login: "driz.link/hydraso",
220+
// name: "Hydra",
221+
// avatarUrl:
222+
// '<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>',
223+
// },
224+
// createdAt: "2024-06-07T13:32:16Z",
225+
// isActive: true,
226+
// imageType: ImageType.SVG,
227+
// darkStyle: {
228+
// background:
229+
// 'url("/images/hydra-orange.png") 0% 0% / cover no-repeat content-box',
230+
// },
231+
// lightStyle: {
232+
// background:
233+
// 'url("/images/hydra-black.png") 0% 0% / cover no-repeat content-box',
234+
// },
235+
// },
236236
{
237237
tier: {
238238
name: "$1000 a month",
@@ -535,6 +535,22 @@ export const customSponsors: ISponsor[] = [
535535
'url("/svg/sentry-light.svg") 0% 0% / cover no-repeat content-box',
536536
},
537537
},
538+
{
539+
tier: {
540+
name: "$1000 a month",
541+
isOneTime: false,
542+
},
543+
sponsorEntity: {
544+
__typename: "Organization",
545+
login: "driz.link/sevalla",
546+
name: "Sevalla",
547+
avatarUrl:
548+
'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.54035 3C4.58508 3 3 4.58508 3 6.54035V17.4596C3 19.4149 4.58508 21 6.54035 21H17.4596C19.4149 21 21 19.4149 21 17.4596V6.54035C21 4.58508 19.4149 3 17.4596 3H6.54035ZM9.97653 6.76172V8.88275H8.06248V10.7451C8.06248 11.1365 8.2078 11.2601 8.30213 11.3403C8.32714 11.3615 8.34854 11.3798 8.36274 11.3991L9.95776 13.036H8.06248V15.1349H9.95776V17.2559H14.0297V15.1349H9.95776V13.036H13.5262C14.0204 13.036 14.0204 13.6346 14.0204 13.9081V15.1349H15.9344V13.2725C15.9344 12.8811 15.7891 12.7575 15.6947 12.6773C15.6697 12.6561 15.6483 12.6378 15.6341 12.6185L14.0204 10.9816H15.9375L15.9344 8.88275H14.0297L14.0204 10.9816H10.4707C9.97653 10.9816 9.97653 10.383 9.97653 10.1095V8.88275H14.0297V6.76172H9.97653Z" fill="#F97316"/></svg>',
549+
},
550+
createdAt: "2025-01-23T16:35:56Z",
551+
isActive: true,
552+
imageType: ImageType.SVG,
553+
},
538554
{
539555
tier: {
540556
name: "$1000 a month",

0 commit comments

Comments
 (0)