From e3c9c21b36ac86c9d97baecc563849c9a4dc63b8 Mon Sep 17 00:00:00 2001
From: Sashi20
Date: Wed, 10 Oct 2018 15:05:12 +0530
Subject: Minor changes in the navbar and quiz intro
---
static/website/templates/index.html | 2 +-
static/website/templates/navbar.html | 2 +-
static/website/templates/quiz_intro.html | 5 +++--
3 files changed, 5 insertions(+), 4 deletions(-)
(limited to 'static')
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index 9d36028..751f347 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load static %}
{% block content %}
-
+
{% include 'home.html' %}
{% endblock %}
diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html
index 43f8d72..6fdfb6f 100644
--- a/static/website/templates/navbar.html
+++ b/static/website/templates/navbar.html
@@ -37,7 +37,7 @@
C0C
Schedule
Venue
- Organiser
+
Contact Us
DWSIM QUIZ
cfp
diff --git a/static/website/templates/quiz_intro.html b/static/website/templates/quiz_intro.html
index ca66825..2575de1 100644
--- a/static/website/templates/quiz_intro.html
+++ b/static/website/templates/quiz_intro.html
@@ -33,7 +33,7 @@
Guidelines
-- Use DWSIM Version 5.3 for simulating the problem statement. This version will be followed throughout the competition.
+ - Use DWSIM Version 5.3 for simulating the problem statement. This version will be followed throughout the competition.
- Correct option for the displayed questions will be based on problem statement simulated using DWSIM Version 5.3.
- The new questions for the day will be available to attempt from 12:00 AM of that day to 11:59 PM of the same day.
- In case you are logged out of the session before clicking on Submit button, please go and re-attempt the quiz.
@@ -43,7 +43,8 @@
- Participant cannot re-attempt the quiz for the day once they have submitted their answers for that day.
- Every correct answer will carry +1 mark and wrong answers will not be rewarded any marks.
- Winners will be declared based on highest score obtained throughout the competition.
-
+
+ Link for Quiz will be active from 15-10-2018
--
cgit