Skip to content

Commit 281940b

Browse files
committed
Add announcement section for ticket giveaway
1 parent 6bacdf9 commit 281940b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

presentation/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,17 @@ export default class Presentation extends React.Component {
218218
<Heading size={3} textColor="secondary">Video</Heading>
219219
<Image src={images.pusherLogo.replace("/", "")} margin="0px auto 40px" height="293px"/>
220220
</Slide>
221+
222+
<Slide id={"announcements"}>
223+
<Heading size={3} textColor="highlight">Announcements</Heading>
224+
<Text textColor="secondary" textSize={38} margin="20px 0">
225+
ServerlessDays tickets!
226+
</Text>
227+
<Text textColor="secondary" textSize={30} margin="20px 0">
228+
(thank you @mattjbatchelor)
229+
</Text>
230+
</Slide>
231+
221232
<SummarySlide />
222233

223234

0 commit comments

Comments
 (0)