-
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hamburger Navbar and UI changes (#67)
very nice pr
- Loading branch information
1 parent
6fd65e3
commit dd075b5
Showing
6 changed files
with
281 additions
and
150 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
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
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 |
---|---|---|
@@ -1,51 +1,5 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Hacktoberfest React Projects</title> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" | ||
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" | ||
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" | ||
crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" | ||
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" | ||
crossorigin="anonymous"></script> | ||
<link rel="stylesheet" href="assets/css/style.css" /> | ||
<link rel="stylesheet" href="assets/css/contributor.css" /> | ||
</head> | ||
|
||
<body> | ||
<nav> | ||
<!-- Nav tabs --> | ||
<ul class="nav nav-tabs" id="navId"> | ||
<li class="nav-item"> | ||
<a href="index.html" class="nav-link active">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#tab2Id" class="nav-link">Contributors</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="/PROJECTS" class="nav-link">Projects</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="./blog.html" class="nav-link">Blog</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link disabled">Open-Source</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
<div class="container"> | ||
<div class="details" > | ||
<h1 class="title"> Our Contributors </h1> | ||
<p class="sub-title"> Thanks To All Contributors. Join Us </p> | ||
</div> | ||
|
||
<div> | ||
<ul class="contributors-list" id="contributors" > | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
@@ -70,25 +24,23 @@ <h1 class="title"> Our Contributors </h1> | |
</head> | ||
|
||
<body> | ||
<nav> | ||
<!-- Nav tabs --> | ||
<ul class="nav nav-tabs" id="navId"> | ||
<li class="nav-item"> | ||
<a href="index.html" class="nav-link active">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="./contributor.html" class="nav-link">Contributors</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="./project.html" class="nav-link">Projects</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="./blog.html" class="nav-link">Blog</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link disabled">Open-Source</a> | ||
</li> | ||
</ul> | ||
<nav id="navi"> | ||
<div id="menuToggle"> | ||
<!-- Nav tabs --> | ||
<input type="checkbox" /> | ||
|
||
<span></span> | ||
<span></span> | ||
<span></span> | ||
|
||
<ul id="menu"> | ||
<a href="index.html" ><li>Home</li></a> | ||
<a href="./contributor.html" class="active"><li>Contributors</li></a> | ||
<a href="./project.html" ><li>Projects</li></a> | ||
<a href="./blog.html" ><li>Blog</li></a> | ||
<a href="#" class="disabled"><li>Open-Source</li></a> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
Oops, something went wrong.
dd075b5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
hacktoberfest-react-project – ./
hacktoberfest-react-project.vercel.app
hacktoberfest-react-project-git-main-devvsakib.vercel.app
hacktoberfest-react-project-devvsakib.vercel.app