summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorCheese Cookie2013-11-04 13:31:51 +0530
committerCheese Cookie2013-11-04 13:31:51 +0530
commit00b410eb6484ce274259bebf71f8cba95e6d879d (patch)
treeee01ee7386546daee405acffe1b8c49cf0774b44 /website
parent17ecff4969f981cdaaa9b0b3a5899aafbf0c54e5 (diff)
downloadSciPy2013-00b410eb6484ce274259bebf71f8cba95e6d879d.tar.gz
SciPy2013-00b410eb6484ce274259bebf71f8cba95e6d879d.tar.bz2
SciPy2013-00b410eb6484ce274259bebf71f8cba95e6d879d.zip
fossee under organisers and footer.
Diffstat (limited to 'website')
-rw-r--r--website/static/css/main.css17
-rw-r--r--website/templates/index.html15
-rw-r--r--website/templates/page.html6
3 files changed, 27 insertions, 11 deletions
diff --git a/website/static/css/main.css b/website/static/css/main.css
index 2b027a7..eb22a9e 100644
--- a/website/static/css/main.css
+++ b/website/static/css/main.css
@@ -79,7 +79,20 @@
color: #ffffff;
}
#footer-inner #social img{
- margin: 25px 0 0 20px;
+ margin: 15px 0 0 20px;
+}
+#social #fossee-logo{
+
+}
+#social #fossee-logo img{
+ width: 60%;
+ margin-left: 20%;
+ padding: 5px;
+ background: #ffffff;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ -o-border-radius: 5px;
+ border-radius: 5px;
}
#credits{
padding: 15px 0 0 0;
@@ -178,4 +191,4 @@
right: 0;
left: 0;
bottom: 0;
-} \ No newline at end of file
+}
diff --git a/website/templates/index.html b/website/templates/index.html
index f02c141..37213c6 100644
--- a/website/templates/index.html
+++ b/website/templates/index.html
@@ -89,15 +89,10 @@
<section id="sponsors">
<h5 align="center">Sponsors</h5>
<div class="row">
- <ul class="large-block-grid-4">
- <li>
- <a href="http://fossee.in" target="_blank">
- <img src="{% static 'img/fossee-logo.png' %}" style="width: 65%; margin: 25px 0 0 0;">
- </a>
- </li>
+ <ul class="large-block-grid-3">
<li>
<a href="http://www.jpmorgan.com" target="_blank">
- <img src="{% static 'img/jp-logo.png' %}" style=" margin: 25px 0 0 0;">
+ <img src="{% static 'img/jp-logo.png' %}" style=" width: 95%; margin: 25px 0 0 0;">
</a>
</li>
<li>
@@ -185,7 +180,11 @@
<div id="social" class="large-4 columns">
<h6 align="center">Keep in touch with us</h6>
- <br><br>
+ <div id="fossee-logo">
+ <a href="http://fossee.in" target="_blank">
+ <img src="{% static "img/fossee-logo.png"%}" alt="FOSSEE" title="fossee.in"/>
+ </a>
+ </div> <!-- /fossee-logo -->
<a href="https://www.facebook.com/scipydotin" target="_blank"><img src="{% static 'img/facebook.png' %}"></a>
<a href="http://twitter.com/scipyindia" target="_blank"><img src="{% static 'img/twitter.png' %}"></a>
<a href="https://plus.google.com/b/114283139455008176105/" target="_blank"><img src="{% static 'img/googleplus.png' %}"></a>
diff --git a/website/templates/page.html b/website/templates/page.html
index a27df88..38e62b8 100644
--- a/website/templates/page.html
+++ b/website/templates/page.html
@@ -106,7 +106,11 @@
<div id="social" class="large-4 columns">
<h6 align="center">Keep in touch with us</h6>
- <br><br>
+ <div id="fossee-logo">
+ <a href="http://fossee.in" target="_blank">
+ <img src="{% static "img/fossee-logo.png"%}" alt="FOSSEE" title="fossee.in"/>
+ </a>
+ </div> <!-- /fossee-logo -->
<a href="https://www.facebook.com/scipydotin" target="_blank"><img src="{% static 'img/facebook.png' %}"></a>
<a href="http://twitter.com/scipyindia" target="_blank"><img src="{% static 'img/twitter.png' %}"></a>
<a href="https://plus.google.com/b/114283139455008176105/" target="_blank"><img src="{% static 'img/googleplus.png' %}"></a>