summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayaram R Pai2014-10-04 21:40:08 +0530
committerJayaram R Pai2014-10-04 21:40:08 +0530
commit78a081a5626ab52bc283303457170afd7eaac618 (patch)
treee2484d67c582a5a00c5a92034b7fd59ccc1296e5
parentfd9bcebfeff77e9aafe84d8df207ab2c0d7a5163 (diff)
downloadscipy2014-78a081a5626ab52bc283303457170afd7eaac618.tar.gz
scipy2014-78a081a5626ab52bc283303457170afd7eaac618.tar.bz2
scipy2014-78a081a5626ab52bc283303457170afd7eaac618.zip
updated sponsors page
-rw-r--r--static/website/css/main.css4
-rw-r--r--static/website/templates/schedule.html8
-rw-r--r--static/website/templates/sponsors.html52
3 files changed, 53 insertions, 11 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index 57aec8f..7bfcebc 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -210,6 +210,10 @@ body {
#sponsors img {
margin-top: 10px;
}
+#sponsorship-details .media img {
+ width: 150px;
+ margin-top: 25px;
+}
#invited-speakers .media img {
width: 150px;
}
diff --git a/static/website/templates/schedule.html b/static/website/templates/schedule.html
index 0f07773..f21e7c3 100644
--- a/static/website/templates/schedule.html
+++ b/static/website/templates/schedule.html
@@ -5,11 +5,5 @@ Schedule
{% endblock %}
{% block content %}
-<h3>Schedule</h3>
-<hr>
-<p>
-<em>
- Will be updated soon.
-</em>
-</p>
+<h3 class="garmond">Will be updated soon. . .</h3>
{% endblock %}
diff --git a/static/website/templates/sponsors.html b/static/website/templates/sponsors.html
index a44ce54..886e550 100644
--- a/static/website/templates/sponsors.html
+++ b/static/website/templates/sponsors.html
@@ -1,4 +1,5 @@
{% extends 'website/templates/base.html' %}
+{% load static %}
{% block sidebar %}
{% endblock %}
@@ -8,8 +9,51 @@
{% endblock %}
{% block content %}
-<h3>Sponsors</h3>
-<em>
- Will be updated soon.
-</em>
+<div id="sponsorship-details">
+ <div class="row">
+ <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
+ <h3 class="garmond"><u>Gold Sponsor</u></h3>
+ <div class="media">
+ <a class="pull-left" href="#">
+ <img class="media-object" src="{% static 'website/images/mhrd-logo.png' %}" alt="mhrd-logo">
+ </a>
+ <div class="media-body">
+ <h4 class="media-heading">MHRD India</h4>
+ <p>
+ The FOSSEE project undertaken by IIT Bombay is funded by
+ <a href="http://mhrd.gov.in" target="_blank">Ministry of Human Resource Development</a> (Govt. of India) under
+ National Mission on Education through ICT. The essence of Human
+ Resource Development is education, which plays a significant
+ and remedial role in balancing the socio-economic fabric of the
+ Country. Since citizens of India are its most valuable
+ resource, our billion-strong nation needs the nurture and care
+ in the form of basic education to achieve a better quality of
+ life.
+ </p>
+ </div>
+ </div> <!-- /.media -->
+ <hr>
+ <h3 class="garmond"><u>Organizer</u></h3>
+ <div class="media">
+ <a class="pull-left" href="#">
+ <img class="media-object" src="{% static 'website/images/fossee-logo.png' %}" alt="fossee-logo">
+ </a>
+ <div class="media-body">
+ <h4 class="media-heading">FOSSEE</h4>
+ <p>
+ Annual SciPy India conference is organized by the team members
+ of <a href="http://fossee.in" target="_blank">FOSSEE</a> project.
+ For any queries you may writes us at
+ <a href="mailto:info@fossee.in">info [at] fossee [dot] in</a>.
+ FOSSEE project is part of the National
+ Mission on Education through ICT with the thrust area being
+ "Adaptation and deployment of open source simulation packages
+ equivalent to proprietary software, funded by MHRD, based at
+ the <a href="http://www.iitb.ac.in" target="_blank">Indian Institute of Technology Bombay</a> (IITB).
+ </p>
+ </div>
+ </div> <!-- /.media -->
+ </div> <!-- /.col -->
+ </div> <!-- /.row -->
+</div> <!-- /#sponsorship-details -->
{% endblock %}