Add a new page for Sponsors and all the boiler plate. Add responsibilities for each sponsor. Remove all the sponsor information from right hand menu.
--- a/project/templates/_menu.html Fri Nov 26 19:28:20 2010 +0530
+++ b/project/templates/_menu.html Fri Nov 26 19:29:54 2010 +0530
@@ -94,6 +94,7 @@
</li>
<li><a href="/{{ params.scope }}/publicity/">Publicity</a></li>
<li><a href="/{{ params.scope }}/organizers/">Organizers</a></li>
+ <li><a href="/{{ params.scope }}/about/sponsors/">Sponsors</a></li>
{% if user.is_staff %}
<li><a href="/{{ params.scope }}/regstats/">Registration Statistics</a></li>
{% endif %}
--- a/project/templates/_right_menu.html Fri Nov 26 19:28:20 2010 +0530
+++ b/project/templates/_right_menu.html Fri Nov 26 19:29:54 2010 +0530
@@ -8,46 +8,5 @@
height="90" />
<a href="http://fossee.in/">
FOSSEE Team</a></li>
- <li><img src="/static/img/enhanceedu_logo.png" alt="IIIT-H Logo"
- title="IIIT-H Logo" height="150" /><br/>
- <a href="http://www.iiit.ac.in/">
- EnhanceEdu, IIIT - Hyderabad</a></li>
- </ul></p>
- <h2>Sponsors</h2>
- <p><ul>
- <li><img src="/static/img/fossee.jpg" alt="FOSSEE Logo" title="FOSSEE Logo"
- height="90" />
- <a href="http://www.sakshat.ac.in/">
- National Mission on Education (NME)</a> through Information and
- Communication Technologies (ICT), Government of India</li>
- <li><img src="/static/img/enthought_logo.png" alt="Enthought Logo"
- title="Enthought Logo" width=260/><br/>
- <a href="http://www.enthought.com/">
- Enthought, Inc.</a></li>
- <li><img src="/static/img/python_logo.gif" alt="PSF Logo"
- title="PSF Logo" width=260/><br/>
- <a href="http://www.python.org/psf/">
- Python Software Foundation</a></li>
- <li><img src="/static/img/enhanceedu_logo.png" alt="IIIT-H Logo"
- title="IIIT-H Logo" height="150" /><br/>
- <a href="http://www.iiit.ac.in/">
- EnhanceEdu, IIIT - Hyderabad</a></li>
- </ul></p>
- <h2>Venue Sponsors</h2>
- <p><ul>
- <li><a href="http://www.isb.edu/">
- <img src="/static/img/isb_logo.gif"
- alt="Indian School of Business Logo"
- title="Indian School of Business" /><br /></a></li>
- <br />
- <li><a href="http://www.mahindrasatyam.com/">
- <img src="/static/img/mahindra_satyam_logo.jpg"
- alt="Mahindra Satyam Logo"
- title="Mahindra Satyam Logo" height=23 width="260" /></a></li>
- <br />
- <li><a href="http://www.iiit.ac.in/">
- <img src="/static/img/iiith_logo.gif" alt="IIIT-H Logo"
- title="IIIT-H Logo" height="108" /><br/>
- <a href="http://www.iiit.ac.in/"></a></li>
</ul></p>
</div>
--- a/project/urls.py Fri Nov 26 19:28:20 2010 +0530
+++ b/project/urls.py Fri Nov 26 19:29:54 2010 +0530
@@ -143,6 +143,9 @@
url(r'^%s/about/dates/$' % (SCOPE_ARG_PATTERN),
direct_to_template, {"template": "about/important_dates.html"},
name='scipycon_imp_dates'),
+ url(r'^%s/about/sponsors/$' % (SCOPE_ARG_PATTERN),
+ direct_to_template, {"template": "about/sponsors.html"},
+ name='scipycon_sponsors'),
)
# Password reset