diff options
Diffstat (limited to 'static/website/templates/home.html')
-rw-r--r-- | static/website/templates/home.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 1aa6ce1..0ca91d3 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -114,6 +114,31 @@ </div><!-- /.row --> </div> </section> + + <section id="workshops" class="section workshops"> + <div class="container"> + <div class="row"> + <div class="col-md-12"> + <h3 class="section-title">Workshops</h3> + </div> + </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> + </div> + </div> + <div class="row"> + <div class="col-md-12"> + <center> + <a href="{% url 'website:workshops' %}" class="btn btn-primary"> Read more</a> + </center> + </div> + </div> + </div> + </section> <section id="registration" class="section registration"> <div class="container"> |