# HG changeset patch
# User anoop
# Date 1275658202 -19800
# Node ID ec540dfbfe78b1e9182cf368e9beec0d62a7f77c
# Parent 11f8285036664e75e45edd5a74cd3a54741d3531
added more pages.
diff -r 11f828503666 -r ec540dfbfe78 sdi/views.py
--- a/sdi/views.py Fri Jun 04 14:59:14 2010 +0530
+++ b/sdi/views.py Fri Jun 04 19:00:02 2010 +0530
@@ -76,3 +76,17 @@
def homepage(request):
return render_to_response("index.html")
+def schedule(request):
+ return render_to_response("schedule.html")
+
+def organizers(request):
+ return render_to_response("organizers.html")
+
+def venue(request):
+ return render_to_response("venue.html")
+
+def contact(request):
+ return render_to_response("contact.html")
+
+def about(request):
+ return render_to_response("about.html")
diff -r 11f828503666 -r ec540dfbfe78 templates/base.html
--- a/templates/base.html Fri Jun 04 14:59:14 2010 +0530
+++ b/templates/base.html Fri Jun 04 19:00:02 2010 +0530
@@ -19,9 +19,10 @@
color:#666666;
background-color:#f3f3f3;
font-family: Arial, "Trebuchet MS", Verdana;
- font-size: 80%;
+ font-size: 90%;
background-repeat:repeat-x;
background-position:top;
+ text-align: justify;
}
/******************************************** ********** ********** **********/
@@ -46,7 +47,7 @@
}
#header-image {
- height:120px;
+ height:180px;/*120px*/
background-color:#FFFFFF;
background-image:url(/media/logo.png);
background-repeat:no-repeat;
@@ -70,7 +71,7 @@
}
.content-padding {
- padding:10px;
+ padding:0px;
}
#sidebar-left {
@@ -84,21 +85,20 @@
float:left;
}
-.sidebar-left #middle-content,
-.sidebar-right #middle-content {
+.sidebar-left #middle-content{
width:77%;
float:left;
}
.sidebars #middle-content {
- width:56%;
+ width:77%;
float:left;
}
-#sidebar-right {
- width:21%;
+
div.tablewrapper {
width:99%;
@@ -447,7 +447,7 @@
#navigation-breadcrumb {
padding:5px 20px;
border-top: 1px solid #ffffff;
- background-image:url(img/bg_breadcrumb.gif);
+ background-image:url(/media/bg_breadcrumb.gif);
background-repeat:repeat-x;
// margin-bottom:10px;
}
@@ -871,7 +871,7 @@
Register
Schedule
-Speakers
+
Organizers
Venue
diff -r 11f828503666 -r ec540dfbfe78 templates/index.html
--- a/templates/index.html Fri Jun 04 14:59:14 2010 +0530
+++ b/templates/index.html Fri Jun 04 19:00:02 2010 +0530
@@ -1,8 +1,51 @@
{% extends 'base.html' %}
{% block content %}
Sage Days 25, Mumbai, India
-
-For registration click here
-
+What is 'Sage Days'?
+Sage Days is a confluence of present and prospective SAGE Users and Developers.
+It is an opportunity to come together to share ideas, brainstorm and hack on Sage.
+
+Sage Days 25 is the 25th version of Sage Days, and is being organized in Mumbai, India.
+In order to cater to an Indian audience and scenario, this version has been tweaked
+slightly. Sage Days 25 has beginner level tutorials, in addition to the usual talks and sprints,
+to help new users get started with Sage and help promote the use of Sage in India.
+
+
+What is Sage?
+Sage is a free, open-source mathematics software system licensed under the GPL.
+It combines the power of numerous existing open-source packages into a common
+Python-based interface. It's mission is to create a "viable free open source alternative to
+Magma, Maple, Mathematica and Matlab".
+
+Sage has tools for a broad range of mathematical areas like Linear Algebra, Calculus,
+Symbolic Math, Plotting, Rings & Groups, Graph Theory, Number Theory and Cryptography.
+Essentially, "it can do anything from mapping a 12-dimensional object to calculating rainfall
+patterns under global warming" - as Science Daily puts it . Eager to get started? Start here.
+Apart from being feature rich, it's usability is one of it's greatest strengths. Sage Notebook,
+a web-interface for all the math you'll ever want to do, is really the killer feature! As the Sage
+Marketing page says, "The SAGE GUI surely works on your computer box, because it just runs
+in Firefox!". Try it Now!
+
+
+Why should you attend?
+Sage Days 25 is being attended by the creator and lead developer of Sage, Prof. William Stein.
+It will also be attended by other developers of Sage. This would be a great opportunity to meet
+and interact with them!
+
+The conference will be attended by a plethora of enthusiastic people from all over the country
+who use Sage or are interested in doing so. The conference will also see the presence of many
+mathematicians interested in software. Who knows, you may run into someone you'd want to
+collaborate with, for your future work!
+
+This event will be a great learning experience, if you are even remotely interested in math and software for it!
+
+
+When and Where?
+Venue: IIT-Bombay, Mumbai, India
+Dates: August 9-12, 2010
+Tentative Schedule
+Register Here
+
+
{% endblock %}
diff -r 11f828503666 -r ec540dfbfe78 templates/list_stats.html
--- a/templates/list_stats.html Fri Jun 04 14:59:14 2010 +0530
+++ b/templates/list_stats.html Fri Jun 04 19:00:02 2010 +0530
@@ -1,4 +1,7 @@
{% extends 'base.html' %}
+{% block title %}
+Registration Statistics
+{% endblock %}
{% block content %}