Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
authorKadambari Devarajan <kadambari.devarajan@gmail.com>
Fri, 26 Nov 2010 19:28:20 +0530
changeset 300 6e1001230377
parent 299 3c1c0ee29c59
child 301 49b56af22f04
Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
project/static/css/styles.css
project/templates/_menu.html
project/templates/_right_menu.html
project/templates/base.html
project/templates/home.html
project/urls.py
--- a/project/static/css/styles.css	Thu Nov 25 19:13:34 2010 +0530
+++ b/project/static/css/styles.css	Fri Nov 26 19:28:20 2010 +0530
@@ -588,4 +588,8 @@
 label.alert {
     font-size: 1.2em;
     color: #ff0000;
+}
+
+ul.entry {
+  font-size: 1.2em;
 }
\ No newline at end of file
--- a/project/templates/_menu.html	Thu Nov 25 19:13:34 2010 +0530
+++ b/project/templates/_menu.html	Fri Nov 26 19:28:20 2010 +0530
@@ -4,12 +4,15 @@
     <li><a href="/{{ params.scope }}/submit-registration/">Registration</a></li>
     <li>
       <ul>
-	<li>
-	  <a href="/{{ params.scope }}/about/fees/">Fees</a>
-	</li>
+        <li>
+          <a href="/{{ params.scope }}/about/fees/">Fees</a>
+        </li>
       </ul>
     </li>
     <li>
+    <a href="/{{ params.scope }}/about/dates/">Important Dates</a>
+    </li>
+    <li>
       Conference & CfP
       <ul>
         <li>
--- a/project/templates/_right_menu.html	Thu Nov 25 19:13:34 2010 +0530
+++ b/project/templates/_right_menu.html	Fri Nov 26 19:28:20 2010 +0530
@@ -1,14 +1,4 @@
 <div id="right-inner">
-  <h2>Important dates</h2>
-  <p><ul>
-    <li>Wednesday, Nov. 10: Abstracts Due</li>
-    <li>Monday, Nov. 15: Schedule announced
-    <li>Sunday, Dec. 05: Proceedings paper submission due
-    <li>Monday-Tuesday, Dec. 13-14: Conference
-    <li>Wednesday-Friday, Dec. 15-17: Tutorials/Sprints
-    <li>Saturday, Dec. 18: Sprints
-  </ul></p>
-
   <h2>Organizers</h2>
   <p><ul>
     <li><a href='http://www.jarrodmillman.com/'>Jarrod Millman</a>, Neuroscience Institute, UC Berkeley (USA)(Conference Co-Chair)</li>
--- a/project/templates/base.html	Thu Nov 25 19:13:34 2010 +0530
+++ b/project/templates/base.html	Fri Nov 26 19:28:20 2010 +0530
@@ -29,7 +29,7 @@
 
 <div id="header">
   <h1>{% block header %}SciPy.in 2010</h1>
-  <h3>December 13 - 18, IIIT-Hyderabad, India{% endblock %}</h3>
+  <h3>December 13 - 18, Hyderabad, India{% endblock %}</h3>
   {% include '_menu_user.html' %}
 </div>
 
--- a/project/templates/home.html	Thu Nov 25 19:13:34 2010 +0530
+++ b/project/templates/home.html	Fri Nov 26 19:28:20 2010 +0530
@@ -47,21 +47,16 @@
 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></p>
+understand, participate, and contribute to Scientific Computing using Python.
+Attendees of the conference and participants of the sprints planned will be
+able to access and review the tools available. They will also be able to
+learn domain-specific applications and how the tools apply to a plethora
+of application problems.<br></p>
 
-   <p>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>One of the goals of the conference is to combine education, engineering,
+and science with computing through the medium of Python. This conference also
+aims to spread the use of Python for Scientific Computing 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 %}
--- a/project/urls.py	Thu Nov 25 19:13:34 2010 +0530
+++ b/project/urls.py	Fri Nov 26 19:28:20 2010 +0530
@@ -140,7 +140,9 @@
     url(r'^%s/certificates/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/certificates.html"},
         name='scipycon_certificates'),
-
+    url(r'^%s/about/dates/$' % (SCOPE_ARG_PATTERN),
+        direct_to_template, {"template": "about/important_dates.html"},
+        name='scipycon_imp_dates'),
     )
 
 # Password reset