Skip to content

Commit

Permalink
bug fix for the toggle button and some additional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokulan-SK committed Jul 1, 2024
1 parent 5357845 commit efb4906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions html/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
Expand Down Expand Up @@ -488,7 +488,7 @@ <h2 class="section-heading mb-4">Profiles</h2>
</div>
<div class="col-md-2 col-sm-6 mb-4">
<a
href="https://www.linkedin.com/in/gokulan-sk"
href="https://www.linkedin.com/in/gokulan-s-k"
target="_blank"
rel="noopener noreferrer"
class="profile-link"
Expand Down Expand Up @@ -616,10 +616,6 @@ <h2 class="section-heading mb-4">Contact Me</h2>
</div>
</footer>

<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-QV5N3TMywN5LnC/WcnFQaPTNf7aPRu/Fc2G8U0la3KNOH8fYZfPE9MKDR8BcOJ87"
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.bundle.min.js"></script>
</body>
</html>
Empty file removed js/script.js
Empty file.

0 comments on commit efb4906

Please sign in to comment.