diff options
-rw-r--r-- | project/static/css/styles.css | 2 | ||||
-rw-r--r-- | project/templates/_right_menu.html | 26 |
2 files changed, 24 insertions, 4 deletions
diff --git a/project/static/css/styles.css b/project/static/css/styles.css index c85cc55..407fb9b 100644 --- a/project/static/css/styles.css +++ b/project/static/css/styles.css @@ -330,7 +330,7 @@ div.picture img #footer { border-top: 1px dotted #888888; - margin: 150px 0 0; + margin: 450px 0 0; padding: 0 1em; font-size: 0.5em; clear: both; diff --git a/project/templates/_right_menu.html b/project/templates/_right_menu.html index 8b62af3..0ad8919 100644 --- a/project/templates/_right_menu.html +++ b/project/templates/_right_menu.html @@ -18,8 +18,8 @@ IIT Bombay, India (Conference Co-Chair)</li> height="90" /> <a href="http://fossee.in/"> FOSSEE Team</a></li> - <li><img src="/static/img/iiith_logo.gif" alt="IIIT-H Logo" - title="IIIT-H Logo" height="108" /><br/> + <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> @@ -30,6 +30,26 @@ IIT Bombay, India (Conference Co-Chair)</li> <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/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> |