Skip to content

Commit 52016f1

Browse files
committed
added pending current sponsor
1 parent 4a03f9c commit 52016f1

File tree

1 file changed

+75
-9
lines changed

1 file changed

+75
-9
lines changed

src/database/sponsors/index.tsx

Lines changed: 75 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,90 @@ export interface Sponsor {
1111
}
1212

1313
const sponsors: Sponsor[] = [
14-
1514
{
16-
name: "CodyOnGit",
17-
image: "https://avatars.githubusercontent.com/u/56834721?v=4",
15+
name: "Hideo",
16+
image: "https://avatars.githubusercontent.com/u/27260158?v=4",
1817
description: "Fullstack developer",
19-
github: "https://github.com/CodyOnGit",
18+
github: "https://github.com/hideo0106",
19+
},
20+
{
21+
name: "Tyros625",
22+
image: "https://avatars.githubusercontent.com/u/208297512?v=4",
23+
description: "Opensource developer",
24+
github: "https://github.com/Tyros625",
25+
},
26+
{
27+
name: "Rat spott",
28+
image: "https://avatars.githubusercontent.com/u/4381687?v=4",
29+
description: "Opensource developer",
30+
github: "https://github.com/ratspott",
31+
twitter: "https://x.com/tomas.photo",
32+
},
33+
{
34+
name: "Tupui",
35+
image: "https://avatars.githubusercontent.com/u/2808342?v=4",
36+
description: "Senior full stack",
37+
github: "https://github.com/creative-tupui",
38+
},
39+
{
40+
name: "Aqua Commander",
41+
image: "https://avatars.githubusercontent.com/u/7747717?v=4",
42+
description: "Blockchain Engineer",
43+
github: "https://github.com/aquacommander",
44+
},
45+
{
46+
name: "Bluesora dev ",
47+
image: "https://avatars.githubusercontent.com/u/8726178?v=4",
48+
description: "Opensource developer",
49+
github: "https://github.com/bluesoradev",
50+
},
51+
{
52+
name: "Toptal dev",
53+
image: "https://avatars.githubusercontent.com/u/19962154?v=4",
54+
description: "Opensource developer",
55+
github: "https://github.com/toptaldev5",
56+
},
57+
{
58+
name: "Alpha",
59+
image: "https://avatars.githubusercontent.com/u/41268896?v=4",
60+
description: "Opensource developer",
61+
github: "https://github.com/FIFA0313",
62+
},
63+
{
64+
name: "Tenosia",
65+
image: "https://avatars.githubusercontent.com/u/45573545?v=4",
66+
description: "Opensource developer",
67+
github: "https://github.com/Tenosia",
68+
},
69+
{
70+
name: " Timothy Strebing",
71+
image: "https://avatars.githubusercontent.com/u/45822735?v=4",
72+
description: "Opensource developer",
73+
github: "https://github.com/tstrebing",
74+
},
75+
{
76+
name: " Pragmaj Upit",
77+
image: "https://avatars.githubusercontent.com/u/46350287?v=4",
78+
description: "Fullstack developer",
79+
github: "https://github.com/pragmajupit",
80+
},
81+
{
82+
name: " Blockchain Developer",
83+
image: "https://avatars.githubusercontent.com/u/50129289?v=4",
84+
description: "Opensource developer",
85+
github: "https://github.com/FIFA0313",
2086
},
2187

2288
{
23-
name: "CodyOnGit",
24-
image: "https://avatars.githubusercontent.com/u/56834721?v=4",
89+
name: "Zephyr",
90+
image: "https://avatars.githubusercontent.com/u/55862076?v=4",
2591
description: "Fullstack developer",
26-
github: "https://github.com/CodyOnGit",
92+
github: "https://github.com/Zephyr3311",
2793
},
2894

2995
{
30-
name: "CodyOnGit",
31-
image: "https://avatars.githubusercontent.com/u/56834721?v=4",
96+
name: "Nsracer",
97+
image: "https://avatars.githubusercontent.com/u/59646019?v=4",
3298
description: "Fullstack developer",
3399
github: "https://github.com/Nsracer",
34100
},

0 commit comments

Comments
 (0)