From d1acff615c9a7f055518c70c0160fd6770828bc0 Mon Sep 17 00:00:00 2001 From: fdgh134 Date: Mon, 10 Jun 2024 14:13:22 +0900 Subject: [PATCH] 1 --- index.html | 2 +- js/javascript.js | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index d4d5e77..b464e5a 100644 --- a/index.html +++ b/index.html @@ -136,7 +136,7 @@

Yoom's Web Portfolio

-
+
diff --git a/js/javascript.js b/js/javascript.js index 0b25ef2..37363da 100644 --- a/js/javascript.js +++ b/js/javascript.js @@ -129,11 +129,8 @@ $(function(){ } else { welcomeSection.remove(); $('.wrapper').remove(); - $('.profile').removeClass("none"); - $('.introduce').removeClass("none"); - $('.career').removeClass("none"); - $('.btnframe').removeClass("none"); - $('.content').removeClass("none"); + $('.profile, .introduce, .career, .btnframe, .content, .grid, .grud__title, .card, .content2, .content2_inner, .contact').removeClass("none"); + } });