dummy calendars
This commit is contained in:
parent
5a3fdae5b2
commit
93cff93849
1 changed files with 9 additions and 1 deletions
|
@ -26,12 +26,20 @@ class Main extends React.Component<MainProps, MainState> {
|
||||||
"In similar fashion, our events are split up each to serve one of these goals: technical, social, K-12 outreach, and professional."
|
"In similar fashion, our events are split up each to serve one of these goals: technical, social, K-12 outreach, and professional."
|
||||||
]}></DefaultSection>
|
]}></DefaultSection>
|
||||||
|
|
||||||
<DefaultSection title="Officer Open Hours">
|
|
||||||
|
<DefaultSection title="Events">
|
||||||
<div>
|
<div>
|
||||||
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=America%2FLos_Angeles" width="800" height="600" frameBorder="0" scrolling="no"></iframe>
|
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=America%2FLos_Angeles" width="800" height="600" frameBorder="0" scrolling="no"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</DefaultSection>
|
</DefaultSection>
|
||||||
|
|
||||||
|
<DefaultSection title="Open Access Hours">
|
||||||
|
<div>
|
||||||
|
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=America%2FLos_Angeles" width="800" height="600" frameBorder="0" scrolling="no"></iframe>
|
||||||
|
</div>
|
||||||
|
</DefaultSection>
|
||||||
|
|
||||||
|
|
||||||
<DefaultSection title="Have questions? Contact us!">
|
<DefaultSection title="Have questions? Contact us!">
|
||||||
<div className="join-scls">{
|
<div className="join-scls">{
|
||||||
[...EMAIL, ...SOCIALS].map(n => (
|
[...EMAIL, ...SOCIALS].map(n => (
|
||||||
|
|
Loading…
Reference in a new issue