diff options
author | Sashi20 | 2018-08-27 17:26:58 +0530 |
---|---|---|
committer | Sashi20 | 2018-08-27 17:26:58 +0530 |
commit | 43fd24f4e69b12a16dba1cbcae930b31785baa8b (patch) | |
tree | c50881ffdb1590937f703c4a1559690a91720127 /static/website/templates/header.html | |
parent | 9d9d1667df6b9da49234d24696d0e7918262fe75 (diff) | |
download | nccps-2018-43fd24f4e69b12a16dba1cbcae930b31785baa8b.tar.gz nccps-2018-43fd24f4e69b12a16dba1cbcae930b31785baa8b.tar.bz2 nccps-2018-43fd24f4e69b12a16dba1cbcae930b31785baa8b.zip |
Modified supportedby and contact us sections
Diffstat (limited to 'static/website/templates/header.html')
-rw-r--r-- | static/website/templates/header.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/static/website/templates/header.html b/static/website/templates/header.html index 4d82b7f..e13720e 100644 --- a/static/website/templates/header.html +++ b/static/website/templates/header.html @@ -6,11 +6,11 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="title" content="SciPy India - International conference on Python for education and computing"> - <meta name="description" content="SciPy India is a conference providing opportunities to spread the use of the Python programming language in the Scientific Computing community in India. It provides a unique opportunity to interact with the Who's who of the Python for Scientific Computing fraternity and learn, understand, participate, and contribute to Scientific Computing using Python. One of the goals of the conference is to combine education, engineering, and science with computing through the medium of Python."> - <meta name="keywords" content="SciPy, SciPyIndia 2018, Python,SciPy India 2018,SciPy India conference,Scientific Computing"> + <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"> --> - <title>NCCSP 2018</title> + <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> @@ -21,8 +21,7 @@ <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"> + <script type="text/javascript"> // Wait for window load jQuery(document).ready(function($){ $(window).load(function() { |