diff options
Diffstat (limited to 'static/website/templates')
-rwxr-xr-x | static/website/templates/base.html | 1 | ||||
-rwxr-xr-x | static/website/templates/home.html | 1 | ||||
-rw-r--r-- | static/website/templates/schedule.html | 2 | ||||
-rw-r--r-- | static/website/templates/venue.html | 2 |
4 files changed, 5 insertions, 1 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html index d9edd3f..a1dd98b 100755 --- a/static/website/templates/base.html +++ b/static/website/templates/base.html @@ -50,6 +50,7 @@ <li class="{% active request 'contact' %}"><a href="{% url 'website:contact' %}">Contact Us</a></li--> </ul> <ul class="nav navbar-nav navbar-right"> + <li><a href="{% static 'website/docs/instruction.pdf' %}">Instructions</a> <li class="{% active request 'register' %}"><a href="{% url 'website:register' %}">Register</a></li> </ul> </div><!-- /.navbar-collapse --> diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 63adad0..a800171 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -48,6 +48,7 @@ <li class="{% active request 'contact' %}"><a href="{% url 'website:contact' %}">Contact Us</a></li--> </ul> <ul class="nav navbar-nav navbar-right" id="register"> + <li><a href="{% static 'website/docs/instruction.pdf' %}">Instructions</a> <li class="{% active request 'register' %}"><a href="{% url 'website:register' %}">Register</a></li> </ul> </div><!-- /.navbar-collapse --> diff --git a/static/website/templates/schedule.html b/static/website/templates/schedule.html index 88e324b..8f54a9d 100644 --- a/static/website/templates/schedule.html +++ b/static/website/templates/schedule.html @@ -140,7 +140,7 @@ Schedule </tr> <tr style="background-color:#4D7865;color:white;"> <td>Romain Guillebert</td> - <td>Keynote</td> + <td>PyPy and the scientific stack</td> <td>9:40</td> </tr> <tr> diff --git a/static/website/templates/venue.html b/static/website/templates/venue.html index ad13440..82c1c1e 100644 --- a/static/website/templates/venue.html +++ b/static/website/templates/venue.html @@ -18,6 +18,8 @@ Venue <a href="{% static 'data/iitb_map.pdf' %}" target="_blank"><span class="label label-success">IITB Campus Map</span></a> </p> <hr> + <h5>This <a href="{% static 'website/docs/instruction.pdf' %}">Instruction Sheet</a> will help you to reach & go around the IITB campus. Make sure you have eiter a hard copy or a soft copy of the sheet with you. It will not be provided at the venue.</h5> + <hr> <h3 class="garmond">A quick guide on reaching IITB campus.</h3> </div> <!-- /.col --> </div> <!-- /.row --> |