@@ -41,7 +41,7 @@ const images = {
41
41
lnugLogo : require ( "../assets/lnug-logo.svg" ) ,
42
42
nearFormLogo : require ( "../assets/logos/NF__Primary_Logo_Reversed_Horizontal.svg" ) ,
43
43
condeNastLogo : require ( "../assets/logos/Conde_Nast_logo.svg" ) ,
44
- nexmoLogo : require ( "../assets/logos/nexmo-logo.svg " ) ,
44
+ pusherLogo : require ( "../assets/logos/pusher_logo_white.png " ) ,
45
45
cityJsLogo : require ( "../assets/logos/cityJSConf.jpg" ) ,
46
46
nexmoslide : require ( "../assets/announcements/Nexmo_LNUG.001.png" ) ,
47
47
spaceStartupslide : require ( "../assets/announcements/SWOnePager.png" ) ,
@@ -59,50 +59,38 @@ const emcee = {
59
59
// get this from the latest from https://github.com/lnug/website/blob/master/data/this-month.json and add twitter details if desired
60
60
const speakers = [
61
61
{
62
- apiSpeakerUrl : "https://api.github.com/users/shakyShane" ,
63
- speakerUrl : "https://github.com/shakyShane" ,
64
- title : "Web Assembly and the future of the Web" ,
65
- description : "<p>Over the years we've seen many attempts by developers to avoid writing Javascript at all costs - creating new languages that compile <em>into</em> JavaScript is still a common practice in many language communities.</p>\n<p>But things are changing, for the better. We're reaching an age where potentially any high-level language will one day be able run in a browser, with greater speed and safety - all thanks to Web Assembly.</p>\n<p>This talk will provide practical information about how you can take code written in a shiny new language like Rust, compile it to a Web Assembly module and then execute it in the browser.</p>\n" ,
66
- milestone : "January 23rd 2019" ,
67
- img : "https://avatars3.githubusercontent.com/u/1643522?v=4&s=40" ,
68
- handle : "shakyShane" ,
69
- name : "Shane Osbourne"
62
+ name : "Jamie McCrindle" ,
63
+ url : "https://github.com/jamiemccrindle" ,
64
+ title : "Async Iterators"
70
65
} ,
71
66
{
72
- apiSpeakerUrl : "https://api.github.com/users/errietta " ,
73
- speakerUrl : "https://github.com/errietta " ,
74
- title : "Build APIs with node, Lambda & Serverless" ,
75
- description : "<p>AWS lambda allows you to build microservices that can be triggered both through HTTP and other ways such as when something is added to a queue, or on a schedule. We'll show how it is possible to build an API which consists of small, individual functions that respond to different HTTP requests using AWS lambda and API gateway. In addition to this, we will be deploying using serverless within minutes!</p>\n<h2 id=\"about-me\">About me</h2>\n<p>Polyglot developer with a passion for learning new things.</p>\n" ,
76
- milestone : "January 23rd 2019" ,
77
- img : "https://avatars0.githubusercontent.com/u/134585?v=4&s=40 " ,
78
- handle : "errietta " ,
79
- name : "Errietta Kostala "
67
+ name : "Marco Talento " ,
68
+ url : "https://github.com/Talento90 " ,
69
+ title : "TypeScript: It's time to migrate!"
70
+ } ,
71
+ {
72
+ name : "Rene Pot " ,
73
+ url : "https://github.com/Topener " ,
74
+ title : "Building Cross Platform apps with Titanium "
80
75
}
81
76
]
82
77
;
83
78
84
79
const thisMonth = {
85
- title : "#80 - January 2019"
80
+ title : "#82- February 2019"
86
81
} ;
87
82
88
83
const nextMonth = {
89
- date : "27th February 2019" ,
84
+ date : "27th March 2019" ,
90
85
91
86
speakers : [
92
87
{
93
- name : "Marco Talento" ,
94
- url : "https://github.com/Talento90" ,
95
- title : "TypeScript: It's time to migrate!"
88
+ name : "Gabrielle von Koss" ,
89
+ title : "When you assume, you make an error out of you and me"
96
90
} ,
97
91
{
98
- name : "Rene Pot" ,
99
- url : "https://github.com/Topener" ,
100
- title : "Building Cross Platform apps with Titanium"
101
- } ,
102
- {
103
- name : "Jamie McCrindle" ,
104
- url : "https://github.com/jamiemccrindle" ,
105
- title : "Async Iterators"
92
+ name : "Mike Solomon" ,
93
+ title : "Testing apps with third-party API integrations"
106
94
}
107
95
]
108
96
} ;
@@ -178,16 +166,6 @@ export default class Presentation extends React.Component {
178
166
</ Appear >
179
167
</ Slide >
180
168
181
- < Slide id = "reminder" >
182
- < Heading size = { 5 } textColor = "secondary" > 💡 A reminder </ Heading >
183
- < Appear >
184
- < Fill textColor = "secondary" >
185
- < p > No Q& A - chat in the breaks instead </ p >
186
- < p > Please don't interrupt the speaker</ p >
187
- </ Fill >
188
- </ Appear >
189
- </ Slide >
190
-
191
169
< Slide id = { "hashtags" } >
192
170
< Heading size = { 5 } textColor = "secondary" > Tweet</ Heading >
193
171
< Heading size = { 2 } textColor = "highlight" > @lnugORG</ Heading >
@@ -219,11 +197,7 @@ export default class Presentation extends React.Component {
219
197
220
198
< Slide id = { "video-production" } >
221
199
< Heading size = { 5 } textColor = "highlight" > Video</ Heading >
222
- < Image src = { images . nexmoLogo } margin = "0px auto 40px" width = "800px" />
223
- </ Slide >
224
-
225
- < Slide id = { "nexmo-promo" } >
226
- < Image src = { images . nexmoslide } margin = "0px auto 40px" width = "100%" />
200
+ < Image src = { images . pusherLogo } margin = "0px auto 40px" width = "800px" />
227
201
</ Slide >
228
202
229
203
< Slide id = { "cityJS-promo" } >
@@ -233,26 +207,6 @@ export default class Presentation extends React.Component {
233
207
< Image src = { images . cityJsLogo } margin = "0px auto 40px" width = "200px" />
234
208
</ Slide >
235
209
236
- < Slide id = { "space-promo" } >
237
- < Image src = { images . spaceStartupslide } margin = "0px auto 40px" width = "100%" />
238
- </ Slide >
239
-
240
-
241
- < Slide id = { "codefirstgirls-promo" } >
242
- < Heading size = { 5 } textColor = "highlight" > community</ Heading >
243
- < Heading size = { 3 } textColor = "secondary" > Code First Girls</ Heading >
244
- < Text textColor = "secondary" italic margin = { 20 } > codefirstgirls.org.uk/become-an-instructor.html</ Text >
245
- </ Slide >
246
-
247
- < Slide id = { "ijs-promo" } >
248
- < Image src = { images . ijsLogo } margin = "0px auto 40px" width = "400px" />
249
- < Text textColor = "highlight" > 15 % discount code: ijs-lnug-15</ Text >
250
- < Text textColor = "secondary" italic margin = { 20 } >
251
- May 13 – 15, 2019 | London< br />
252
- EXPO: May 13 & 14 , 2019 </ Text >
253
- </ Slide >
254
-
255
-
256
210
< SummarySlide id = "ready" />
257
211
258
212
< SpeakerSlide speaker = { speakers [ 0 ] } />
@@ -317,7 +271,7 @@ export default class Presentation extends React.Component {
317
271
318
272
319
273
< Image src = { images . condeNastLogo } margin = "10" height = "60" />
320
- < Image src = { images . nexmoLogo } margin = "10" height = "40 " />
274
+ < Image src = { images . pusherLogo } margin = "10" height = "80 " />
321
275
< Image src = { images . nearFormLogo } margin = "10" height = "80" />
322
276
</ div >
323
277
</ Slide >
0 commit comments