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

Commit 4650c97

Browse files
committed
Add event calendar to home screen
1 parent d461136 commit 4650c97

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/pages/home/index.jsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ class HomePage extends React.Component {
2020
return (
2121
<BodyDiv>
2222
<Landing />
23+
<div style={{ textAlign: 'center', width: '100%' }}>
24+
<iframe
25+
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"
26+
style={{
27+
width: '80%',
28+
maxWidth: '800px',
29+
height: '600px'
30+
}}
31+
frameBorder={false}
32+
scrolling="no"
33+
></iframe>
34+
</div>
2335
<Hero backgroundColor={this.props.theme.primary} />
2436
<HackingCategories backgroundColor={this.props.theme.primary} />
2537
<Faq backgroundColor={this.props.theme.primary} />

0 commit comments

Comments
 (0)