diff options
Diffstat (limited to 'project/templates/_right_menu.html')
-rw-r--r-- | project/templates/_right_menu.html | 56 |
1 files changed, 41 insertions, 15 deletions
diff --git a/project/templates/_right_menu.html b/project/templates/_right_menu.html index 97f67b0..3135b25 100644 --- a/project/templates/_right_menu.html +++ b/project/templates/_right_menu.html @@ -1,22 +1,48 @@ <div id="right-inner"> <h2>Organizers</h2> <p><ul> - <li><img src="/static/img/fossee.jpg" alt="FOSSEE Logo" title="FOSSEE Logo" - height="90" /> - <a href="http://fossee.in/"> - FOSSEE Team</a></li> + <li><a href="http://fossee.in/">FOSSEE Team</a></li> </ul></p> - <br/><br/> <h2>Local Organizers</h2> <p><ul> - <li><img src="/static/img/enhanceedu_logo.png" alt="IIIT-H Logo" - title="IIIT-H Logo" height="150" /><br/> - <a href="http://enhanceedu.iiit.ac.in/"> - EnhanceEdu, IIIT-Hyderabad</a></li> - <br/> - <li><img src="/static/img/fossee.jpg" alt="FOSSEE Logo" title="FOSSEE Logo" - height="90" /> - <a href="http://fossee.in/"> - FOSSEE Team</a></li> + <li><a href="http://enhanceedu.iiit.ac.in/">EnhanceEdu, IIIT-Hyderabad</a></li> + <li><a href="http://fossee.in/">FOSSEE Team</a></li> </ul></p> -</div> + <h2><strong>Main Sponsor</strong></h2> + <p><ul> + <li><a href="/scipyin/2010/about/sponsors/"> + <img src="/static/img/fossee.jpg" alt="FOSSEE Logo" title="FOSSEE Logo" + width="240" /></a></li> + </ul></p> + <h2><strong>Additional Sponsors</strong></h2> + <p><ul> + <li><a href="/scipyin/2010/about/sponsors/"> + <img src="/static/img/enthought_logo.png" alt="Enthought Logo" + title="Enthought Logo" width="240"/><br/></a></li> + <li><a href="/scipyin/2010/about/sponsors/"> + <img src="/static/img/python_logo.gif" alt="PSF Logo" + title="PSF Logo" width=260/><br/></a></li> + </ul></p> + <h2><strong>Accommodation Sponsors</strong></h2> + <p><ul> + <li><a href="/scipyin/2010/about/sponsors/"> + <img src="/static/img/enhanceedu_logo.png" alt="IIIT-H Logo" + title="IIIT-H Logo" height="150" /><br/></a></li> + </ul></p> + <h2><strong>Venue Sponsors</strong></h2> + <p><ul> + <li><a href="/scipyin/2010/about/sponsors/"> + <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="/scipyin/2010/about/sponsors/"> + <img src="/static/img/mahindra_satyam_logo.jpg" + alt="Mahindra Satyam Logo" + title="Mahindra Satyam Logo" height=23 width="240" /></a></li> + <br /> + <li><a href="/scipyin/2010/about/sponsors/"> + <img src="/static/img/iiith_logo.gif" alt="IIIT-H Logo" + title="IIIT-H Logo" height="108" /><br/></a></li> + </ul></p> +</div>
\ No newline at end of file |