Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Jun 10, 2024
1 parent 533ee23 commit d1acff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1>Yoom's Web Portfolio</h1>
<div class="wrap content-hidden">
<!--짧은소개 시작-->
<div class="me">
<div class="pic animate__animated animate__headShake animate__infinite">
<div class="pic animate__animated">
<div class="imgbox animate__animated">
<img src="img/me_lt.png" alt="">
</div>
Expand Down
7 changes: 2 additions & 5 deletions js/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");

}
});

Expand Down

0 comments on commit d1acff6

Please sign in to comment.