summaryrefslogtreecommitdiff
path: root/static/website/templates
diff options
context:
space:
mode:
authorSashi202019-10-11 11:50:22 +0530
committerGitHub2019-10-11 11:50:22 +0530
commite06b2feedc37fb9bca409a611d049d736c9c7835 (patch)
treebcf8f35e5cb047274ce823b8cf9e738a05af99df /static/website/templates
parentf1ec54ec49dbdc294c2a404b886ddb5ebedf3549 (diff)
parent6c50c59b3b9dd9eae991453a057a305b3a69e354 (diff)
downloadSciPy2019-e06b2feedc37fb9bca409a611d049d736c9c7835.tar.gz
SciPy2019-e06b2feedc37fb9bca409a611d049d736c9c7835.tar.bz2
SciPy2019-e06b2feedc37fb9bca409a611d049d736c9c7835.zip
Merge pull request #23 from Sashi20/development
Add information about invited speaker
Diffstat (limited to 'static/website/templates')
-rw-r--r--static/website/templates/home.html21
1 files changed, 19 insertions, 2 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html
index 144f57f..78b82ea 100644
--- a/static/website/templates/home.html
+++ b/static/website/templates/home.html
@@ -74,7 +74,7 @@ It provides a unique opportunity to discuss about the latest trends on Scientifi
</div>
<center>
<div class="row">
- <div class="col-md-12">
+ <div class="col-md-6">
<div class="speaker">
<h4>Keynote Speaker</h4>
<figure>
@@ -88,11 +88,28 @@ It provides a unique opportunity to discuss about the latest trends on Scientifi
</ul>
</div>
</div>
+ <div class="col-md-6">
+ <div class="speaker">
+ <h4>Invited Speaker</h4>
+ <figure>
+ <img alt="" class="img-responsive center-block img-rounded" style="width:179px;height:198px;" src="{% static 'website/bootstrap-css/assets/images/speakers/invited_speaker.jpg' %}" data-toggle="modal" data-target="#speaker1">
+ </figure>
+ <h4>Asokan Pichai</h4>
+ <ul class="social-block">
+ <li><a href="https://twitter.com/asokanpichai?lang=en" target="_blank"><i class="fa fa-twitter"></i></a></li>
+ <li><a href="https://in.linkedin.com/in/pasokan" target="_blank"><i class="ion-social-linkedin-outline"></i></a></li>
+ <li><a href="https://github.com/pasokan" target="_blank"><i class="ion-social-github"></i></a></li>
+ </ul>
+ </div>
+ </div>
</div>
<div class="row">
- <div class="col-md-12">
+ <div class="col-md-6">
<p class="text-justify">Michael Droettboom is a Staff Data Engineer at Mozilla. There, he is working with a team that collects data on a massive scale that, unlike most of the big tech companies, respects user agency, privacy and transparency. Prior to that, he has a history of applying machine learning and data science to such diverse as fields as neuroscience, astronomy, medieval manuscripts and 19th century American sheet music. He contributes to many open source projects, was the lead developer of matplotlib, and the original author of airspeed velocity and Pyodide.</p>
</div>
+ <div class="col-md-6">
+ <p class="text-justify">Asokan heads Learning and Development and teaches Problem Solving Techniques and Program Design. He has more than twenty-five years of experience in hands-on software development, training and senior level management. He has held leadership positions such as CEO of MinVesta, CTO of Ma Foi, Chief Trainer at Virtusa, and Technical Director of Brilliant's Computer Centre.</p>
+ </div>
</div>
</center>
</div>