diff options
author | Parth Buch | 2012-08-28 17:03:37 +0530 |
---|---|---|
committer | Parth Buch | 2012-08-28 17:03:37 +0530 |
commit | 7e38fd922a8dd4742d09758cd1c94fb0302045d3 (patch) | |
tree | b43d6ea8c47fb80e09e5e0bfd8759ac7d697addf /project/templates/_right_menu.html | |
download | scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.tar.gz scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.tar.bz2 scipywebsite-7e38fd922a8dd4742d09758cd1c94fb0302045d3.zip |
Reboot for scipy 2012
Diffstat (limited to 'project/templates/_right_menu.html')
-rw-r--r-- | project/templates/_right_menu.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/project/templates/_right_menu.html b/project/templates/_right_menu.html new file mode 100644 index 0000000..c7155f0 --- /dev/null +++ b/project/templates/_right_menu.html @@ -0,0 +1,35 @@ +<div style=" border: 1px black solid;"> +<h2 style="padding-left:2px;">News and Updates</h2> +<ul> +<li><a href="https://picasaweb.google.com/scipy.in">SciPy Day 1 - Images</a></li> +<li><a href="http://t.co/tA80aqTD">Recordings of SciPy Talks</a></li> +<hr/> +<h3 style="padding-left:2px;"> Documents of Aid</h3> +<li> <a href="/static/files/Reaching_IITB.pdf">This</a> can help you in Reaching IITB.</li> +<li> <a href="/static/files/Inside_IITB.pdf">Marauders Map</a></li> +<li> Once you are inside <a href="/static/files/Other_Facilities.pdf">this</a> might be handy.</li> +</ul> +</div> +<div id="right-inner"> + <h2>Organizers</h2> + <p><ul> + <li><a href="/scipyin/2011/about/sponsors/"> + <img src="/static/img/fossee.jpg" alt="FOSSEE Logo" title="FOSSEE Logo" + width="220" /></a></li> + </ul></p> + <h2><strong>Sponsors</strong></h2> + <p><ul> + <li><a href="/scipyin/2011/about/sponsors/"> + <img src="/static/img/mhrd_logo.png" alt="MHRD Logo" + title="MHRD Logo" width=220/><br/></a></li> + <li><a href="/scipyin/2011/about/sponsors/"> + <img src="/static/img/enthought_logo.png" alt="Enthought Logo" + title="Enthought Logo" width="220"/><br/></a></li> + </ul></p> + <h2><strong>Venue</strong></h2> + <p><ul> + <li><a href="/scipyin/2011/about/sponsors/"> + <img src="/static/img/iitb_logo.jpg" height=160 alt="IIT-B Logo" + title="IIT-B Logo" /><br/></a></li> + </ul></p> +</div> |