diff --git a/wells/index.html b/wells/index.html index 5010279..bbee069 100644 --- a/wells/index.html +++ b/wells/index.html @@ -37,6 +37,10 @@ +
+ About +
+
×
about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf
@@ -57,7 +61,8 @@ -
Bio Aşık Ali İzzet
×
+
Bio Aşık Ali İzzet
×
+
Bio
@@ -141,6 +146,13 @@ function includeHTML() { includeHTML(); + +
diff --git a/wells/static/css/style.css b/wells/static/css/style.css index 0d37493..20655f7 100644 --- a/wells/static/css/style.css +++ b/wells/static/css/style.css @@ -69,6 +69,7 @@ cursor: pointer; } + /* Node styling */ .group2 { @@ -315,9 +316,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: #ccc; 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 776a5e4..1ca6b3e 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) {