Skip to content

Commit

Permalink
Fix the navbar and Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
SanaAzeem512 committed Jul 24, 2024
1 parent f73c62f commit 8f76192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
<i class='icons bx bxs-contact'></i>
<li style="margin-left: 1px;"><a href="#contact">Contact</a></li>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<button id="login">Log In</button>
<button type="button" class="btn btn-primary">Log in</button>
<h3 id="name"></h3>
<img id="image" onclick="ProfileClicked()" />
<button onclick="logout()" id="logout">Logout</button>

<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox" />
<div class="slider round" id="toggle"></div>
Expand All @@ -105,7 +105,7 @@ <h2>B.E / BCA/ MCA / BSC-IT / etc.</h2>
<div class="wave wave3"></div>
</section>

<div class="pt-5 pb-5">
<div >
<div class="container">
<div class="row">
<div class="section-head col-sm-12" id="projects">
Expand Down

0 comments on commit 8f76192

Please sign in to comment.