Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushPaigwar authored Oct 8, 2023
1 parent 8092697 commit 6d0ade7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,15 +455,6 @@ <h1>Welcome to <span class="auto-type"></span> </h1>
</footer>

<script src="script.js"></script>
<script>
// JavaScript to toggle mobile navigation
const menuToggle = document.querySelector('.menu-toggle');
const navbarList = document.querySelector('.navbar-list');

menuToggle.addEventListener('click', () => {
navbarList.classList.toggle('active');
});

</script>
<!-- added script for type-text creation -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.10/typed.js"></script>
Expand Down

0 comments on commit 6d0ade7

Please sign in to comment.