From cf43d8d47ea2e1aa331d38638d924da66198e4cf Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 19 Sep 2014 02:02:49 +0530 Subject: added bio for the speakers and linked to the necessary pages --- static/website/images/exp.png | Bin 0 -> 8885 bytes static/website/images/git.png | Bin 0 -> 14224 bytes static/website/templates/invited-speakers.html | 36 ++++++++++++++++++++++--- 3 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 static/website/images/exp.png create mode 100644 static/website/images/git.png (limited to 'static/website') diff --git a/static/website/images/exp.png b/static/website/images/exp.png new file mode 100644 index 0000000..0a73068 Binary files /dev/null and b/static/website/images/exp.png differ diff --git a/static/website/images/git.png b/static/website/images/git.png new file mode 100644 index 0000000..430b973 Binary files /dev/null and b/static/website/images/git.png differ diff --git a/static/website/templates/invited-speakers.html b/static/website/templates/invited-speakers.html index 0fd04f4..7ca9cac 100644 --- a/static/website/templates/invited-speakers.html +++ b/static/website/templates/invited-speakers.html @@ -1,4 +1,5 @@ {% extends 'website/templates/base.html' %} +{% load static%} {% block sidebar %} {% endblock %} @@ -9,9 +10,36 @@ {% block content %}

Invited Speakers

-

- - Will be updated soon. - +

+
+
+ +
+

+ Maciej is a freelancer working mostly on PyPy for the past several years. He's a core developer since 2006, working on all kinds of parts in the entire codebase including JIT, GC and assembler backends. Maciej has been going to many conferences, advertising PyPy to a broader audience for the past several years, including a keynote at Pycon 2010. He's also the main maintainer of jitviewer, a tool for analyzing performance of your python programs under PyPy. +

+
+ + + + + + +
+
+ +
+

+Dr. B. P. Ajith Kumar, a scientist working with the IUAC. His main area of work is development of instrumentation for particle accelerators and associated experiments, including radio-frequency accelerating structures, control and data acquisition systems, digital and radio frequency electronics modules. He initiated the Phoenix / expEYES project. ExpEYES is currently the cheapest educational system to teach science.

+
+ + + + + + +
+
+
{% endblock %} -- cgit