diff options
author | hardythe1 | 2014-09-18 16:10:26 +0530 |
---|---|---|
committer | hardythe1 | 2014-09-18 16:10:26 +0530 |
commit | 91fab7da5130cbd01513fa4b673f65347ccf2966 (patch) | |
tree | c10d39af3950ac8c6d8b001d33d1b5579246a438 /static/website/templates/home.html | |
parent | ec036fc104dc4d0ff72d66d1806591bbed7dafd0 (diff) | |
download | scipy2014-91fab7da5130cbd01513fa4b673f65347ccf2966.tar.gz scipy2014-91fab7da5130cbd01513fa4b673f65347ccf2966.tar.bz2 scipy2014-91fab7da5130cbd01513fa4b673f65347ccf2966.zip |
changed dates & added Ajith sir back to speakers
Diffstat (limited to 'static/website/templates/home.html')
-rwxr-xr-x | static/website/templates/home.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 2076f6e..8b7305c 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -32,6 +32,7 @@ <li><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><a href="{% url 'website:venue' %}">Venue</a></li> <li><a href="{% url 'website:contact' %}">Contact Us</a></li--> </ul> @@ -46,7 +47,7 @@ <div id="stage"> <img id="scipy-logo" src="{% static 'website/images/scipy_india_logo.png' %}" width="50"> <h1 id="shout">Scipy India 2014</h1> - <h4 id="subtle">Dec 5<sup>th</sup> and 6<sup>th</sup> IIT Bombay</h4> + <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> <!--a class="btn btn-default" href="#">Submit Paper</a--> @@ -68,15 +69,15 @@ </div> </div> </div> - <!--div class="col-md-3"> + <div class="col-md-3"> <div class="thumbnail"> <img src="{% static 'website/images/ajith.jpeg' %}"> <div class="caption"> Ajith Kumar </div> </div> - </div--> - <div class="col-md-9"> + </div> + <div class="col-md-6"> <div class="panel panel-default"> <div class="panel-heading garmond"> News and Updates |