Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Add event calendar to home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonHoffman committed Aug 20, 2020
1 parent d461136 commit 4650c97
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/pages/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ class HomePage extends React.Component {
return (
<BodyDiv>
<Landing />
<div style={{ textAlign: 'center', width: '100%' }}>
<iframe
src="https://calendar.google.com/calendar/embed?height=600&amp;wkst=2&amp;bgcolor=%230a192e&amp;ctz=America%2FNew_York&amp;src=Y19iYmg4bms2cDdoYjR2ZGF0NzU0bHB0cmxnc0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&amp;color=%233F51B5&amp;mode=WEEK&amp;showNav=0&amp;showDate=0&amp;showPrint=0&amp;showTabs=0&amp;showTitle=0&amp;showCalendars=0"
style={{
width: '80%',
maxWidth: '800px',
height: '600px'
}}
frameBorder={false}
scrolling="no"
></iframe>
</div>
<Hero backgroundColor={this.props.theme.primary} />
<HackingCategories backgroundColor={this.props.theme.primary} />
<Faq backgroundColor={this.props.theme.primary} />
Expand Down

0 comments on commit 4650c97

Please sign in to comment.