-
Notifications
You must be signed in to change notification settings - Fork 374
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 #510 from Sankar-1110/main
fixed navbar in FAQ page
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 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 |
---|---|---|
|
@@ -20,6 +20,8 @@ | |
|
||
<!-- Animation on Scroll --> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | ||
<!-- menu icon link --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" /> | ||
|
||
<style> | ||
/* Styling for the "Was this helpful?" buttons */ | ||
|
@@ -64,7 +66,7 @@ | |
<img src="./assets/images/Skillwise_logo.jpg" width="50" height="10" alt="SkillWise home"> | ||
</a> | ||
<button class="nav-close-btn" aria-label="close menu" data-nav-toggler> | ||
<ion-icon name="close-outline" aria-hidden="true"></ion-icon> | ||
<i class="fa-solid fa-xmark"></i> | ||
</button> | ||
</div> | ||
|
||
|
@@ -90,8 +92,8 @@ | |
<a href="./signin.html" class="btn btn-secondary">Start Free Trial</a> | ||
|
||
<button class="nav-open-btn" aria-label="open menu" data-nav-toggler> | ||
<ion-icon name="menu-outline" aria-hidden="true"></ion-icon> | ||
</button> | ||
<i class="fa-solid fa-bars"></i> | ||
</button> | ||
|
||
<div class="overlay" data-overlay data-nav-toggler></div> | ||
</div> | ||
|
@@ -242,6 +244,7 @@ <h1 data-aos="zoom-in"> | |
</div> | ||
|
||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script> | ||
<script src="assets/js/script.js"></script> | ||
<script> | ||
AOS.init(); | ||
</script> | ||
|
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