Skip to content
Open
Changes from 1 commit
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
57 changes: 57 additions & 0 deletions Change required in team page/Navbars/nav.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="NavStyle.css">
<script src="http://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>
<script src="Navbar.js"></script>

</head>

<body>
<div class="navbar">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nav without <nav>, really?

<label class="logo">OneStopHelp</label>
<ul>
<li><a href="#" class="navlink">HOME</a></li>
<li><a href="#">SIGN IN</a></li>
<li><a href="#">MEET US</a></li>
<li><a href="#">RESOURCES</a></li>
<li><a href="#">UPDATES</a></li>
<li><a href="#">CONTACT US</a></li>

</ul>


<span class="material-icons">
dehaze
</span>


</div>
<!-----NAVBAR ENDS----------->



<!----------PROFILE PICTURE ---------------->
<div class="profile">
<img src="https://avatars.githubusercontent.com/u/55693389?s=400&v=4" class="image">
<h3 style=" text-align: center">Kumari Anjali</h3>
<h4 class="link">
<a href="https://github.com/Anjalikumari148">Github profile
</a>
</h4>




</div>



</body>

</html>