# HG changeset patch # User anoop # Date 1275658278 -19800 # Node ID 7badc9093d9b480239071cd7e269bb6879c107a0 # Parent ec540dfbfe78b1e9182cf368e9beec0d62a7f77c added files for needed pages. diff -r ec540dfbfe78 -r 7badc9093d9b templates/about.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/about.html Fri Jun 04 19:01:18 2010 +0530 @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% block title %} +About (Sage Days 25) +{% endblock %} +{% block content %} +

Sage Days 25, India

+ +{% endblock %} diff -r ec540dfbfe78 -r 7badc9093d9b templates/contact.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/contact.html Fri Jun 04 19:01:18 2010 +0530 @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% block title %} +Contact Us +{% endblock %} +{% block content %} +

Contact Us

+

Queries may be addressed to sagedays [at] fossee [dot] in

+{% endblock %} diff -r ec540dfbfe78 -r 7badc9093d9b templates/organizers.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/organizers.html Fri Jun 04 19:01:18 2010 +0530 @@ -0,0 +1,25 @@ +{% extends 'base.html' %} +{% block title %} +Organizers +{% endblock %} +{% block content %} +

Organizers

+ + +{% endblock %} diff -r ec540dfbfe78 -r 7badc9093d9b templates/schedule.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/schedule.html Fri Jun 04 19:01:18 2010 +0530 @@ -0,0 +1,128 @@ +{% extends 'base.html' %} +{% block title %} +Schedule +{% endblock %} +{% block content %} +

Schedule

+

Day 1 - Monday 9th August, 2010: Introduction and Overview

+ + + +

Day 2 - Tuesday 10th August, 2010: Cryptography

+ + + + +

Day 3 - Wednesday 11th August, 2010: Miscellaneous

+ + +

Day 4 - Thursday 12th August, 2010: TBA

+ + +{% endblock %} diff -r ec540dfbfe78 -r 7badc9093d9b templates/venue.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/venue.html Fri Jun 04 19:01:18 2010 +0530 @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% block title %} +Venue +{% endblock %} +{% block content %} +

Venue

+

IIT Bombay, Mumbai, India.

+{% endblock %}