@@ -4,6 +4,7 @@ import Speaker from "./speaker";
4
4
import logo from "./logo.small.svg" ;
5
5
import jabci from "./logos/jabci.png" ;
6
6
import ocollective from "./logos/ocollective.svg" ;
7
+ import mdxdeck from "./logos/mdxdeck.png" ;
7
8
import wood from "./wood.png" ;
8
9
import brightSquares from "./bright-squares.png" ;
9
10
import purtyWood from "./purty-wood.png" ;
@@ -90,7 +91,7 @@ export default function Stage({ children, deck }) {
90
91
style = { {
91
92
zIndex : "1" ,
92
93
position : "absolute" ,
93
- bottom : 0 ,
94
+ bottom : - 1 ,
94
95
height : "90%"
95
96
} }
96
97
>
@@ -274,7 +275,8 @@ function Banner() {
274
275
display : "flex" ,
275
276
flexDirection : "column" ,
276
277
alignItems : "center" ,
277
- justifyContent : "space-around" ,
278
+ justifyContent : "space-between" ,
279
+ padding : `${ scale * 0.25 } px 0` ,
278
280
height : "100%" ,
279
281
boxSizing : "border-box" ,
280
282
opacity : 0.7 ,
@@ -287,6 +289,24 @@ function Banner() {
287
289
>
288
290
< img src = { logo } alt = "Code Surfer Logo" width = "100%" />
289
291
</ a >
292
+ < a
293
+ href = "https://opencollective.com/code-surfer#sponsor"
294
+ style = { {
295
+ width : "80%" ,
296
+ textDecoration : "none" ,
297
+ color : "black" ,
298
+ fontSize : scale * 0.19 ,
299
+ fontWeight : "bolder" ,
300
+ textAlign : "center" ,
301
+ display : "flex"
302
+ } }
303
+ >
304
+ < img src = { mdxdeck } alt = "MDX Deck Logo" width = "35%" />
305
+ < div style = { { flex : 1 } } >
306
+ < div style = { { fontSize : "1.1em" } } > MDX</ div >
307
+ < div > Deck</ div >
308
+ </ div >
309
+ </ a >
290
310
< a href = "http://jabci.com/" style = { { width : "65%" } } >
291
311
< img src = { jabci } alt = "jabci Logo" width = "100%" />
292
312
</ a >
0 commit comments