@@ -33,7 +33,8 @@ const images = {
33
33
makersLogo : require ( "../assets/makers_logo.png" ) ,
34
34
tiroLogo : require ( "../assets/tiro_logo.jpg" ) ,
35
35
pusherLogo : require ( "../assets/pusher_logo_white.png" ) ,
36
- pizza : require ( "../assets/pizza-1.gif" )
36
+ pizza : require ( "../assets/pizza-1.gif" ) ,
37
+ cheers : require ( "../assets/cheers.gif" )
37
38
} ;
38
39
39
40
preloader ( images ) ;
@@ -49,7 +50,7 @@ const theme = createTheme({
49
50
50
51
const speakers = [
51
52
{ name : "Paul Jensen" , title : "From LNUG presentation to published book" } ,
52
- null ,
53
+ { name : "" , title : "Trading cryptocurrencies, forex, commodities stocks and more using node.js" } ,
53
54
{ name : "Will Munn" , title : "Speeding up CI with node and docker" }
54
55
] ;
55
56
@@ -138,8 +139,73 @@ export default class Presentation extends React.Component {
138
139
< Heading size = { 5 } textColor = "secondary" > Have something to share?</ Heading >
139
140
</ Slide >
140
141
142
+ < Slide >
143
+ < Heading size = { 3 } textColor = "secondary" > Get Involved</ Heading >
144
+ < List >
145
+ < ListItem > Assets & Slides </ ListItem >
146
+ < List >
147
+ < ListItem > github.com/lnug/resources</ ListItem >
148
+ </ List >
149
+ < ListItem > Website Tips</ ListItem >
150
+ < List >
151
+ < ListItem > github.com/lnug/lnug.github.io</ ListItem >
152
+ </ List >
153
+ < ListItem > Gitter Channel</ ListItem >
154
+ < List >
155
+ < ListItem > lnug/discuss</ ListItem >
156
+ </ List >
157
+ </ List >
158
+ </ Slide >
159
+
160
+ < Slide >
161
+ < Heading size = { 3 } textColor = "secondary" > Call for speakers</ Heading >
162
+ < List >
163
+ < ListItem > We have speaker slots available!</ ListItem >
164
+ < ListItem > Visit github.com/lnug/speakers to submit your talk!</ ListItem >
165
+ </ List >
166
+ </ Slide >
167
+
168
+ < Slide >
169
+ < Heading size = { 3 } textColor = "secondary" > Next Time</ Heading >
170
+ < Heading size = { 4 } textColor = "secondary" > 26th April 2017</ Heading >
171
+ < Text >
172
+ The 4th Wednesday of the month
173
+ meetup.com/london-nodejs/
174
+ </ Text >
175
+ < List >
176
+ < ListItem > Rubbish in Bins</ ListItem >
177
+ < ListItem > Stack chairs against walls</ ListItem >
178
+ < ListItem > Get involved!</ ListItem >
179
+ </ List >
180
+ </ Slide >
181
+
182
+ < Slide >
183
+ < Heading size = { 3 } textColor = "secondary" > After Party</ Heading >
184
+ < Heading size = { 5 } textColor = "secondary" > The Culpeper</ Heading >
185
+ < BlockQuote >
186
+ 40 Commercial Street,
187
+ London,
188
+ E1 6LP
189
+ </ BlockQuote >
190
+ < Text > http://theculpeper.com/pub/</ Text >
191
+ < Image src = { images . cheers . replace ( "/" , "" ) } margin = "0px auto 40px" height = "293px" />
192
+ </ Slide >
193
+
141
194
< SpeakerSlide speaker = { speakers [ 2 ] } />
142
195
196
+ < Slide >
197
+ < Heading size = { 3 } textColor = "secondary" > Thank You</ Heading >
198
+ < Heading size = { 5 } textColor = "secondary" > Had a great time? Let us know!</ Heading >
199
+ < Text > github.com/lnug/feedback</ Text >
200
+ < Heading size = { 5 } textColor = "secondary" > Brought to you by</ Heading >
201
+ < List >
202
+ < ListItem > Makers Academy</ ListItem >
203
+ < ListItem > Tiro Partners</ ListItem >
204
+ < ListItem > Pusher</ ListItem >
205
+ < ListItem > github.com/orgs/lnug/people</ ListItem >
206
+ </ List >
207
+ </ Slide >
208
+
143
209
</ Deck >
144
210
) ;
145
211
}
0 commit comments