diff options
author | FOSSEE Git User | 2018-11-06 19:32:19 +0530 |
---|---|---|
committer | FOSSEE Git User | 2018-11-06 19:32:19 +0530 |
commit | c447a79f40fd8a9b63a9b417d954b339bf0280d7 (patch) | |
tree | 46f1a2f1531dca812a4fc242746b11731006f378 /static/website/templates/home.html | |
parent | 01edb9311edd21031dd551153b2b8d31399d0ecd (diff) | |
parent | 57d247eb8fcd71cae425b14cf09757f8bc30b038 (diff) | |
download | nccps-2018-c447a79f40fd8a9b63a9b417d954b339bf0280d7.tar.gz nccps-2018-c447a79f40fd8a9b63a9b417d954b339bf0280d7.tar.bz2 nccps-2018-c447a79f40fd8a9b63a9b417d954b339bf0280d7.zip |
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018
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"> |