Skip to content

Commit a1a8c78

Browse files
authored
Merge pull request #2 from lazlojuly/august-2017
add 2017 august slides
2 parents 8e83e0f + 1ab336c commit a1a8c78

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

presentation/index.js

Lines changed: 19 additions & 13 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

@@ -91,7 +97,7 @@ export default class Presentation extends React.Component {
9197
<Deck transition={["zoom", "slide"]} transitionDuration={500} theme={theme} progress={"none"}>
9298
<Slide align={"center center"}>
9399
<Image src={images.logo} margin="0px auto 0px" height="200px"/>
94-
<Heading size={6} textColor="secondary">#64 - June 2017</Heading>
100+
<Heading size={6} textColor="secondary">#65 - June 2017</Heading>
95101
{speakers.map((speaker) =>
96102
<Text key={speaker.title} textColor="secondary" textSize={30}>
97103
{speaker.name} <S type="italics"> - {speaker.title}</S>
@@ -148,24 +154,24 @@ export default class Presentation extends React.Component {
148154
<Heading size={5} textColor="secondary">Have something to share?</Heading>
149155
</Slide>
150156

157+
<SpeakerSlide speaker={speakers[1]} />
158+
151159
<Slide>
152160
<Heading size={3} textColor="secondary">Get Involved</Heading>
153161
<Heading size="5" textColor="secondary">Feedback<br/><Code type="bold" textColor="secondary">github.com/lnug/feedback</Code></Heading>
154162
<Heading size="5" textColor="secondary">Gitter<br/><Code type="bold" textColor="secondary">gitter.com/lnug/discuss</Code></Heading>
155-
156163
</Slide>
157164

158165
<Slide>
159166
<Image src={images.logo} margin="0px auto 0px" height="200px"/>
160167
<Heading size={3} textColor="secondary">submit a talk proposal!</Heading>
161168
<Code type="bold" textColor="secondary">github.com/lnug/speakers</Code>
162-
163169
</Slide>
164170

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>
@@ -186,7 +192,7 @@ export default class Presentation extends React.Component {
186192
<Image src={images.cheers.replace("/", "")} margin="40px auto 0px" height="200px"/>
187193
</Slide>
188194

189-
<SpeakerSlide speaker={speakers[1]} />
195+
<SpeakerSlide speaker={speakers[2]} />
190196

191197
<Slide>
192198
<Heading size={3} textColor="secondary">Thank You</Heading>

0 commit comments

Comments
 (0)