@@ -41,6 +41,7 @@ const images = {
41
41
nearFormLogo : require ( "../assets/logos/NF__Primary_Logo_Reversed_Horizontal.svg" ) ,
42
42
condeNastLogo : require ( "../assets/logos/Conde_Nast_logo.svg" ) ,
43
43
pusherLogo : require ( "../assets/logos/pusher_logo_white.png" ) ,
44
+ pusherPromo : require ( "../assets/announcements/Pusher_promo.jpg" ) ,
44
45
cityJsLogo : require ( "../assets/logos/cityJSConf.jpg" ) ,
45
46
nexmoslide : require ( "../assets/announcements/Nexmo_LNUG.001.png" ) ,
46
47
spaceStartupslide : require ( "../assets/announcements/SWOnePager.png" ) ,
@@ -177,6 +178,11 @@ export default class Presentation extends React.Component {
177
178
< Slide id = { "jobs" } >
178
179
< Heading size = { 3 } textColor = "highlight" > jobs!</ Heading >
179
180
< Heading size = { 4 } textColor = "secondary" > < Link href = "https://gitter.im/lnug/london-node-jobs" target = "_blank" > < Code textColor = "secondary" > gitter.im/lnug/london-node-jobs</ Code > </ Link > </ Heading >
181
+ < Appear >
182
+ < Heading size = { 6 } textColor = "secondary" margin = "20px 0" textSize = "20px" textColor = "highlight" >
183
+ Make sure you speak to companies at the jobs table
184
+ </ Heading >
185
+ </ Appear >
180
186
</ Slide >
181
187
182
188
< Slide id = { "venue" } >
@@ -194,6 +200,10 @@ export default class Presentation extends React.Component {
194
200
< Image src = { images . pusherLogo } margin = "0px auto 40px" width = "800px" />
195
201
</ Slide >
196
202
203
+ < Slide id = { "pusher-promo" } >
204
+ < Image src = { images . pusherPromo } margin = "0px auto 40px" width = "100%" />
205
+ </ Slide >
206
+
197
207
< Slide id = { "cityJS-promo" } >
198
208
< Heading size = { 5 } textColor = "highlight" > community</ Heading >
199
209
< Heading size = { 3 } textColor = "secondary" > CityJsConf 2019</ Heading >
0 commit comments