Skip to content

Commit bca56e3

Browse files
committed
Put nearForm hiring notice on their sponsor slide
1 parent 281940b commit bca56e3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

assets/nearForm_hiring.jpg

1.81 MB
Loading

presentation/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const { PropTypes } = React;
3535
const images = {
3636
logo: require("../assets/lnug-logo.svg"),
3737
nearFormLogo: require("../assets/nearform.jpg"),
38+
nearFormHiring: require("../assets/nearform_hiring.jpg"),
3839
pusherLogo: require("../assets/pusher_logo_white.png"),
3940
pizza: require("../assets/pizza-1.gif"),
4041
cheers: require("../assets/cheers.gif"),
@@ -212,6 +213,8 @@ export default class Presentation extends React.Component {
212213
<Slide id={"food-and-drink"}>
213214
<Heading size={3} textColor="secondary">Food and drink</Heading>
214215
<Image src={images.nearFormLogo.replace("/", "")} margin="0px auto 40px" height="293px"/>
216+
{' '}
217+
<Image src={images.nearFormHiring.replace("/", "")} margin="0px auto 40px" height="293px"/>
215218
</Slide>
216219

217220
<Slide id={"video-production"}>

0 commit comments

Comments
 (0)