-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug fix for the toggle button and some additional changes
- Loading branch information
1 parent
5357845
commit efb4906
Showing
2 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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" | ||
|
@@ -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.