diff --git a/about/About.html b/about/About.html
index 5d751a9..2dcbe58 100644
--- a/about/About.html
+++ b/about/About.html
@@ -12,7 +12,6 @@
-
@@ -46,7 +45,7 @@
About
-
+
About
diff --git a/about/about_assets/about.js b/about/about_assets/about.js
deleted file mode 100644
index 3a30b86..0000000
--- a/about/about_assets/about.js
+++ /dev/null
@@ -1,9 +0,0 @@
-function hideImg() {
- var targetImg = document.getElementsByClassName("headImg")
-
- if (targetImg.style.backgroundImage == "") {
- targetImg.style.backgroundImage= "url('internet.png')"
- }else if (targetImg.style.backgroundImage == "url('internet.png')") {
- targetImg.style.backgroundImage= ""
- }
-}
\ No newline at end of file