From 154af09c61f3ba51a51c6bd6aa0bfe08ebb42cc5 Mon Sep 17 00:00:00 2001 From: William Zhang Date: Wed, 2 May 2018 15:17:39 -0400 Subject: [PATCH] add calendar --- css/main.css | 2 ++ index.html | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/css/main.css b/css/main.css index 85a88b6..1a47739 100644 --- a/css/main.css +++ b/css/main.css @@ -148,6 +148,7 @@ section { } #intro, +#calendar, #updates, #officers, #excomm, @@ -165,6 +166,7 @@ section { } #intro, +#calendar, #updates, #resources, #forms { diff --git a/index.html b/index.html index 31affc2..0fb1033 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,10 @@ permalink: / +
+
+ +
{% include footer.html %}