diff options
author | Madhusudan.C.S | 2009-10-30 15:09:12 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-10-30 15:09:12 +0530 |
commit | f89410559c20dd88d78ccd6b9d24e7941da9d5ff (patch) | |
tree | 3ad4fb64efc7523d1f3065e0dd03693871d6ce55 /project/templates/sponsor/schwag.html | |
parent | 75f0773685ef0724d8ccc1eb1aab16bba55cd7a7 (diff) | |
download | scipycon-f89410559c20dd88d78ccd6b9d24e7941da9d5ff.tar.gz scipycon-f89410559c20dd88d78ccd6b9d24e7941da9d5ff.tar.bz2 scipycon-f89410559c20dd88d78ccd6b9d24e7941da9d5ff.zip |
Added all the files from kiwipycon and the changes made for SciPy.in.
Diffstat (limited to 'project/templates/sponsor/schwag.html')
-rw-r--r-- | project/templates/sponsor/schwag.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/project/templates/sponsor/schwag.html b/project/templates/sponsor/schwag.html new file mode 100644 index 0000000..f01f1bf --- /dev/null +++ b/project/templates/sponsor/schwag.html @@ -0,0 +1,26 @@ +{% extends "base.html" %} +<!-- TODO: Replace sentences with PR's suggestions. --> +{% block title %} +Schwag Sponsors +{% endblock %} + +{% block content %} + <h1>Schwag Sponsors</h1> + +<p>The SciPy.in 2009 Organising Committee would also like to thank the +following organisations for their generous contributions of giveaway items for +the SciPy.in PyCon attendees!</p> + +<p><ul> + <li>(co-chair) <a href='https://cirl.berkeley.edu/view/User/JarrodMillman'>Jarrod Millman</a>, Neuroscience Institute, UC Berkeley (USA)</li> + <li>(co-chair) <a href='http://www.aero.iitb.ac.in/~prabhu'>Prabhu Ramachandran</a>, Department of Aerospace Engineering, +IIT Bombay (India)</li> + <li>Vimal Joseph, <a href='http://space-kerala.org/'>SPACE-Kerala (India)</a></li> + <li><a href='http://fossee.in/'>FOSSEE Team</a></li> + <li><a href='http://www.itmission.kerala.gov.in'>Kerala State IT Mission(KSITM)</a></li> + <li><a href='http://csi-india.org'>SIG-FOSS Of CSI</a></li> +</ul></p> + + +{% endblock %} + |