Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KimTeddy committed Dec 27, 2024
1 parent 020ad73 commit 87afe18
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@
opacity: 0;
}
}

.content {
display: none;
}

.content.show {
display: block;
animation: slideIn 0.8s ease forwards;
}
</style>
</head>

Expand All @@ -69,7 +60,7 @@
fetch('header.html').then(res => res.text()).then(data => document.getElementById('header').innerHTML = data);
</script>
</div>

<script>
// Wait for the animation to finish, then show the content
setTimeout(() => {
Expand All @@ -90,7 +81,7 @@ <h4><i>Since 1993</i></h4>
</script>
</div>

<main class="content">
<main>
<!-- Include about -->
<div id="about">
<!-- About content will be dynamically included -->
Expand Down

0 comments on commit 87afe18

Please sign in to comment.