added twitter and fb on the page 2011
authorParth buch <parth.buch.115@gmail.com>
Fri, 30 Sep 2011 20:39:50 +0530
branch2011
changeset 427 ee98f2b50ffa
parent 426 8d55ce40211c
child 428 d7fefdb4b947
added twitter and fb on the page
project/static/css/styles.css
project/static/img/facebook.png
project/static/img/twitter.png
project/templates/base.html
--- a/project/static/css/styles.css	Fri Sep 30 20:37:47 2011 +0530
+++ b/project/static/css/styles.css	Fri Sep 30 20:39:50 2011 +0530
@@ -286,6 +286,11 @@
     border: 0;
 }
 
+#social-badge{
+	float:right;
+	margin-top:110px;
+}
+
 /* layout */
 #header
 {
Binary file project/static/img/facebook.png has changed
Binary file project/static/img/twitter.png has changed
--- a/project/templates/base.html	Fri Sep 30 20:37:47 2011 +0530
+++ b/project/templates/base.html	Fri Sep 30 20:39:50 2011 +0530
@@ -27,6 +27,10 @@
   <a href="/"><img src="/static/img/scipyshiny_small.png"
     alt="SciPy.in Logo" title="SciPy.in Logo"
     width="139" height="130" /></a>
+    <div id="social-badge">
+    	<a href="http://twitter.com/scipydotin" target="_blank"><img src="/static/img/twitter.png" alt="Twitter" Title="Connect to us of Twitter" /></a>
+    	<a href="http://facebook.com/scipydotin" target="_blank"><img src="/static/img/facebook.png" alt="Facebook" Title="Connect to us of Facebook" /></a>
+    </div>
 </div>
 
 <div id="header">