diff options
Diffstat (limited to 'static/website/templates/home.html')
-rw-r--r-- | static/website/templates/home.html | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 063cac1..e56e8c2 100644 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -4,8 +4,8 @@ <div id="home" data="home"></div> <header id="site-header" class="site-header valign-center img-fluid"> <div class="intro"> - <img class="img img-fluid" src="{% static 'website/bootstrap-css/assets/images/backgrounds/top_2.png' %}" alt=""> <br><br> - <a class="btn btn-primary" href="{% url 'website:cfp' %}">Submit a paper</a> <br><br> + <img class="img img-fluid" src="{% static 'website/bootstrap-css/assets/images/backgrounds/top_2.png' %}" alt=""><br><br><!-- + <a class="btn btn-primary" href="{% url 'website:cfp' %}">Submit a paper</a> <br><br> --> </div> </header> @@ -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 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="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"> |