From d7599ba08dcce3d441eadf8fb90365e65b386ed8 Mon Sep 17 00:00:00 2001 From: Viraj Bhartiya Date: Mon, 15 Jan 2024 18:07:03 +0530 Subject: [PATCH 1/2] added upcoming events --- index.html | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 125 insertions(+), 1 deletion(-) 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

+
From 4a2c6d95d72ccc4782460754643548bcb0cbe077 Mon Sep 17 00:00:00 2001 From: Viraj Bhartiya Date: Mon, 15 Jan 2024 18:08:19 +0530 Subject: [PATCH 2/2] Update styles.css for upcoming events --- static/styles/styles.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 +}