Skip to content

Commit fa4e143

Browse files
authored
Merge pull request #15 from lnug/april-2019
Updated slides for April 2019
2 parents 6fd0abc + 576a1c0 commit fa4e143

File tree

3 files changed

+409
-403
lines changed

3 files changed

+409
-403
lines changed

assets/announcements/Pusher_promo.jpg

204 KB
Loading

presentation/index.js

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
Deck,
1010
Heading,
1111
Fit,
12-
Fill,
1312
Image,
1413
Link,
1514
List,
@@ -42,6 +41,7 @@ const images = {
4241
nearFormLogo: require("../assets/logos/NF__Primary_Logo_Reversed_Horizontal.svg"),
4342
condeNastLogo: require("../assets/logos/Conde_Nast_logo.svg"),
4443
pusherLogo: require("../assets/logos/pusher_logo_white.png"),
44+
pusherPromo: require("../assets/announcements/Pusher_promo.jpg"),
4545
cityJsLogo: require("../assets/logos/cityJSConf.jpg"),
4646
nexmoslide: require("../assets/announcements/Nexmo_LNUG.001.png"),
4747
spaceStartupslide: require("../assets/announcements/SWOnePager.png"),
@@ -51,47 +51,42 @@ const images = {
5151
};
5252

5353
const emcee = {
54-
name: "Adam",
55-
twitter: "admataz"
54+
name: "Matt",
55+
twitter: "_mattleach"
5656
};
5757

5858

5959
// get this from the latest from https://github.com/lnug/website/blob/master/data/this-month.json and add twitter details if desired
6060
const speakers = [
6161
{
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"
6565
},
6666
{
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"
7570
}
7671
]
7772
;
7873

7974
const thisMonth = {
80-
title: "#82- February 2019"
75+
title: "#83- April 2019"
8176
};
8277

8378
const nextMonth = {
84-
date: "27th March 2019",
79+
date: "22nd May 2019",
8580

8681
speakers: [
8782
{
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"
9485
}
86+
// {
87+
// name: "Mike Solomon",
88+
// title: "Testing apps with third-party API integrations"
89+
// }
9590
]
9691
};
9792

@@ -151,7 +146,7 @@ export default class Presentation extends React.Component {
151146
<Appear><Heading size={5} textColor="secondary">📡 Wifi: <Code textColor="secondary">CN Guest</Code> </Heading></Appear>
152147
</Slide>
153148

154-
<Slide id="code-of-conduct">
149+
<Slide id={"code-of-conduct"}>
155150
<Heading size={5} textColor="secondary">⭐️ Code of Conduct </Heading>
156151
<Appear>
157152
<BlockQuote>
@@ -183,14 +178,19 @@ export default class Presentation extends React.Component {
183178
<Slide id={"jobs"}>
184179
<Heading size={3} textColor="highlight">jobs!</Heading>
185180
<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>
186186
</Slide>
187187

188188
<Slide id={"venue"}>
189189
<Heading size={5} textColor="highlight">Venue</Heading>
190190
<Image src={images.condeNastLogo} margin="0px auto 40px" width="800px" padding="10px" />
191191
</Slide>
192192

193-
<Slide id={"food-and-drink"} style="background: #fff">
193+
<Slide id={"food-and-drink"}>
194194
<Heading size={5} textColor="highlight">Food and drink</Heading>
195195
<Image src={images.nearFormLogo} margin="0px auto 40px" height="293px" padding="10px" />
196196
</Slide>
@@ -200,6 +200,10 @@ export default class Presentation extends React.Component {
200200
<Image src={images.pusherLogo} margin="0px auto 40px" width="800px" />
201201
</Slide>
202202

203+
<Slide id={"pusher-promo"}>
204+
<Image src={images.pusherPromo} margin="0px auto 40px" width="100%" />
205+
</Slide>
206+
203207
<Slide id={"cityJS-promo"}>
204208
<Heading size={5} textColor="highlight">community</Heading>
205209
<Heading size={3} textColor="secondary" >CityJsConf 2019</Heading>
@@ -230,8 +234,8 @@ export default class Presentation extends React.Component {
230234
<Slide id={"get-involved"}>
231235
<Image src={images.lnugLogo} margin="0px auto 0px" height="200px" />
232236
<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>
235239
</Slide>
236240

237241

0 commit comments

Comments
 (0)