File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,14 @@ import React from "react";
4
4
// Import Spectacle Core tags
5
5
import {
6
6
Appear ,
7
- BlockQuote ,
8
7
Deck ,
9
8
Heading ,
10
9
ListItem ,
11
10
List ,
12
11
Slide ,
13
12
Text ,
14
13
Image ,
15
- Quote ,
16
- Cite ,
17
14
Link ,
18
- CodePane ,
19
15
Code ,
20
16
S
21
17
} from "spectacle" ;
@@ -53,13 +49,23 @@ const theme = createTheme({
53
49
} ) ;
54
50
55
51
const emcee = {
56
- name : "Clarkie " ,
57
- twitter : "clarkieclarkie "
52
+ name : "Laszlo " ,
53
+ twitter : "lazlojuly "
58
54
} ;
59
55
60
56
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
+ }
63
69
] ;
64
70
65
71
@@ -165,7 +171,7 @@ export default class Presentation extends React.Component {
165
171
< Slide >
166
172
< Image src = { images . logo } margin = "0px auto 0px" height = "200px" />
167
173
< 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 >
169
175
< Code textColor = "secondary" bold >
170
176
meetup.com/london-nodejs
171
177
</ Code >
You can’t perform that action at this time.
0 commit comments