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 | |
parent | 885670ee221ec8f926073233c43edb1ebbec5583 (diff) | |
download | scipycon-b13a81e3e9fb0eae0c16ff32415ead213e6602e6.tar.gz scipycon-b13a81e3e9fb0eae0c16ff32415ead213e6602e6.tar.bz2 scipycon-b13a81e3e9fb0eae0c16ff32415ead213e6602e6.zip |
Added /static to speakers images.
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/base.html | 4 | ||||
-rw-r--r-- | project/templates/talk/speakers.html | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/project/templates/base.html b/project/templates/base.html index 5c6c47f..ddac403 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -14,7 +14,7 @@ <link rel="icon" href="/static/img/favicon.ico" type="image/x-icon" /> - <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/blog/" /> + <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/blog" /> </head> <body> @@ -49,7 +49,7 @@ <div id="footer"> <p rel="credits">Content by the <a href="/about/team/" alt="SciPy.in Team">SciPy.in Team</a>, website by <a href="http://bitbucket.org/vshivak/kiwipycon/src/tip/AUTHORS" alt="Website's Creators">Kiwi Djangonauts</a>, - hosting by <a href="http://fosse.in/" alt="Free and Open Source software in Science and Engineering Education">Free and Open Source software in Science and Engineering Education</a>, + hosting by <a href="http://fossee.in/" alt="Free and Open Source software in Science and Engineering Education">Free and Open Source software in Science and Engineering Education</a>, <!-- TODO: logo design by Jason Nielsen--></p> </div> 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 |