diff options
-rw-r--r-- | website/templates/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index fc5f984..ef84514 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -146,17 +146,17 @@ <div id="previous-conference"> <table> <thead> - <th>Scipy 2012 website</th> + <th style="padding-top:16px;"><a href="http://scipy.in/2012" target="_blank">Scipy 2012</a></th> </thead> <tbody> <tr> - <td>Slides - Talks & Tutorials</td> + <td><a href="http://scipy.in/2012/tutorials/" target="_blank">Tutorials</a></td> </tr> <tr> - <td>Image Gallery</td> + <td><a href="http://scipy.in/2012/talks/" target="_blank">Talks</a></td> </tr> <tr> - <td>Video Recordings</td> + <td><a href="https://plus.google.com/photos/+HardikGhaghada/albums/5830648864137819041?banner=pwa" target="_blank">Image Gallery</a></td> </tr> </tbody> </table> |