Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fus-marcom/franciscan-react
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse R Weigel committed Oct 15, 2018
2 parents 90dafbe + ee19665 commit 30bef05
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,20 @@ const IndexPage = ({ classes }) => (
textColor="#fff"
borderColor="#998643"
padding="12px 0"
btnLink="/about/vision-charisms"
btnText="Read Our Vision and Charisms"
darkBg={true}
/>

<Grid container className={classes.contentContainer}>
<Grid item className={classes.gridItemFix} xs={12}>
<Typography
variant="display2"
gutterBottom
style={{ textAlign: 'center' }}
>
Be Singular
</Typography>
<Card className={`${classes.card} ${classes.videoIframeContainer}`}>
<iframe
className={classes.videoIframe}
Expand Down
5 changes: 5 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,11 @@ const translationObj = {
type: 'studentLifePages',
id: { default: 'counseling-services' }
},
'alumni-outcomes': {
page: '/page',
type: 'alumniOutcomes',
id: { default: 'alumni-outcomes' }
},
pilgrimages: {
page: '/page',
type: 'pilgrimagesPages',
Expand Down

0 comments on commit 30bef05

Please sign in to comment.