From d0c036ec7b64b2f36e4dd9740418936069ed1028 Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Wed, 14 Sep 2016 11:51:21 +0530 Subject: Changes in main page --- website/templates/base.html | 433 +++++++++++++++++++++++--------------------- 1 file changed, 231 insertions(+), 202 deletions(-) (limited to 'website/templates/base.html') diff --git a/website/templates/base.html b/website/templates/base.html index 4855a50..2197957 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -9,8 +9,8 @@ - - + + @@ -23,63 +23,52 @@ {% endblock %} + + + {% block nav %} - + + + + + {% endblock %} + {% block content %}
@@ -91,9 +80,33 @@

ABOUT

-

We look forward to your proposals. Conference aims to promote Python for Scientific Computing and Education. Topics like pedagogy, exploration, modeling or from both applied and developmental perspectives are welcome. Contributions from academia as well as industry are welcome. If you wish to propose a talk at the conference, kindly follow the guidelines given below.

+

We look forward to your proposals. Conference aims to promote Python for Scientific Computing and Education. Topics like pedagogy, exploration, modeling or from both applied and developmental perspectives are welcome. Contributions from academia as well as industry are welcome. If you wish to propose a talk at the conference, kindly follow the guidelines given below.

+ +

SciPy India Conferences down the lane

+
@@ -105,67 +118,31 @@

SPEAKERS

- +
- @@ -176,43 +153,115 @@

ATTEND

-
- +
+ + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+ + + Early Bird +

₹1000

+ +
+ This ticket includes conference (tutorials + talks), lunch and snacks for 3 days. It does not include Accommodation & T-Shirt. This is a non-refundable ticket. +
+ + + + Light +

₹300

+ + +
+ This Ticket allows you to ONLY attend the conference for 3 Days. Does not include any conference amenities (Accommodation, Kit, Food & T-shirt). This is a non-refundable ticket.
+ + + Regular +

₹1200

+ + +
+ This ticket includes conference (tutorials + talks), lunch and snacks for 3 days. It does not include Accommodation & T-Shirt. This is a non-refundable ticket.
+ + + Accomodation +

₹750

+ + +
+ Accommodation is provided on a shared basis (twin sharing) inside IIT-B campus (Boys/Girls hostel). Accommodation will be provided for 3 days, i.e, 13-14, 14-15 and 15-16 December. Accommodation does not include other amenities like dinner, etc. Extension of period of stay is not available. This is a non-refundable ticket. +
+ + + T-Shirt +

₹250

+ + +
+ Change of size, exchange at the venue is not available. This is a non-refundable ticket. +

+ +
+
+
+
+

CALL FOR PROPOSAL

+
+

We look forward to your proposals. Conference aims to promote Python for Scientific Computing and Education. Topics like pedagogy, exploration, modeling or from both applied and developmental perspectives are welcome. Contributions from academia as well as industry are welcome. If you wish to propose a talk at the conference, kindly follow the guidelines given below.



+ {% if user and not user.is_anonymous and not login_required %} + Submit Abstract + {% else %} + Submit Abstract + {% endif %} +
+
+

We look forward to your proposals. Conference aims to promote Python for Scientific Computing and Education. Topics like pedagogy, exploration, modeling or from both applied and developmental perspectives are welcome. Contributions from academia as well as industry are welcome. If you wish to propose a talk at the conference, kindly follow the guidelines given below.



+ {% if user and not user.is_anonymous and not login_required %} + Propose Workshop + {% else %} + Propose Workshop + {% endif %} + +
+
+
@@ -225,14 +274,17 @@
+

14 Dec 2015: Day 1

@@ -379,31 +431,7 @@ -
-
-
-
-

CALL FOR PROPOSAL

-
-

We look forward to your proposals. Conference aims to promote Python for Scientific Computing and Education. Topics like pedagogy, exploration, modeling or from both applied and developmental perspectives are welcome. Contributions from academia as well as industry are welcome. If you wish to propose a talk at the conference, kindly follow the guidelines given below.



- {% if user and not user.is_anonymous and not login_required %} - Submit Abstract - {% else %} - Submit Abstract - {% endif %} -
-
-

We look forward to your proposals. Conference aims to promote Python for Scientific Computing and Education. Topics like pedagogy, exploration, modeling or from both applied and developmental perspectives are welcome. Contributions from academia as well as industry are welcome. If you wish to propose a talk at the conference, kindly follow the guidelines given below.



- {% if user and not user.is_anonymous and not login_required %} - Propose Workshop - {% else %} - Propose Workshop - {% endif %} - -
-
- - +
@@ -423,50 +451,50 @@

The Annual SciPy India conference is organised by the team members of FOSSEE project which is part of the National Mission on Education through ICT with the thrust area being Adaptation and deployment of open source simulation packages equivalent to proprietary software, funded by MHRD, based at the Indian Institute of Technology Bombay (IITB).

+


-
-
- -
-
-

CONTACT US

-
-
  scipy[at]fossee[dot]in -
-
-
-

Feel free to send us an email if you have any questions.

-
-
-
- -
-
- -
-
-
- -
-
-
- -

-

-
-
- {% csrf_token %} -
- -
-
+
+
+

Write Us

+

Feel free to send us an email if you have any questions.

+
{% csrf_token %} +
+ +
+
+ +
+

+ +
+ +
+
+

Contact Us

+
+
Address
+
1234 Somewhere Road • Nashville, TN 00000 • USA
+
Phone
+
(000) 000-0000 x 0000
+
Email
+
information@untitled.tld
+
+ +
+
+
+
{% endblock %} @@ -479,8 +507,9 @@ - + + \ No newline at end of file -- cgit