@@ -10,17 +10,129 @@ export function Sponsors() {
10
10
</ p >
11
11
</ div >
12
12
13
- < div className = "mx-auto flex w-full justify-center overflow-hidden" >
14
- < div className = "inline-block rounded-lg" >
15
- < a href = "https://cdn.jsdelivr.net/gh/theedoran/sponsors-img/sponsorkit/sponsors.svg" target = "_blank" >
16
- < img
17
- src = "https://cdn.jsdelivr.net/gh/theedoran/sponsors-img/sponsorkit/sponsors.svg"
18
- alt = "Project sponsors"
19
- className = "min-w-[900px]"
20
- height = "auto"
21
- />
22
- </ a >
23
- </ div >
13
+ < div id = "sponsors-container" className = "mx-auto flex max-w-xl flex-col items-center gap-4 text-center" >
14
+ < h3 className = "text-xl font-bold md:text-2xl" > 🥉 Enthusiasts (Bronze)</ h3 >
15
+
16
+ < table >
17
+ < tr >
18
+ < td align = "center" >
19
+ < a href = "https://launch.arcjet.com/Wk7JBrE" target = "_blank" >
20
+ < img src = "https://avatars.githubusercontent.com/u/24397786?s=120& v = 4 " width = "120" alt = "ArcJet" />
21
+ < br />
22
+ ArcJet
23
+ </ a >
24
+ </ td >
25
+ </ tr >
26
+ </ table >
27
+
28
+ < h3 className = "mb-4 text-xl font-bold md:text-2xl" > ☕ Supporters</ h3 >
29
+
30
+ < table >
31
+ < tr >
32
+ < td align = "center" >
33
+ < a href = "https://github.com/pontusab" target = "_blank" >
34
+ < img
35
+ src = "https://avatars.githubusercontent.com/u/655158?s=80& v = 4 "
36
+ width = "80"
37
+ alt = "Pontus Abrahamsson"
38
+ />
39
+ < br />
40
+ Pontus Abrahamsson
41
+ </ a >
42
+ </ td >
43
+ < td align = "center" >
44
+ < a href = "https://www.robinwieruch.de" target = "_blank" >
45
+ < img
46
+ src = "https://avatars.githubusercontent.com/u/2479967?s=80& v = 4 "
47
+ width = "80"
48
+ alt = "Robin Wieruch"
49
+ />
50
+ < br />
51
+ Robin Wieruch
52
+ </ a >
53
+ </ td >
54
+ </ tr >
55
+ </ table >
56
+
57
+ < h3 className = "mb-4 text-xl font-bold md:text-2xl" > 👷 Past sponsors</ h3 >
58
+
59
+ < table >
60
+ < tr >
61
+ < td align = "center" >
62
+ < a href = "https://vercel.com" target = "_blank" >
63
+ < img src = "https://avatars.githubusercontent.com/u/14985020?s=50& v = 4 " width = "50" alt = "Vercel" />
64
+ < br />
65
+ Vercel
66
+ </ a >
67
+ </ td >
68
+ < td align = "center" >
69
+ < a href = "https://liam.so" target = "_blank" >
70
+ < img
71
+ src = "https://avatars.githubusercontent.com/u/38444224?v=4& size = 50 "
72
+ width = "50"
73
+ alt = "Liam Murray"
74
+ />
75
+ < br />
76
+ Liam Murray
77
+ </ a >
78
+ </ td >
79
+ < td align = "center" >
80
+ < a href = "https://chalifoux.dev" target = "_blank" >
81
+ < img
82
+ src = "https://avatars.githubusercontent.com/u/3289533?v=4& size = 50 "
83
+ width = "50"
84
+ alt = "David Chalifoux"
85
+ />
86
+ < br />
87
+ David Chalifoux
88
+ </ a >
89
+ </ td >
90
+ < td align = "center" >
91
+ < a href = "https://www.undheim.io" target = "_blank" >
92
+ < img
93
+ src = "https://avatars.githubusercontent.com/u/46612252?v=4& size = 50 "
94
+ width = "50"
95
+ alt = "Rein Undheim"
96
+ />
97
+ < br />
98
+ Rein Undheim
99
+ </ a >
100
+ </ td >
101
+ < td align = "center" >
102
+ < a href = "https://github.com/merthanmerter" target = "_blank" >
103
+ < img
104
+ src = "https://avatars.githubusercontent.com/u/7555905?v=4& size = 50 "
105
+ width = "50"
106
+ alt = "Merthan Merter"
107
+ />
108
+ < br />
109
+ Merthan Merter
110
+ </ a >
111
+ </ td >
112
+ < td align = "center" >
113
+ < a href = "https://github.com/marcotommoro" target = "_blank" >
114
+ < img
115
+ src = "https://avatars.githubusercontent.com/u/65455109?v=4& size = 50 "
116
+ width = "50"
117
+ alt = "Marco Moroni"
118
+ />
119
+ < br />
120
+ Marco Moroni
121
+ </ a >
122
+ </ td >
123
+ < td align = "center" >
124
+ < a href = "https://github.com/gvffelisberto" target = "_blank" >
125
+ < img
126
+ src = "https://avatars.githubusercontent.com/u/17497942?v=4& size = 50 "
127
+ width = "50"
128
+ alt = "Gustavo Felisberto"
129
+ />
130
+ < br />
131
+ Gustavo Felisberto
132
+ </ a >
133
+ </ td >
134
+ </ tr >
135
+ </ table >
24
136
</ div >
25
137
26
138
< div className = "mt-10 text-center" >
0 commit comments