diff options
author | Sashi20 | 2019-10-11 11:48:52 +0530 |
---|---|---|
committer | Sashi20 | 2019-10-11 11:48:52 +0530 |
commit | 6c50c59b3b9dd9eae991453a057a305b3a69e354 (patch) | |
tree | bcf8f35e5cb047274ce823b8cf9e738a05af99df /static/website/templates/home.html | |
parent | d3dddbf9025770e8b2fcdb46cc97218a26059972 (diff) | |
download | SciPy2019-6c50c59b3b9dd9eae991453a057a305b3a69e354.tar.gz SciPy2019-6c50c59b3b9dd9eae991453a057a305b3a69e354.tar.bz2 SciPy2019-6c50c59b3b9dd9eae991453a057a305b3a69e354.zip |
Add information about invited speaker
Diffstat (limited to 'static/website/templates/home.html')
-rw-r--r-- | static/website/templates/home.html | 21 |
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> |