From a242e5baeeef4edee62f8e2a3c2aa6fed1046590 Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Sat, 4 Oct 2014 16:00:46 +0530 Subject: updated invited speakers page --- static/website/css/main.css | 15 +--- static/website/templates/invited-speakers.html | 105 ++++++++++++++++++------- 2 files changed, 78 insertions(+), 42 deletions(-) (limited to 'static') diff --git a/static/website/css/main.css b/static/website/css/main.css index 977b33c..ff89ce4 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -199,19 +199,8 @@ body { #speakers .extras .bio { border-right: 1px solid #eeeeee; } -#sponsors { - padding: 10px 15px 20px; - margin: 10px 0 10px 0; - text-align: center; - background: #fafafa; - border: 1px solid #cccccc; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - -o-border-radius: 5px; - border-radius: 5px; -} -#sponsors img { - margin-top: 10px; +#invited-speakers .media img { + width: 150px; } #twitter-widget-0 { height: 250px; diff --git a/static/website/templates/invited-speakers.html b/static/website/templates/invited-speakers.html index 7ca9cac..0b37b32 100644 --- a/static/website/templates/invited-speakers.html +++ b/static/website/templates/invited-speakers.html @@ -9,37 +9,84 @@ {% endblock %} {% block content %} -

Invited Speakers

-
+
-
- +
+
+ + Maciej Fijałkowski + +
+

Maciej Fijałkowski

+

+ Maciej Fijałkowski 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. +

+

+ Links: + Website + Github + Twitter +

+
+

-

- 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. -

+
+ + Ajith Kumar + +
+

Ajith Kumar

+

+ 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. +

+

+ Links: + Website +

+
+

- - - - - - +
+ + Romain Guillebert + +
+

Romain Guillebert

+

+ Romain Guillebert holds a Bachelor of Science in Software + Development at IT Carlow (Ireland). In 2010 he worked as a + software engineering intern at EDF Le Havre, he + participated in the 2011 Google Summer of Code on the PyPy + project. At the médialab he is responsible of the software + side of the Trust project where he works on the analysis of + social behaviors in open-source communities. +

+

+ Links: + Twitter +

+
+
-
- -
-

-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