|
|
@ -110,10 +110,11 @@ Through the map, we give shape to a common context in Turkish culture. The map a |
|
|
|
<script src="static/js/d3_map.js"></script> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div w3-include-html="thesis.html" class="draggable thesis" id="thesis"> |
|
|
|
<div id="nothesis"> |
|
|
|
<div w3-include-html="thesis.html" id="thesis" class="draggable thesis"> |
|
|
|
</div> |
|
|
|
<!-- <span onclick="this.parentElement.style.display='none'" id="thesisX" class='topleft'>×</span> --> |
|
|
|
|
|
|
|
<!-- <span onclick=closethesis() class="thesisX" >×</span><span onclick=closethesis() class="thesisX" >×</span> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
@ -204,7 +205,7 @@ includeHTML(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function closevideo (){ |
|
|
|
function closevideo(){ |
|
|
|
$("#showvideo").hide() |
|
|
|
$('iframe').each(function(index) { |
|
|
|
$(this).attr('src', $(this).attr('src')); |
|
|
@ -212,6 +213,16 @@ includeHTML(); |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
function closebio(){ |
|
|
|
$("#showbio").hide() |
|
|
|
} |
|
|
|
|
|
|
|
// function closethesis(){ |
|
|
|
// $("#nothesis").fadeOut() |
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -234,42 +245,6 @@ $("#about").click(function(){ |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<!-- scaleable wrapper --> |
|
|
|
<!-- <script> |
|
|
|
var $el = $("#thesis"); |
|
|
|
var elHeight = $el.outerHeight(); |
|
|
|
var elWidth = $el.outerWidth(); |
|
|
|
|
|
|
|
var $wrapper = $("#scaleable-wrapper"); |
|
|
|
|
|
|
|
$wrapper.resizable({ |
|
|
|
resize: doResize |
|
|
|
}); |
|
|
|
|
|
|
|
function doResize(event, ui) { |
|
|
|
|
|
|
|
var scale, origin; |
|
|
|
|
|
|
|
scale = Math.min( |
|
|
|
ui.size.width / elWidth, |
|
|
|
ui.size.height / elHeight |
|
|
|
); |
|
|
|
|
|
|
|
$el.css({ |
|
|
|
transform: "translate(-50%, -50%) " + "scale(" + scale + ")" |
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
var starterData = { |
|
|
|
size: { |
|
|
|
width: $wrapper.width(), |
|
|
|
height: $wrapper.height() |
|
|
|
} |
|
|
|
} |
|
|
|
doResize(null, starterData); |
|
|
|
</script> --> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|