add calendar

This commit is contained in:
William Zhang 2018-05-02 15:17:39 -04:00
parent eda4c49921
commit 050912491b
No known key found for this signature in database
GPG Key ID: C0BA3A2B5CF410DC
2 changed files with 6 additions and 0 deletions

View File

@ -148,6 +148,7 @@ section {
}
#intro,
#calendar,
#updates,
#officers,
#excomm,
@ -165,6 +166,7 @@ section {
}
#intro,
#calendar,
#updates,
#resources,
#forms {

View File

@ -56,6 +56,10 @@ permalink: /
</iframe>
</div>
</section>
<hr />
<section id="calendar">
<iframe src="https://calendar.google.com/calendar/b/3/embed?showTitle=0&amp;showPrint=0&amp;height=600&amp;wkst=1&amp;bgcolor=%23ffffff&amp;src=sga.tjhsst%40gmail.com&amp;color=%23711616&amp;ctz=America%2FNew_York" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</section>
</div>
{% include footer.html %}
</body>