diff options
author | Sashi20 | 2018-11-15 16:18:20 +0530 |
---|---|---|
committer | GitHub | 2018-11-15 16:18:20 +0530 |
commit | 52ee7b40db0ab080f22a138832cddcc8946730e1 (patch) | |
tree | efbcc2d5b28b8c5a7bff81de43156d3d222434b7 /static/website/templates | |
parent | ce73e38f1349df31008fe77f4ba7572563825892 (diff) | |
parent | a3ab8582636c4ceb7463977040248d5674584acc (diff) | |
download | nccps-2018-52ee7b40db0ab080f22a138832cddcc8946730e1.tar.gz nccps-2018-52ee7b40db0ab080f22a138832cddcc8946730e1.tar.bz2 nccps-2018-52ee7b40db0ab080f22a138832cddcc8946730e1.zip |
Merge pull request #63 from Sashi20/master
Added a line to display the closing of cfp
Diffstat (limited to 'static/website/templates')
-rwxr-xr-x | static/website/templates/cfp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/cfp.html b/static/website/templates/cfp.html index c2ee89f..a9d0dc4 100755 --- a/static/website/templates/cfp.html +++ b/static/website/templates/cfp.html @@ -20,7 +20,7 @@ <div class="col-md-12" style="font-weight: 500;"> <p class="text-justify">We invite papers on Chemical Process Modelling, Simulation and Optimization. Time duration for oral presentation will be 15 minutes. Accepted papers will be published in conference proceedings. Award will be given to best paper and best poster.</p> <p class="text-justify">Paper submission starts on September 15 2018.</p> - <p class="text-justify">We are no longer accepting papers for the conference.</p> + <p class="text-justify" style="color:red;">We are no longer accepting papers for the conference.</p> </div> </div> <div class="row"> |