diff --git a/google6898fafaf93a0ea7.html b/google6898fafaf93a0ea7.html deleted file mode 100644 index e12de99..0000000 --- a/google6898fafaf93a0ea7.html +++ /dev/null @@ -1 +0,0 @@ -google-site-verification: google6898fafaf93a0ea7.html \ No newline at end of file diff --git a/index.php b/index.php deleted file mode 100755 index b0e04b7..0000000 --- a/index.php +++ /dev/null @@ -1 +0,0 @@ -<?php header( 'Location: /index.html' ) ; ?> diff --git a/main.js b/main.js index d07ebd9..4d7dac4 100755 --- a/main.js +++ b/main.js @@ -54,26 +54,3 @@ mywindow.scroll(function () { mypos = newscroll; }); -$(".nav-toggle").click(function() { - $(this).toggleClass("opened"); - $("nav ul").toggleClass("showen"); - $("body").toggleClass("overflowhidden"); -}); - -$('#totop').click(function(){ - $("html,body").animate({ - scrollTop: 0 - }, 2000); -}); - -$("main img").click(function () { - var src = $(this).attr('src'); - $("body").append("<div id='popup'>"+"<div id='popupBg'></div>"+"<img src='"+src+"' id='popupImg' />"+"</div>"); - $("#popup").css("display", "flex").hide().fadeIn(800); - $("#popup").click(function(){ - $("#popup").fadeOut(800); - setTimeout(function() { - $("#popup").remove(); - }, 800); - }); -});