9
9
Deck ,
10
10
Heading ,
11
11
Fit ,
12
- Fill ,
13
12
Image ,
14
13
Link ,
15
14
List ,
@@ -42,6 +41,7 @@ const images = {
42
41
nearFormLogo : require ( "../assets/logos/NF__Primary_Logo_Reversed_Horizontal.svg" ) ,
43
42
condeNastLogo : require ( "../assets/logos/Conde_Nast_logo.svg" ) ,
44
43
pusherLogo : require ( "../assets/logos/pusher_logo_white.png" ) ,
44
+ pusherPromo : require ( "../assets/announcements/Pusher_promo.jpg" ) ,
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" ) ,
@@ -51,47 +51,42 @@ const images = {
51
51
} ;
52
52
53
53
const emcee = {
54
- name : "Adam " ,
55
- twitter : "admataz "
54
+ name : "Matt " ,
55
+ twitter : "_mattleach "
56
56
} ;
57
57
58
58
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
- name : "Jamie McCrindle " ,
63
- url : "https://github.com/jamiemccrindle " ,
64
- title : "Async Iterators "
62
+ name : "Simon Birchall " ,
63
+ url : "https://github.com/SBirchall818 " ,
64
+ title : "Bootstrapping a startup with SailsJS "
65
65
} ,
66
66
{
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"
67
+ name : "Colin Eberhardt" ,
68
+ url : "https://github.com/ColinEberhardt" ,
69
+ title : "Build your own WebAssembly Compiler"
75
70
}
76
71
]
77
72
;
78
73
79
74
const thisMonth = {
80
- title : "#82- February 2019"
75
+ title : "#83- April 2019"
81
76
} ;
82
77
83
78
const nextMonth = {
84
- date : "27th March 2019" ,
79
+ date : "22nd May 2019" ,
85
80
86
81
speakers : [
87
82
{
88
- name : "Gabrielle von Koss" ,
89
- title : "When you assume, you make an error out of you and me"
90
- } ,
91
- {
92
- name : "Mike Solomon" ,
93
- title : "Testing apps with third-party API integrations"
83
+ name : "Chinrank" ,
84
+ title : "Native implementation of curl in node"
94
85
}
86
+ // {
87
+ // name: "Mike Solomon",
88
+ // title: "Testing apps with third-party API integrations"
89
+ // }
95
90
]
96
91
} ;
97
92
@@ -151,7 +146,7 @@ export default class Presentation extends React.Component {
151
146
< Appear > < Heading size = { 5 } textColor = "secondary" > 📡 Wifi: < Code textColor = "secondary" > CN Guest</ Code > </ Heading > </ Appear >
152
147
</ Slide >
153
148
154
- < Slide id = "code-of-conduct" >
149
+ < Slide id = { "code-of-conduct" } >
155
150
< Heading size = { 5 } textColor = "secondary" > ⭐️ Code of Conduct </ Heading >
156
151
< Appear >
157
152
< BlockQuote >
@@ -183,14 +178,19 @@ export default class Presentation extends React.Component {
183
178
< Slide id = { "jobs" } >
184
179
< Heading size = { 3 } textColor = "highlight" > jobs!</ Heading >
185
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 >
186
186
</ Slide >
187
187
188
188
< Slide id = { "venue" } >
189
189
< Heading size = { 5 } textColor = "highlight" > Venue</ Heading >
190
190
< Image src = { images . condeNastLogo } margin = "0px auto 40px" width = "800px" padding = "10px" />
191
191
</ Slide >
192
192
193
- < Slide id = { "food-and-drink" } style = "background: #fff" >
193
+ < Slide id = { "food-and-drink" } >
194
194
< Heading size = { 5 } textColor = "highlight" > Food and drink</ Heading >
195
195
< Image src = { images . nearFormLogo } margin = "0px auto 40px" height = "293px" padding = "10px" />
196
196
</ Slide >
@@ -200,6 +200,10 @@ export default class Presentation extends React.Component {
200
200
< Image src = { images . pusherLogo } margin = "0px auto 40px" width = "800px" />
201
201
</ Slide >
202
202
203
+ < Slide id = { "pusher-promo" } >
204
+ < Image src = { images . pusherPromo } margin = "0px auto 40px" width = "100%" />
205
+ </ Slide >
206
+
203
207
< Slide id = { "cityJS-promo" } >
204
208
< Heading size = { 5 } textColor = "highlight" > community</ Heading >
205
209
< Heading size = { 3 } textColor = "secondary" > CityJsConf 2019</ Heading >
@@ -230,8 +234,8 @@ export default class Presentation extends React.Component {
230
234
< Slide id = { "get-involved" } >
231
235
< Image src = { images . lnugLogo } margin = "0px auto 0px" height = "200px" />
232
236
< Heading size = { 5 } textColor = "highlight" > Get Involved</ Heading >
233
- < Heading size = "6" textColor = "secondary" > Feedback< br /> < Code type = "bold" textColor = "secondary" > github.com/lnug/feedback</ Code > </ Heading >
234
- < Heading size = "6" textColor = "secondary" > Gitter< br /> < Code type = "bold" textColor = "secondary" > gitter.com/lnug/discuss</ Code > </ Heading >
237
+ < Heading size = { 6 } textColor = "secondary" > Feedback< br /> < Code type = "bold" textColor = "secondary" > github.com/lnug/feedback</ Code > </ Heading >
238
+ < Heading size = { 6 } textColor = "secondary" > Gitter< br /> < Code type = "bold" textColor = "secondary" > gitter.com/lnug/discuss</ Code > </ Heading >
235
239
</ Slide >
236
240
237
241
0 commit comments