Skip to content

Commit 96cc118

Browse files
committed
Updated slides for April 2019
1 parent 6fd0abc commit 96cc118

File tree

2 files changed

+399
-403
lines changed

2 files changed

+399
-403
lines changed

presentation/index.js

Lines changed: 20 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,
@@ -51,47 +50,42 @@ const images = {
5150
};
5251

5352
const emcee = {
54-
name: "Adam",
55-
twitter: "admataz"
53+
name: "Matt",
54+
twitter: "_mattleach"
5655
};
5756

5857

5958
// get this from the latest from https://github.com/lnug/website/blob/master/data/this-month.json and add twitter details if desired
6059
const speakers = [
6160
{
62-
name: "Jamie McCrindle",
63-
url: "https://github.com/jamiemccrindle",
64-
title: "Async Iterators"
61+
name: "Simon Birchall",
62+
url: "https://github.com/SBirchall818",
63+
title: "Bootstrapping a startup with SailsJS"
6564
},
6665
{
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"
66+
name: "Colin Eberhardt",
67+
url: "https://github.com/ColinEberhardt",
68+
title: "Build your own WebAssembly Compiler"
7569
}
7670
]
7771
;
7872

7973
const thisMonth = {
80-
title: "#82- February 2019"
74+
title: "#83- April 2019"
8175
};
8276

8377
const nextMonth = {
84-
date: "27th March 2019",
78+
date: "22nd May 2019",
8579

8680
speakers: [
8781
{
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"
82+
name: "Chinrank",
83+
title: "Native implementation of curl in node"
9484
}
85+
// {
86+
// name: "Mike Solomon",
87+
// title: "Testing apps with third-party API integrations"
88+
// }
9589
]
9690
};
9791

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

154-
<Slide id="code-of-conduct">
148+
<Slide id={"code-of-conduct"}>
155149
<Heading size={5} textColor="secondary">⭐️ Code of Conduct </Heading>
156150
<Appear>
157151
<BlockQuote>
@@ -190,7 +184,7 @@ export default class Presentation extends React.Component {
190184
<Image src={images.condeNastLogo} margin="0px auto 40px" width="800px" padding="10px" />
191185
</Slide>
192186

193-
<Slide id={"food-and-drink"} style="background: #fff">
187+
<Slide id={"food-and-drink"}>
194188
<Heading size={5} textColor="highlight">Food and drink</Heading>
195189
<Image src={images.nearFormLogo} margin="0px auto 40px" height="293px" padding="10px" />
196190
</Slide>
@@ -230,8 +224,8 @@ export default class Presentation extends React.Component {
230224
<Slide id={"get-involved"}>
231225
<Image src={images.lnugLogo} margin="0px auto 0px" height="200px" />
232226
<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>
227+
<Heading size={6} textColor="secondary">Feedback<br /><Code type="bold" textColor="secondary">github.com/lnug/feedback</Code></Heading>
228+
<Heading size={6} textColor="secondary">Gitter<br /><Code type="bold" textColor="secondary">gitter.com/lnug/discuss</Code></Heading>
235229
</Slide>
236230

237231

0 commit comments

Comments
 (0)