From 4f720da4f1fbd620efe4ea45677e9dd13480b81f Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 17 Jan 2022 15:10:12 +0530 Subject: Add section on home page for schedule --- static/website/templates/home.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 652452c..5b6c15e 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -200,6 +200,26 @@ It provides a unique opportunity to discuss about the latest trends on Scientifi +
+
+
+

Tentative Schedule

+ {% if tentative_schedule.display_schedule_table %} +
+ {{ tentative_schedule.schedule_table | safe }} +
+ + {% else %} + +
+

Schedule will be announced soon

+
+ {% endif %} +
+
+
+ +
-- cgit From 3afa1e421618d65c1ca97749a40ed6fdb04c00e9 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 17 Jan 2022 16:55:46 +0530 Subject: Rearrange position of the schedule section --- static/website/templates/home.html | 35 +++++++++++++++-------------------- static/website/templates/navbar.html | 2 +- 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 5b6c15e..c5c651d 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -200,26 +200,6 @@ It provides a unique opportunity to discuss about the latest trends on Scientifi
-
-
-
-

Tentative Schedule

- {% if tentative_schedule.display_schedule_table %} -
- {{ tentative_schedule.schedule_table | safe }} -
- - {% else %} - -
-

Schedule will be announced soon

-
- {% endif %} -
-
-
- -
@@ -236,6 +216,21 @@ It provides a unique opportunity to discuss about the latest trends on Scientifi
+ {% if tentative_schedule.display_schedule_table %} + {{ tentative_schedule.schedule_table | safe }} + {% else %} +
+
+
+

Tentative Schedule

+
+

Schedule will be announced soon

+
+
+
+
+ {% endif %} +
diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index 7c45473..69c857f 100755 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -31,7 +31,7 @@
  • Speakers
  • Register
  • CFP
  • - +
  • Schedule
  • COC
  • -- cgit