summaryrefslogtreecommitdiff
path: root/static/website/templates/home.html
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-18 23:47:13 +0530
committerJayaram R Pai2014-09-18 23:47:13 +0530
commit20130184e3e99dc8454de090aac50c6a112ea045 (patch)
treef44e5b17b299aa5f9397b9fe7de561477c228194 /static/website/templates/home.html
parent0dda9a24508a0a607c0032d49e605ba6c499e85e (diff)
downloadscipy2014-20130184e3e99dc8454de090aac50c6a112ea045.tar.gz
scipy2014-20130184e3e99dc8454de090aac50c6a112ea045.tar.bz2
scipy2014-20130184e3e99dc8454de090aac50c6a112ea045.zip
created base for other pages
Diffstat (limited to 'static/website/templates/home.html')
-rwxr-xr-xstatic/website/templates/home.html23
1 files changed, 12 insertions, 11 deletions
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 -->