diff --git a/index-fixed.html b/index-fixed.html deleted file mode 100644 index b15d4df..0000000 --- a/index-fixed.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - -VVVW - - - - - - - - - - - - -
-
-
-
-
- -
-
-
-

Map legend

- -
-

Folklore literature

-

Islamic Mysticism

-

Contemporary poets

-

Contemporary musicians

-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
- -
Bio
- - -
- -
Bio Aşık Ali İzzet
- -
Bio
- - -
- -
- -
- -
- -
- -
- - -
-
-
-
-
-
- -
-
-
-
0:0 / 22:39
- (Play) - - -
-
- -
-
-
- -
- - - - -
- - diff --git a/index.html b/index.html index e71568c..eedaccc 100644 --- a/index.html +++ b/index.html @@ -273,6 +273,7 @@ includeHTML(); $("#showbio").hide() $("#nothesis").hide() $("#showvideo").hide() + $("#closeall").hide() } diff --git a/static/css/style.css b/static/css/style.css index 1030add..041a733 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -235,6 +235,10 @@ a :hover { } +#closeall { +display: none; +} + /* text area */ /* with position:fixed and svg {position:relative} the text can overlay the map */ .thesis { diff --git a/static/js/d3_map.js b/static/js/d3_map.js index 6db16c9..d175356 100644 --- a/static/js/d3_map.js +++ b/static/js/d3_map.js @@ -142,6 +142,7 @@ d3.json("/static/js/group1.json", function(error, json) { console.log("around") $("#nothesis").fadeIn() $("#thesis").fadeIn() + $("#closeall").fadeIn() $("#bio" + name).fadeIn() var dada = document.getElementById("text" + name); dada.className += " active";