diff --git a/index.html b/index.html
index a4cced1..5699f5f 100755
--- a/index.html
+++ b/index.html
@@ -2390,7 +2390,130 @@
All Tickets for Codecell Workshops have sold out :(
-->
-
+
+
+
+
+
+
+
+
+
+
+ Our Upcoming Events
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2518,6 +2641,7 @@
The Big O Club
+
diff --git a/static/styles/styles.css b/static/styles/styles.css
index 262f1a9..7405aed 100755
--- a/static/styles/styles.css
+++ b/static/styles/styles.css
@@ -529,6 +529,13 @@ ul.block-list,
list-style: none;
}
+.housing-list iframe{
+ scale: 0.9;
+ @media(max-width: 860px) {
+ width: 300px;
+ }
+}
+
ul.block-list:before,
.speaker-list:before,
.talk-list li:before,
@@ -14005,4 +14012,4 @@ ul.baraja-container li {
color: white;
padding:15px;
border: 1px solid black
-}
\ No newline at end of file
+}