Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navbar and Footer #920

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@
<nav class="navbar">
<ul>
<i class='icons bx bxs-home'></i>
<li style="margin-left: 1px;"><a href="#home">home</a></li>
<li style="margin-left: 1px;"><a href="#home">Home</a></li>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<i class='icons bx bx-laptop'></i>
<li style="margin-left: 1px;"><a href="./backend/public/index.html">Projects</a></li>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<i class='icons bx bxs-contact'></i>
<li style="margin-left: 1px;"><a href="#contact">contact</a></li>
<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