@@ -53,8 +53,8 @@ const theme = createTheme({
53
53
} ) ;
54
54
55
55
const emcee = {
56
- name : "Adam " ,
57
- twitter : "admataz "
56
+ name : "Clarkie " ,
57
+ twitter : "clarkieclarkie "
58
58
} ;
59
59
60
60
const speakers = [
@@ -91,32 +91,35 @@ export default class Presentation extends React.Component {
91
91
< Deck transition = { [ "zoom" , "slide" ] } transitionDuration = { 500 } theme = { theme } progress = { "none" } >
92
92
< Slide align = { "center center" } >
93
93
< Image src = { images . logo } margin = "0px auto 0px" height = "200px" />
94
- < Heading size = { 6 } textColor = { "#fff" } > #64 - June 2017</ Heading >
94
+ < Heading size = { 6 } textColor = "secondary" > #64 - June 2017</ Heading >
95
95
{ speakers . map ( ( speaker ) =>
96
- < Text key = { speaker . title } textColor = { "#ffffff" } textSize = { 20 } >
96
+ < Text key = { speaker . title } textColor = "secondary" textSize = { 30 } >
97
97
{ speaker . name } < S type = "italics" > - { speaker . title } </ S >
98
98
</ Text >
99
99
) }
100
100
</ Slide >
101
101
102
102
103
103
< Slide id = { "safety" } >
104
- < Heading size = { 3 } lineHeight = { 3 } > safety and comfort</ Heading >
104
+ < Heading size = { 3 } lineHeight = { 3 } textColor = "secondary" > safety and comfort</ Heading >
105
105
< Appear > < Heading size = { 5 } textColor = "secondary" > 🚒 Fire Exits: stairs behind you </ Heading > </ Appear >
106
106
< Appear > < Heading size = { 5 } textColor = "secondary" > 🚻 Toilets: towards the lifts </ Heading > </ Appear >
107
- < Appear > < Heading size = { 5 } textColor = "secondary" > 📡 Wifi < Code > makersWelcome</ Code > </ Heading > </ Appear >
107
+ < Appear > < Heading size = { 5 } textColor = "secondary" > 📡 Wifi < Code textColor = "secondary" > makersWelcome</ Code > </ Heading > </ Appear >
108
108
< Appear > < Heading size = { 5 } textColor = "secondary" > ⭐️ Code of Conduct </ Heading > </ Appear >
109
109
</ Slide >
110
110
111
111
112
112
< Slide id = { "hashtags" } >
113
- < Heading size = { 3 } > tweet @lnugorg</ Heading >
114
- < Heading size = { 4 } > < Code > #LNUG #node #javascript #london</ Code > </ Heading >
113
+ < Heading size = { 3 } textColor = "secondary" > tweet @lnugorg</ Heading >
114
+ < Heading size = { 4 } textColor = "secondary" > < Code textColor = "secondary" > #LNUG #node #javascript #london</ Code > </ Heading >
115
+ < Appear >
116
+ < Heading size = { 6 } textColor = "secondary" > tweet at me too (@{ emcee . twitter } )</ Heading >
117
+ </ Appear >
115
118
</ Slide >
116
119
117
120
< Slide id = { "gitter" } >
118
- < Heading size = { 3 } > discuss!</ Heading >
119
- < Heading size = { 4 } > < Link href = "http://gitter.im/lnug/discuss" target = "_blank" > < Code > gitter.im/lnug/discuss</ Code > </ Link > </ Heading >
121
+ < Heading size = { 3 } textColor = "secondary" > discuss!</ Heading >
122
+ < Heading size = { 4 } textColor = "secondary" > < Link href = "http://gitter.im/lnug/discuss" target = "_blank" > < Code textColor = "secondary" > gitter.im/lnug/discuss</ Code > </ Link > </ Heading >
120
123
</ Slide >
121
124
122
125
@@ -145,20 +148,18 @@ export default class Presentation extends React.Component {
145
148
< Heading size = { 5 } textColor = "secondary" > Have something to share?</ Heading >
146
149
</ Slide >
147
150
148
- < SpeakerSlide speaker = { speakers [ 1 ] } />
149
-
150
151
< Slide >
151
152
< Heading size = { 3 } textColor = "secondary" > Get Involved</ Heading >
152
- < Heading size = "5" > Feedback< br /> < Code type = "bold" > github.com/lnug/feedback</ Code > </ Heading >
153
- < Heading size = "5" > Gitter< br /> < Code type = "bold" > gitter.com/lnug/discuss</ Code > </ Heading >
153
+ < Heading size = "5" textColor = "secondary" > Feedback< br /> < Code type = "bold" textColor = "secondary "> github.com/lnug/feedback</ Code > </ Heading >
154
+ < Heading size = "5" textColor = "secondary" > Gitter< br /> < Code type = "bold" textColor = "secondary "> gitter.com/lnug/discuss</ Code > </ Heading >
154
155
155
156
</ Slide >
156
157
157
158
< Slide >
158
159
< Image src = { images . logo } margin = "0px auto 0px" height = "200px" />
159
- < Heading size = { 3 } > submit a talk proposal!</ Heading >
160
- < Code type = "bold" > github.com/lnug/speakers</ Code >
161
-
160
+ < Heading size = { 3 } textColor = "secondary" > submit a talk proposal!</ Heading >
161
+ < Code type = "bold" textColor = "secondary" > github.com/lnug/speakers</ Code >
162
+
162
163
</ Slide >
163
164
164
165
< Slide >
@@ -171,9 +172,6 @@ export default class Presentation extends React.Component {
171
172
< Text textColor = "secondary" italic margin = { 20 } >
172
173
The 4th Wednesday of the month
173
174
</ Text >
174
- Rubbish in Bins
175
- Stack chairs against walls
176
- Get involved!
177
175
</ Slide >
178
176
179
177
< Slide >
@@ -188,6 +186,7 @@ export default class Presentation extends React.Component {
188
186
< Image src = { images . cheers . replace ( "/" , "" ) } margin = "40px auto 0px" height = "200px" />
189
187
</ Slide >
190
188
189
+ < SpeakerSlide speaker = { speakers [ 1 ] } />
191
190
192
191
< Slide >
193
192
< Heading size = { 3 } textColor = "secondary" > Thank You</ Heading >
@@ -200,6 +199,9 @@ export default class Presentation extends React.Component {
200
199
< ListItem > Pusher</ ListItem >
201
200
< ListItem > github.com/orgs/lnug/people</ ListItem >
202
201
</ List >
202
+ Rubbish in Bins,
203
+ Stack chairs against walls,
204
+ Get involved!
203
205
</ Slide >
204
206
205
207
</ Deck >
0 commit comments