summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/website/css/main.css2
-rwxr-xr-xstatic/website/templates/base.html1
-rwxr-xr-xstatic/website/templates/home.html1
-rw-r--r--static/website/templates/schedule.html2
-rw-r--r--static/website/templates/venue.html2
5 files changed, 6 insertions, 2 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index 7b25722..55a63d4 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -340,7 +340,7 @@ body {
font-family: "sans";
}
-.nav{
+.nav-justified{
font-weight: bold;
}
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 -->