Added venue information.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 05 Nov 2009 14:37:18 +0530
changeset 15 07e4c036a0e7
parent 14 290f37228707
child 16 443f0c122c8c
Added venue information.
project/static/css/styles.css
project/templates/about/venue.html
project/templates/home.html
--- a/project/static/css/styles.css	Thu Nov 05 14:25:03 2009 +0530
+++ b/project/static/css/styles.css	Thu Nov 05 14:37:18 2009 +0530
@@ -11,7 +11,11 @@
 
 p {
     text-indent: 1em;
-    width: 70%;
+    width: 80%;
+    font-family: Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
+    font-size: 1.1em;
+    color: #58585a;
+    margin-left: 1em;
 }
 pre.plain {
     font-family: Verdana, Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
--- a/project/templates/about/venue.html	Thu Nov 05 14:25:03 2009 +0530
+++ b/project/templates/about/venue.html	Thu Nov 05 14:37:18 2009 +0530
@@ -1,4 +1,17 @@
 {% extends "base.html" %}
 {% block content %}
-<h1>We will update this page once we have more information on it.</h1>
+<h1>Venue</h1>
+<div class="entry">
+  <p>This conference is jointly organized by <a href="http://fossee.in">
+"Free/Open source Software in Science and Engineering Education" (FOSSEE)
+</a> project under the <a href="http://www.sakshat.ac.in/">National Mission
+on Education (NME)</a> through Information and Communication Technologies
+(ICT), <a href="http://space-kerala.org/">SPACE-Kerala </a>,
+<a href="http://www.itmission.kerala.gov.in/"> Kerala State IT Mission (KSITM)
+</a> and SIG-FOSS of CSI. SPACE-Kerala is helping coordinate and organize the
+conference.</p>
+<p>The conference is proposed to be held at the Technopark in Trivandrum, keeping
+in mind accessibility, the number of attendees and the location, among other
+aspects to be considered.</p>
+</div>
 {% endblock content %}
\ No newline at end of file
--- a/project/templates/home.html	Thu Nov 05 14:25:03 2009 +0530
+++ b/project/templates/home.html	Thu Nov 05 14:37:18 2009 +0530
@@ -1,34 +1,27 @@
 {% extends "base.html" %}
 
 {% block content %}
-  <div class="post">
-		<div class="title">
-			<h2><a href="scope">Scope of the conference</a></h2>				
-		</div>
-    <div class="entry">
-			<p><strong>Scipy.in </strong>is a conference providing opportunities to spread the use of
-the Python programming language in the Scientific Computing community in
-India. It provides a unique opportunity to interact with the "Who's who"
-of the Python for Scientific Computing fraternity and learn, understand,
-participate and contribute what is happening in the realms of Scientific
-Computing using Python. Attendees of the conference and participants of
-the sprints planned will be able to access and review the tools
-available, apart from learning domain-specific applications and how the
-tools apply to a plethora of application problems.<br>
+<h1>Scope of the conference</h1>
+<div class="entry">
+  <p><strong>Scipy.in </strong>is a conference providing opportunities to 
+spread the use of the Python programming language in the Scientific Computing
+community in India. It provides a unique opportunity to interact with the
+"Who's who" of the Python for Scientific Computing fraternity and learn,
+understand, participate and contribute what is happening in the realms of
+Scientific Computing using Python. Attendees of the conference and participants
+of the sprints planned will be able to access and review the tools available,
+apart from learning domain-specific applications and how the tools apply to a
+plethora of application problems.<br>
 
-One of the goals of the conference is to combine education, engineering,
-and science with computing through the medium of Python and thereby
-extrapolate on how powerful Scientific Computing is in various fields
-and among different communities.</p>			
-			<!--<p class="links"> <a href="#" class="more">Read More</a> <a href="#" class="comments">No Comments</a> </p> -->
-			</div>						
-	</div>
-	<div class="post">
-			<div class="title">
-				<h2><a name="theme">Theme</a></h2>
-			</div>
-			<div class="entry">
-				<p>Theme for Conference talks - <strong>"Scientific Python in Action"</strong> with respect to Application and Teaching</p>
-			</div>
-	</div>
+One of the goals of the conference is to combine education, engineering and
+science with computing through the medium of Python and thereby extrapolate on
+how powerful Scientific Computing is in various fields and among different
+communities.
+  </p>			
+</div>
+<h1>Theme</h1>
+<div class="entry">
+  <p>Theme for Conference talks - <strong>"Scientific Python in Action"</strong>
+with respect to Application and Teaching</p>
+</div>
 {% endblock content %}