diff options
-rw-r--r-- | static/website/templates/home.html | 6 | ||||
-rw-r--r-- | static/website/templates/workshops.html | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 0ca91d3..e56e8c2 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -124,9 +124,9 @@ </div> <div class="row"> <div class="col-md-12"> - <p class="text-justify"> - 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. + <p class="text-justify">Improve your skills by attending workshops on DWSIM and OpenModelica organized at NCCPS-2018. + </p> + <p class="text-justify">We are organizing free workshops for all who register for NCCPS-2018. Attend the workshop suitable to you and explore the free tools that are of interest to you. </p> </div> </div> diff --git a/static/website/templates/workshops.html b/static/website/templates/workshops.html index 35f3de3..c8d6092 100644 --- a/static/website/templates/workshops.html +++ b/static/website/templates/workshops.html @@ -13,9 +13,10 @@ <div class="container"> <div class="row"> <div class="col-md-12"> - <p class="text-justify">Improve your skills by attending workshops on DWSIM and OpenModelica organized for you at NCCPS-2018. </p> - - <p class="text-justify">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.</p> + <p class="text-justify">Improve your skills by attending workshops on DWSIM and OpenModelica organized at NCCPS-2018. + </p> + <p class="text-justify">We are organizing free workshops for all who register for NCCPS-2018. Attend the workshop suitable to you and explore the free tools that are of interest to you. + </p> </div> </div> <div class="panel-group" id="accordion"> |