diff options
author | Madhusudan.C.S | 2009-12-16 22:58:13 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-12-16 22:58:13 +0530 |
commit | b13a81e3e9fb0eae0c16ff32415ead213e6602e6 (patch) | |
tree | 7216e829512cd4d41dfc114f8e3c76192c40f557 /project/templates/talk/speakers.html | |
parent | 885670ee221ec8f926073233c43edb1ebbec5583 (diff) | |
download | scipycon-b13a81e3e9fb0eae0c16ff32415ead213e6602e6.tar.gz scipycon-b13a81e3e9fb0eae0c16ff32415ead213e6602e6.tar.bz2 scipycon-b13a81e3e9fb0eae0c16ff32415ead213e6602e6.zip |
Added /static to speakers images.
Diffstat (limited to 'project/templates/talk/speakers.html')
-rw-r--r-- | project/templates/talk/speakers.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/project/templates/talk/speakers.html b/project/templates/talk/speakers.html index 648aaab..710c38d 100644 --- a/project/templates/talk/speakers.html +++ b/project/templates/talk/speakers.html @@ -7,7 +7,7 @@ <div class="entry"> <h3>The following speakers are invited.</h3> <div id="speaker"><div id="speakerphoto"><img alt="Travis Oliphant" - src="/img/hs_travis.jpg" height=155 width=200 /></div> + src="/static/img/hs_travis.jpg" height=155 width=200 /></div> <div id="speakerinfo"><h3>Travis Oliphant (Keynote)</h3> He is the architect of NumPy and author of the definitive guide to NumPy. He was formerly a member of faculty at BYU and is currently @@ -16,7 +16,7 @@ <div style="clear: both;"/> <div id="speaker"> <div id="speakerphoto"><img alt="Jarrod Millman" - src="/img/jarrod.png" /></div> + src="/static/img/jarrod.png" /></div> <div id="speakerinfo"><h3>Jarrod Millman</h3> He is on the SciPy steering committee and an active contributor to both the NumPy and SciPy projects. He is the acting @@ -40,7 +40,7 @@ <div id="speaker"> <div id="speakerphoto"><img alt="Christopher Burns" - src="/img/ChristopherBurns.jpg" height=190 width=200 /></div> + src="/static/img/ChristopherBurns.jpg" height=190 width=200 /></div> <div id="speakerinfo"><h3>Christopher Burns</h3> He is one of the lead developers on the Neuroimaging in Python project (NiPy). He is a software engineer in @@ -53,7 +53,7 @@ <div id="speaker"> <div id="speakerphoto"><img alt="Prabhu Ramachandran" - src="/img/prabhu_ramachandran.jpg" /></div> + src="/static/img/prabhu_ramachandran.jpg" /></div> <div id="speakerinfo"><h3>Prabhu Ramachandran</h3> He is the architect of Mayavi (3D visualization in Python) and is currently a faculty member at the Department of Aerospace Engineering, @@ -64,7 +64,7 @@ <div id="speaker"> <div id="speakerphoto"><img alt="Asokan Pichai" - src="/img/pasokan.jpg" height=119 width=200 /></div> + src="/static/img/pasokan.jpg" height=119 width=200 /></div> <div id="speakerinfo"><h3>Asokan Pichai</h3> Mr. Asokan Pichai is the consultant/Project manager for the Python group of the FOSSEE project. He is also the principal consultant at |