File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,14 @@ const sponsorSilver: Image[] = [
77
77
} ,
78
78
]
79
79
80
+ const workshopDaySponsors : Image [ ] = [
81
+ {
82
+ iconPath : TheGuild ,
83
+ name : "The Guild" ,
84
+ link : "https://the-guild.dev/" ,
85
+ } ,
86
+ ]
87
+
80
88
const SponsersConf = ( ) => {
81
89
return (
82
90
< div id = "sponsors" className = "bg-white py-10 static" >
@@ -151,6 +159,22 @@ const SponsersConf = () => {
151
159
</ a >
152
160
) ) }
153
161
</ div >
162
+
163
+ < h3 className = "text-center text-[--rhodamine] font-bold my-10 underline underline-offset-8" >
164
+ Workshop Day Sponsor
165
+ </ h3 >
166
+ < div className = "flex justify-center items-center flex-wrap gap-[40px] h-[70%]" >
167
+ { workshopDaySponsors . map ( ( sponsor , i ) => (
168
+ < a
169
+ key = { i }
170
+ className = "zoom-platinum flex flex-col items-center text-center"
171
+ href = { sponsor . link }
172
+ target = "_blank"
173
+ >
174
+ < sponsor . iconPath />
175
+ </ a >
176
+ ) ) }
177
+ </ div >
154
178
</ div >
155
179
)
156
180
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default () => {
31
31
type = "text/javascript"
32
32
src = "//graphqlconf23.sched.com/js/embed.js"
33
33
> </ Script >
34
-
34
+ { /*
35
35
<h2>Workshop Day</h2>
36
36
<p>
37
37
Join us for a GraphQLConf Workshop Day on September 19. Workshops
@@ -46,7 +46,7 @@ export default () => {
46
46
<p>Thank you to our Workshop Day sponsor, The Guild.</p>
47
47
<div className="w-48">
48
48
<TheGuild />
49
- </ div >
49
+ </div> */ }
50
50
</ section >
51
51
</ div >
52
52
</ div >
You can’t perform that action at this time.
0 commit comments