Skip to content

Commit ea007fc

Browse files
committed
add 2017 august slides
1 parent 8e83e0f commit ea007fc

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

presentation/index.js

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ import React from "react";
44
// Import Spectacle Core tags
55
import {
66
Appear,
7-
BlockQuote,
87
Deck,
98
Heading,
109
ListItem,
1110
List,
1211
Slide,
1312
Text,
1413
Image,
15-
Quote,
16-
Cite,
1714
Link,
18-
CodePane,
1915
Code,
2016
S
2117
} from "spectacle";
@@ -53,13 +49,23 @@ const theme = createTheme({
5349
});
5450

5551
const emcee = {
56-
name: "Clarkie",
57-
twitter: "clarkieclarkie"
52+
name: "Laszlo",
53+
twitter: "lazlojuly"
5854
};
5955

6056
const speakers = [
61-
{ name: "Irina Shestak", title: "knock-knock-who-there-file-compression-talk_FINAL_2.tar.trz.bz2.gz" },
62-
{ name: "Daniel Khan", title: "Don't Let Just Node.js Take the Blame!" }
57+
{
58+
name: "Anna Doubkova",
59+
title: "Node microservices at Pizza Hut"
60+
},
61+
{
62+
name: "Bruno Godefroy",
63+
title: "Do not yield to javascript generators!"
64+
},
65+
{
66+
name: "Zaiste",
67+
title: "Rapid web development with Huncwot & Marko"
68+
}
6369
];
6470

6571

@@ -165,7 +171,7 @@ export default class Presentation extends React.Component {
165171
<Slide>
166172
<Image src={images.logo} margin="0px auto 0px" height="200px"/>
167173
<Heading size={3} textColor="secondary" margin={40}>Next Time</Heading>
168-
<Heading size={4} textColor="secondary">26th July 2017</Heading>
174+
<Heading size={4} textColor="secondary">27th September 2017</Heading>
169175
<Code textColor="secondary" bold>
170176
meetup.com/london-nodejs
171177
</Code>

0 commit comments

Comments
 (0)