From 67bbfe410bd146b88fb7373bbf7b8d07271f2404 Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Tue, 7 Oct 2014 12:34:41 +0530 Subject: updated deadlines --- static/website/css/main.css | 3 +++ static/website/js/main.js | 3 +++ static/website/templates/call-for-proposals.html | 4 ++-- static/website/templates/home.html | 6 ++---- 4 files changed, 10 insertions(+), 6 deletions(-) (limited to 'static/website') 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 - + - +
Call for proposals endsTo be announced.7th    Nov 2014
List of accepted proposals will be publishedTo be announced.TBA
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 @@

Important Dates

- - + - - +
TBA7th    Nov 2014 Call for Proposals ends.
TBA22nd    Nov 2014 Conference Registration ends.
-- cgit