add calendar

This commit is contained in:
William Zhang 2018-05-02 15:17:39 -04:00
parent 292b4593d1
commit 154af09c61
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -56,6 +56,10 @@ permalink: /
</iframe> </iframe>
</div> </div>
</section> </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> </div>
{% include footer.html %} {% include footer.html %}
</body> </body>