diff --git a/wells/index.html b/wells/index.html index 7a8dfa8..9087681 100644 --- a/wells/index.html +++ b/wells/index.html @@ -37,7 +37,13 @@ +
+ About|Colophon
+
×
about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf
+
+
×
about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf
+
@@ -57,7 +63,8 @@ -
Bio Aşık Ali İzzet
×
+
Bio Aşık Ali İzzet
×
+
Bio
@@ -154,6 +161,18 @@ function includeHTML() { includeHTML(); + +
diff --git a/wells/static/css/style.css b/wells/static/css/style.css index 6423a79..1f78f11 100644 --- a/wells/static/css/style.css +++ b/wells/static/css/style.css @@ -66,6 +66,7 @@ cursor: pointer; } + /* Node styling */ .group2 { @@ -313,9 +314,29 @@ h2 { float: right; cursor: pointer; font-size: 100%; - color: red; + color: black; } + +/* about and colophon */ +/* #about { + + +} */ + +#showabout, #showcolophon { + display: none; + left: 20%; + background-image: url("../images/poster1.png"); + word-wrap: break-word; + background-size: 100%; + width: 50%; + height: auto; + border: 1px solid black; + padding: 2%; +} + + /*d3 map*/ .link { stroke: #c46666; diff --git a/wells/static/images/poster1.png b/wells/static/images/poster1.png new file mode 100644 index 0000000..0322b30 Binary files /dev/null and b/wells/static/images/poster1.png differ diff --git a/wells/static/js/d3_map.js b/wells/static/js/d3_map.js index d0754ae..47ae48a 100644 --- a/wells/static/js/d3_map.js +++ b/wells/static/js/d3_map.js @@ -162,10 +162,12 @@ function popup(name,time) { dada.className += " active"; dada.scrollIntoView(); var audio1 = document.getElementById("audioBG"); - audio1.currentpopupTime = time; + audio1.currentTime = time; audio1.play(); }; +//
Bio
+ //stop events when clicking somewhere else $(document).click(function (e) {