-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1210 from VidhanThakur09/vidhan
Improve the navbar
- Loading branch information
Showing
5 changed files
with
31 additions
and
21 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 |
---|---|---|
|
@@ -15,8 +15,9 @@ | |
|
||
<!--css--> | ||
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> --> | ||
<link rel="stylesheet" href="style.css"> | ||
|
||
<link rel="stylesheet" href="Scroll_and_progressbar.css"> | ||
<link rel="stylesheet" href="style.css"> | ||
|
||
|
||
</head> | ||
|
@@ -28,7 +29,6 @@ | |
|
||
<div class= "progress-container"> | ||
<div class= "progress-bar" id="progress-bar"></div> | ||
main | ||
</div> | ||
<div class= "layout-container" style="margin-bottom: 4rem;"> | ||
|
||
|
@@ -55,7 +55,6 @@ <h2>WordWise</h2> | |
|
||
<a href= "contact_us.html">Contact Us</a> | ||
<a href= "give_feedback.html">Give Feedback</a> | ||
main | ||
</div> | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -17,9 +17,10 @@ | |
|
||
<!--css--> | ||
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> --> | ||
<link rel="stylesheet" href="style.css"> | ||
|
||
<link rel="stylesheet" href="category.css"> | ||
<link rel="stylesheet" href="Scroll_and_progressbar.css"> | ||
<link rel="stylesheet" href="style.css"> | ||
|
||
<style> | ||
* { | ||
|
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 |
---|---|---|
|
@@ -226,13 +226,13 @@ | |
<!-- Navigation Bar --> | ||
<div class="layout-container" style="margin-bottom: 4rem;"> | ||
|
||
<header> | ||
<header > | ||
|
||
|
||
|
||
<div class="logo"> | ||
|
||
<h2>WordWise</h2> | ||
<h2 href="index.html">WordWise</h2> | ||
</div> | ||
<div class="nav-links1"> | ||
<a href="index.html">Home</a> | ||
|
@@ -247,7 +247,7 @@ <h2>WordWise</h2> | |
|
||
|
||
|
||
<div class="dropdown"> | ||
<div class="dropdown" > | ||
<!-- Profile Icon --> | ||
<a href="#" class="profile-icon" id="profileDropdown" onclick="toggleDropdown()"> | ||
<i class="fas fa-user-circle"></i> | ||
|
@@ -424,7 +424,7 @@ <h2>Forgot Password</h2> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<script src="backend/signup/signup.js"></script> <!-- Link to your JavaScript file --> | ||
|
||
<div class="theme-switch-wrapper"> | ||
<div class="theme-switch-wrapper" > | ||
<label class="theme-switch" for="checkbox"> | ||
<input type="checkbox" id="checkbox"> | ||
<div class="slider"> | ||
|
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
583aee6
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:
word-wise – ./
word-wise-pi.vercel.app
word-wise-anshikas-projects-45924011.vercel.app
word-wise-git-main-anshikas-projects-45924011.vercel.app