diff --git a/.DS_Store b/.DS_Store index bb234ff..8b81397 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/public/assets/js/home.js b/public/assets/js/home.js deleted file mode 100644 index fe07336..0000000 --- a/public/assets/js/home.js +++ /dev/null @@ -1,14 +0,0 @@ -function toggleFolder(folderId, buttonId) { - const folder = document.getElementById(folderId); - const button = document.getElementById(buttonId); - if (!folder || !button) return; - - if (folder.style.display === "none" || folder.style.display === "") { - folder.style.display = "block"; - button.innerHTML = button.innerHTML.replace("↓", "↑"); - - } else { - folder.style.display = "none"; - button.innerHTML = button.innerHTML.replace("↑", "↓"); - } -} diff --git a/public/index.html b/public/index.html index 383c52e..b042be1 100644 --- a/public/index.html +++ b/public/index.html @@ -19,8 +19,6 @@ - - @@ -29,10 +27,10 @@ -
+
Learn About Bitcoin
@@ -41,62 +39,41 @@
Bitcoin & The Bible
-
+