@@ -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
@@ -91,7 +97,7 @@ export default class Presentation extends React.Component {
91
97
< Deck transition = { [ "zoom" , "slide" ] } transitionDuration = { 500 } theme = { theme } progress = { "none" } >
92
98
< Slide align = { "center center" } >
93
99
< 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 >
95
101
{ speakers . map ( ( speaker ) =>
96
102
< Text key = { speaker . title } textColor = "secondary" textSize = { 30 } >
97
103
{ speaker . name } < S type = "italics" > - { speaker . title } </ S >
@@ -148,24 +154,24 @@ export default class Presentation extends React.Component {
148
154
< Heading size = { 5 } textColor = "secondary" > Have something to share?</ Heading >
149
155
</ Slide >
150
156
157
+ < SpeakerSlide speaker = { speakers [ 1 ] } />
158
+
151
159
< Slide >
152
160
< Heading size = { 3 } textColor = "secondary" > Get Involved</ Heading >
153
161
< Heading size = "5" textColor = "secondary" > Feedback< br /> < Code type = "bold" textColor = "secondary" > github.com/lnug/feedback</ Code > </ Heading >
154
162
< Heading size = "5" textColor = "secondary" > Gitter< br /> < Code type = "bold" textColor = "secondary" > gitter.com/lnug/discuss</ Code > </ Heading >
155
-
156
163
</ Slide >
157
164
158
165
< Slide >
159
166
< Image src = { images . logo } margin = "0px auto 0px" height = "200px" />
160
167
< Heading size = { 3 } textColor = "secondary" > submit a talk proposal!</ Heading >
161
168
< Code type = "bold" textColor = "secondary" > github.com/lnug/speakers</ Code >
162
-
163
169
</ Slide >
164
170
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 >
@@ -186,7 +192,7 @@ export default class Presentation extends React.Component {
186
192
< Image src = { images . cheers . replace ( "/" , "" ) } margin = "40px auto 0px" height = "200px" />
187
193
</ Slide >
188
194
189
- < SpeakerSlide speaker = { speakers [ 1 ] } />
195
+ < SpeakerSlide speaker = { speakers [ 2 ] } />
190
196
191
197
< Slide >
192
198
< Heading size = { 3 } textColor = "secondary" > Thank You</ Heading >
0 commit comments