diff options
Diffstat (limited to 'static')
-rwxr-xr-x | static/website/templates/base.html | 13 | ||||
-rw-r--r-- | static/website/templates/call-for-proposals.html (renamed from static/website/templates/papers.html) | 0 | ||||
-rwxr-xr-x | static/website/templates/home.html | 23 | ||||
-rw-r--r-- | static/website/templates/invited-speakers.html | 17 | ||||
-rw-r--r-- | static/website/templates/register.html | 2 | ||||
-rw-r--r-- | static/website/templates/schedule.html | 14 | ||||
-rw-r--r-- | static/website/templates/sponsors.html | 15 |
7 files changed, 65 insertions, 19 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html index 8457e56..c43b8ae 100755 --- a/static/website/templates/base.html +++ b/static/website/templates/base.html @@ -27,14 +27,13 @@ <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> - <li><a href="{% url 'website:home' %}">Home</a></li> - <!--li><a href="#">Call for papers</a></li> - <li class="active"><a href="#">Schedule</a></li> - <li><a href="#">Invited Speakers</a></li> - <li><a href="#">Sponsors</a></li--> - <li><a href="{% url 'website:papers' %}">Call for Papers</a></li> + <li class="active"><a href="{% url 'website:home'%}">Home</a></li> + <li><a href="{% url 'website:call_for_proposals' %}">Call for Proposals</a></li> + <li><a href="{% url 'website:schedule' %}">Schedule</a></li> + <li><a href="{% url 'website:invited_speakers' %}">Invited Speakers</a></li> + <li><a href="{% url 'website:sponsors' %}">Sponsors</a></li> <li><a href="{% url 'website:venue' %}">Venue</a></li> - <li><a href="{% url 'website:contact' %}">Contact Us</a></li> + <li><a href="{% url 'website:contact' %}">Contact Us</a></li--> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="{% url 'website:register' %}">Register</a></li> diff --git a/static/website/templates/papers.html b/static/website/templates/call-for-proposals.html index b9dc702..b9dc702 100644 --- a/static/website/templates/papers.html +++ b/static/website/templates/call-for-proposals.html diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 745a51e..d2f2936 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -27,12 +27,11 @@ <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> - <li class="active"><a href="#">Home</a></li> - <!--<li><a href="#">Call for papers</a></li> - <li><a href="#">Schedule</a></li> + <li class="active"><a href="{% url 'website:home'%}">Home</a></li> + <li><a href="{% url 'website:call_for_proposals' %}">Call for Proposals</a></li> + <li><a href="{% url 'website:schedule' %}">Schedule</a></li> <li><a href="#">Invited Speakers</a></li> - <li><a href="#">Sponsors</a></li--> - <li><a href="{% url 'website:papers' %}">Call for Papers</a></li> + <li><a href="#">Sponsors</a></li> <li><a href="{% url 'website:venue' %}">Venue</a></li> <li><a href="{% url 'website:contact' %}">Contact Us</a></li--> </ul> @@ -50,7 +49,7 @@ <h4 id="subtle">Dec. 5<sup>th</sup>, 6<sup>th</sup> and 7<sup>th</sup> IIT Bombay</h4> <hr style="width:250px;"> <a class="btn btn-default" href="{% url 'website:register' %}">Register Now</a> or - <a class="btn btn-default" href="#">Submit Paper</a> + <a class="btn btn-default" href="{% url 'website:call_for_proposals' %}">Submit Proposal</a> </div> </div> <!-- /#header --> </div> <!-- /#header-wrapper --> @@ -156,11 +155,13 @@ <h4 class="garmond" align="center"><u>Important Dates</u></h4> <table class="table table-bordered"> <tr> - <td>5<sup>th</sup> Nov 2014</td> - <td>Call for papers ends.</td> + <!-- <td>5<sup>th</sup> Nov 2014</td> --> + <td>TBA</td> + <td>Call for Proposals ends.</td> </tr> <tr> - <td>10<sup>th</sup> Nov 2014</td> + <!-- <td>10<sup>th</sup> Nov 2014</td> --> + <td>TBA</td> <td>Conference Registration ends.</td> </tr> </table> @@ -188,12 +189,12 @@ <tr> <td><a href="http://scipy.in/2013" target="_blank">SciPy India 2013</a></td> <td><a href="http://scipy.in/2013/schedule" target="_blank">Talks</a></td> - <td><a href="#" target="_blank">Gallery</a></td> + <td><a href="https://plus.google.com/photos/+ScipyIndia/albums/5958662267241508465" target="_blank">Gallery</a></td> </tr> <tr> <td><a href="http://scipy.in/2012" target="_blank">SciPy India 2012</a></td> <td><a href="http://scipy.in/2012/talks/" target="_blank">Talks</a></td> - <td><a href="#" target="_blank">Gallery</a></td> + <td><a href="https://plus.google.com/photos/+HardikGhaghada/albums/5830648864137819041" target="_blank">Gallery</a></td> </tr> </table> </div> <!-- /#previous --> diff --git a/static/website/templates/invited-speakers.html b/static/website/templates/invited-speakers.html new file mode 100644 index 0000000..0fd04f4 --- /dev/null +++ b/static/website/templates/invited-speakers.html @@ -0,0 +1,17 @@ +{% extends 'website/templates/base.html' %} + +{% block sidebar %} +{% endblock %} + +{% block current %} + Invited Speakers +{% endblock %} + +{% block content %} +<h3>Invited Speakers</h3> +<p> +<em> + Will be updated soon. +</em> +</p> +{% endblock %} diff --git a/static/website/templates/register.html b/static/website/templates/register.html index 5a49505..8638f8c 100644 --- a/static/website/templates/register.html +++ b/static/website/templates/register.html @@ -4,7 +4,7 @@ {% endblock %} {% block current %} -Register + Register {% endblock %} {% block content %} diff --git a/static/website/templates/schedule.html b/static/website/templates/schedule.html new file mode 100644 index 0000000..a79a7fb --- /dev/null +++ b/static/website/templates/schedule.html @@ -0,0 +1,14 @@ +{% extends 'website/templates/base.html' %} + +{% block current %} +Schedule +{% endblock %} + +{% block content %} +<h3>Contact Us</h3> +<p> +<em> + Will be updated soon. +</em> +</p> +{% endblock %} diff --git a/static/website/templates/sponsors.html b/static/website/templates/sponsors.html new file mode 100644 index 0000000..a44ce54 --- /dev/null +++ b/static/website/templates/sponsors.html @@ -0,0 +1,15 @@ +{% extends 'website/templates/base.html' %} + +{% block sidebar %} +{% endblock %} + +{% block current %} + Sponsors +{% endblock %} + +{% block content %} +<h3>Sponsors</h3> +<em> + Will be updated soon. +</em> +{% endblock %} |