From 78a081a5626ab52bc283303457170afd7eaac618 Mon Sep 17 00:00:00 2001
From: Jayaram R Pai
Date: Sat, 4 Oct 2014 21:40:08 +0530
Subject: updated sponsors page

---
 static/website/templates/sponsors.html | 52 +++++++++++++++++++++++++++++++---
 1 file changed, 48 insertions(+), 4 deletions(-)

(limited to 'static/website/templates/sponsors.html')

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 %}
-- 
cgit