diff options
author | Sashi20 | 2018-08-31 17:08:14 +0530 |
---|---|---|
committer | Sashi20 | 2018-08-31 17:08:14 +0530 |
commit | 0d2e0f5384be0e3b20a8cdcff30ea16cb632841a (patch) | |
tree | 2745e92cfccf1ad1acb2bb0888e74f319e439630 /static/website/templates/header.html | |
parent | 43fd24f4e69b12a16dba1cbcae930b31785baa8b (diff) | |
download | nccps-2018-0d2e0f5384be0e3b20a8cdcff30ea16cb632841a.tar.gz nccps-2018-0d2e0f5384be0e3b20a8cdcff30ea16cb632841a.tar.bz2 nccps-2018-0d2e0f5384be0e3b20a8cdcff30ea16cb632841a.zip |
Added tentative schedule,registration table,guidelines for cfp
Diffstat (limited to 'static/website/templates/header.html')
-rw-r--r-- | static/website/templates/header.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/website/templates/header.html b/static/website/templates/header.html index e13720e..f9d9c53 100644 --- a/static/website/templates/header.html +++ b/static/website/templates/header.html @@ -9,7 +9,7 @@ <meta name="title" content="NCCPS-2018"> <meta name="description" content="The National Conference on Chemical Process Simulation-2018 is a confluence of academia and industry. This is an excellent opportunity for fostering academic and industrial collaborations. It is the place to meet the experts in chemical process simulation from all over the country. This conference provides a national platform to showcase the work done in this area by students and faculty."> <meta name="keywords" content="DWSIM, OpenModelica, FOSSEE, NCCPS-2018, Chemical Engineering, IIT Bombay, MHRD"> - <!-- <link rel="icon" href="{% static 'website/bootstrap-css/assets/images/logo.png' %}" type="icon"> --> + <link rel="icon" href="{% static 'website/bootstrap-css/assets/images/favicon.png' %}" type="icon"> <title>NCCPS 2018</title> <script src="{% static 'website/bootstrap-css/assets/js/1.5.2/jquery.min.js' %}"></script> <script src="{% static 'website/bootstrap-css/assets/js/2.8.2/modernizr.js' %}"></script> @@ -19,7 +19,6 @@ <link rel="stylesheet" href="{% static 'website/bootstrap-css/bower_components/bootstrap/dist/css/bootstrap.min.css' %}"> <link rel="stylesheet" href="{% static 'website/bootstrap-css/bower_components/ionicons/css/ionicons.min.css' %}"> <link rel="stylesheet" href="{% static 'website/bootstrap-css/assets/css/main.css' %}"> - <link rel="stylesheet" href="{% static 'website/bootstrap-css/assets/css/custom.css' %}"> <link rel="stylesheet" href="{% static 'website/bootstrap-css/custom.css' %}"> <script type="text/javascript"> // Wait for window load |