diff options
Diffstat (limited to 'static/website')
-rw-r--r-- | static/website/css/main.css | 3 | ||||
-rw-r--r-- | static/website/js/main.js | 3 | ||||
-rw-r--r-- | static/website/templates/call-for-proposals.html | 4 | ||||
-rwxr-xr-x | static/website/templates/home.html | 6 |
4 files changed, 10 insertions, 6 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 18c9087..1171b4e 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -5,6 +5,9 @@ .garmond { font-family: 'EB Garamond', serif; } +sup { + margin-right: 5px; +} body { background-color: #f3f1ea; } diff --git a/static/website/js/main.js b/static/website/js/main.js index 34f2026..1aa371f 100644 --- a/static/website/js/main.js +++ b/static/website/js/main.js @@ -21,6 +21,9 @@ $('#sidebar .nav-group').affix({ } }); +$('.descp').tooltip(); +$(".descp").click(function(e) { e.preventDefault();}); + $("body").scrollspy({ target: '#sidebar', offset: 30 diff --git a/static/website/templates/call-for-proposals.html b/static/website/templates/call-for-proposals.html index a4a0897..7c96c7b 100644 --- a/static/website/templates/call-for-proposals.html +++ b/static/website/templates/call-for-proposals.html @@ -39,11 +39,11 @@ Call for Proposals <table class="table table-bordered"> <tr> <td>Call for proposals ends</td> - <td>To be announced.</td> + <td>7<sup>th</sup> Nov 2014</td> </tr> <tr> <td>List of accepted proposals will be published</td> - <td>To be announced.</td> + <td><a href="#" class="descp" data-toggle="tooltip" data-placement="top" title="To be announced." >TBA</a></td> </tr> </table> </div> <!-- /.col --> diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 132927b..379e6fa 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -182,13 +182,11 @@ <h4 class="garmond" align="center"><u>Important Dates</u></h4> <table class="table table-bordered"> <tr> - <!-- <td>5<sup>th</sup> Nov 2014</td> --> - <td>TBA</td> + <td>7<sup>th</sup> Nov 2014</td> <td>Call for Proposals ends.</td> </tr> <tr> - <!-- <td>10<sup>th</sup> Nov 2014</td> --> - <td>TBA</td> + <td>22<sup>nd</sup> Nov 2014</td> <td>Conference Registration ends.</td> </tr> </table> |