From aa382d866a5ed55cbdd5f26dfef089fc0f39a310 Mon Sep 17 00:00:00 2001 From: Jashwanth-rit <158207370+Jashwanth-rit@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:36:19 +0530 Subject: [PATCH] Fixes:#986-scholar --- components/Footer/Footer.html | 18 +- components/GlobalScripts/GlobalScripts.html | 2 +- components/LoadingScreen/LoadingScreen.html | 2 +- components/Navbar/Navbar.html | 22 +- components/Navbar/Navbar.js | 8 +- components/ScrollToTop/ScrollToTop.html | 2 +- index.html | 32 +- pages/blog/blog.html | 20 +- pages/contributor/index.html | 4 +- pages/faqs/faqs.html | 8 +- pages/jobs/jobs.html | 14 +- pages/scholarship-feature/scholarships.css | 58 +- pages/scholarship-feature/scholarships.html | 566 ++++++++++++-------- pages/scholarships/scholarships.html | 2 +- scripts/componentLoader.js | 2 +- 15 files changed, 435 insertions(+), 325 deletions(-) diff --git a/components/Footer/Footer.html b/components/Footer/Footer.html index 4f3659f7..a51be64c 100644 --- a/components/Footer/Footer.html +++ b/components/Footer/Footer.html @@ -4,7 +4,7 @@ - + PathSphere diff --git a/components/GlobalScripts/GlobalScripts.html b/components/GlobalScripts/GlobalScripts.html index 84802005..304f1c77 100644 --- a/components/GlobalScripts/GlobalScripts.html +++ b/components/GlobalScripts/GlobalScripts.html @@ -12,6 +12,6 @@ crossorigin="anonymous" referrerpolicy="no-referrer" > - + diff --git a/components/LoadingScreen/LoadingScreen.html b/components/LoadingScreen/LoadingScreen.html index a788741a..8251bf73 100644 --- a/components/LoadingScreen/LoadingScreen.html +++ b/components/LoadingScreen/LoadingScreen.html @@ -4,7 +4,7 @@ Document - +
diff --git a/components/Navbar/Navbar.html b/components/Navbar/Navbar.html index c67362ee..7293f3e3 100644 --- a/components/Navbar/Navbar.html +++ b/components/Navbar/Navbar.html @@ -11,8 +11,8 @@
- + \ No newline at end of file diff --git a/components/Navbar/Navbar.js b/components/Navbar/Navbar.js index 70c95d17..84ac19ad 100644 --- a/components/Navbar/Navbar.js +++ b/components/Navbar/Navbar.js @@ -11,20 +11,20 @@ window.onload = function () { let theme = localStorage.getItem("theme"); if (theme === "dark") { document.body.classList.add("darkmode"); - icon.src = "/images/light.png"; + icon.src = "./images/light.png"; } else { document.body.classList.remove("darkmode"); - icon.src = "/images/dark.png"; + icon.src = "./images/dark.png"; } }; icon.onclick = function () { document.body.classList.toggle("darkmode"); if (document.body.classList.contains("darkmode")) { - icon.src = "/images/image.png"; + icon.src = "./images/image.png"; localStorage.setItem("theme", "dark"); } else { - icon.src = "/images/dark.png"; + icon.src = "./images/dark.png"; localStorage.setItem("theme", "light"); } }; diff --git a/components/ScrollToTop/ScrollToTop.html b/components/ScrollToTop/ScrollToTop.html index 77259896..b207a071 100644 --- a/components/ScrollToTop/ScrollToTop.html +++ b/components/ScrollToTop/ScrollToTop.html @@ -4,7 +4,7 @@ Document - + diff --git a/index.html b/index.html index 6625a319..6c76b9d8 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,11 @@ - + Home - + @@ -31,15 +31,15 @@

Welcome to PathSphere

Your gateway to educational and professional resources

- + Find Scholarships - + Find Jobs - + Register @@ -48,37 +48,37 @@

Welcome to PathSphere

- Scholarships Icon + Scholarships Icon

Scholarships

Discover scholarships tailored to your needs and academic performance.

- Explore + Explore
- Jobs Icon + Jobs Icon

Jobs

Find job opportunities for educators and professionals.

- Browse Jobs + Browse Jobs
- testimonial Icon + testimonial Icon

Forum

Join discussions, ask questions, and connect with others.

- Join the Forum + Join the Forum
- Forum Icon + Forum Icon

Testimonials

Here are the testimonials and reviews.

- Explore + Explore
- Account Icon + Account Icon

Login

Access your account to manage your applications and profile.

- + Login @@ -206,7 +206,7 @@
EdTech Professional at Byju's
- + + + + + - +
- -
-
-

Scholarships

-

- Find scholarships that match your academic profile and needs. -

-
- - - -
- - - - - - - -
- - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - \ No newline at end of file + diff --git a/pages/scholarships/scholarships.html b/pages/scholarships/scholarships.html index 549259d4..b7d75dd3 100644 --- a/pages/scholarships/scholarships.html +++ b/pages/scholarships/scholarships.html @@ -29,7 +29,7 @@

Scholarships

-

Find scholarships that match your academic profile and needs.

+

Find scholarships that match your academic profile and needss.