Skip to content

Commit c21d13d

Browse files
committed
switch MC and fixed colours
1 parent b675579 commit c21d13d

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

presentation/index.js

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ const theme = createTheme({
5353
});
5454

5555
const emcee = {
56-
name: "Adam",
57-
twitter: "admataz"
56+
name: "Clarkie",
57+
twitter: "clarkieclarkie"
5858
};
5959

6060
const speakers = [
@@ -91,32 +91,35 @@ export default class Presentation extends React.Component {
9191
<Deck transition={["zoom", "slide"]} transitionDuration={500} theme={theme} progress={"none"}>
9292
<Slide align={"center center"}>
9393
<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>
9595
{speakers.map((speaker) =>
96-
<Text key={speaker.title} textColor={"#ffffff"} textSize={20}>
96+
<Text key={speaker.title} textColor="secondary" textSize={30}>
9797
{speaker.name} <S type="italics"> - {speaker.title}</S>
9898
</Text>
9999
)}
100100
</Slide>
101101

102102

103103
<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>
105105
<Appear><Heading size={5} textColor="secondary">🚒 Fire Exits: stairs behind you </Heading></Appear>
106106
<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>
108108
<Appear><Heading size={5} textColor="secondary">⭐️ Code of Conduct </Heading></Appear>
109109
</Slide>
110110

111111

112112
<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>
115118
</Slide>
116119

117120
<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>
120123
</Slide>
121124

122125

@@ -145,20 +148,18 @@ export default class Presentation extends React.Component {
145148
<Heading size={5} textColor="secondary">Have something to share?</Heading>
146149
</Slide>
147150

148-
<SpeakerSlide speaker={speakers[1]} />
149-
150151
<Slide>
151152
<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>
154155

155156
</Slide>
156157

157158
<Slide>
158159
<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+
162163
</Slide>
163164

164165
<Slide>
@@ -171,9 +172,6 @@ export default class Presentation extends React.Component {
171172
<Text textColor="secondary" italic margin={20}>
172173
The 4th Wednesday of the month
173174
</Text>
174-
Rubbish in Bins
175-
Stack chairs against walls
176-
Get involved!
177175
</Slide>
178176

179177
<Slide>
@@ -188,6 +186,7 @@ export default class Presentation extends React.Component {
188186
<Image src={images.cheers.replace("/", "")} margin="40px auto 0px" height="200px"/>
189187
</Slide>
190188

189+
<SpeakerSlide speaker={speakers[1]} />
191190

192191
<Slide>
193192
<Heading size={3} textColor="secondary">Thank You</Heading>
@@ -200,6 +199,9 @@ export default class Presentation extends React.Component {
200199
<ListItem>Pusher</ListItem>
201200
<ListItem>github.com/orgs/lnug/people</ListItem>
202201
</List>
202+
Rubbish in Bins,
203+
Stack chairs against walls,
204+
Get involved!
203205
</Slide>
204206

205207
</Deck>

0 commit comments

Comments
 (0)