diff --git a/index.html b/index.html
index f58005e..e6cc06f 100644
--- a/index.html
+++ b/index.html
@@ -101,10 +101,11 @@ Through the map, we give shape to a common context in Turkish culture. The map a
-
@@ -195,7 +196,7 @@ includeHTML();
- function closevideo (){
+ function closevideo(){
$("#showvideo").hide()
$('iframe').each(function(index) {
$(this).attr('src', $(this).attr('src'));
@@ -203,6 +204,16 @@ includeHTML();
});
}
+ function closebio(){
+ $("#showbio").hide()
+ }
+
+ // function closethesis(){
+ // $("#nothesis").fadeOut()
+ // }
+
+
+
@@ -225,42 +236,6 @@ $("#about").click(function(){
-
-
-