From 2f697bb58fa5f42fdc021783110fcc40f4e7b592 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 6 Nov 2018 12:31:04 +0530 Subject: Re-arranged navigation menu and added workshops section in home page --- static/website/templates/home.html | 25 +++++++++++++++++++++++++ static/website/templates/navbar.html | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) (limited to 'static/website') diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 1aa6ce1..0ca91d3 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -114,6 +114,31 @@ + +
+
+
+
+

Workshops

+
+
+
+
+

+ Improve your skills by attending workshops on DWSIM and OpenModelica organized for you at NCCPS-2018. + We are organizing free workshops for all the participants who have registered for NCCPS-2018. Attend the workshop suitable for you and explore the tools available, free of cost for your field of interest. +

+
+
+
+
+
+ Read more +
+
+
+
+
diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index 1a54cab..28097c7 100644 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -32,6 +32,7 @@
  • About
  • Speakers
  • +
  • Workshops
  • Register
  • C0C
  • @@ -41,7 +42,6 @@
  • Contact Us
  • DWSIM QUIZ
  • -
  • Workshop
  • cfp
  • {% if user.is_authenticated %} -- cgit