Skip to content

Commit 7b07493

Browse files
committed
add simon's hot tips
1 parent 23eec70 commit 7b07493

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

assets/simon.png

146 KB
Loading

presentation/index.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ const images = {
3838
tiroLogo: require("../assets/tiro_logo.jpg"),
3939
pusherLogo: require("../assets/pusher_logo_white.png"),
4040
pizza: require("../assets/pizza-1.gif"),
41-
cheers: require("../assets/cheers.gif")
41+
cheers: require("../assets/cheers.gif"),
42+
simon: require("../assets/simon.png"),
4243
};
4344

4445
preloader(images);
@@ -215,6 +216,15 @@ export default class Presentation extends React.Component {
215216

216217
<SpeakerSlide speaker={speakers[0]} />
217218

219+
<Slide>
220+
<Image src={images.logo} margin="0px auto 0px" height="200px"/>
221+
<Heading size={3} textColor="highlight" margin={50}>Simon's hot tips</Heading>
222+
</Slide>
223+
224+
<Slide>
225+
<Image src={images.simon} margin="0px auto 0px" height="400px"/>
226+
</Slide>
227+
218228
<Slide>
219229
<Image src={images.logo} margin="0px auto 0px" height="200px"/>
220230
<Heading size={3} textColor="highlight" margin={50}>Community Announcements</Heading>

0 commit comments

Comments
 (0)