diff options
author | hardythe1 | 2014-12-04 11:50:01 +0530 |
---|---|---|
committer | hardythe1 | 2014-12-04 11:50:01 +0530 |
commit | c0510d7a3169e5c13a95df282ec9d0b2649bed01 (patch) | |
tree | a78d3604f1f29489bf2aaa1da49e93b790c55d0d /static | |
parent | b68f4b0147b731ccf50d208dcdf801a1faed3325 (diff) | |
download | scipy2014-c0510d7a3169e5c13a95df282ec9d0b2649bed01.tar.gz scipy2014-c0510d7a3169e5c13a95df282ec9d0b2649bed01.tar.bz2 scipy2014-c0510d7a3169e5c13a95df282ec9d0b2649bed01.zip |
added title for Romain's talk, added instruction sheets on other pages
Diffstat (limited to 'static')
-rw-r--r-- | static/website/css/main.css | 2 | ||||
-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 |
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 --> |