diff --git a/index.html b/index.html index 2591b3c5..fa1301ac 100644 --- a/index.html +++ b/index.html @@ -4710,28 +4710,27 @@

Eigen Value and Vector Calculator

-
+ +

We Value Your Feedback!

Your input helps us improve our services. Please share your thoughts with us below.

-
- - +
- +
@@ -4753,16 +4752,6 @@

We Value Your Feedback!

const stars = document.querySelectorAll(".star"); const ratingValue = document.getElementById("rating-value"); let selectedRating = 0; - - stars.forEach(star => { - star.addEventListener("mouseover", () => highlightStars(star.dataset.value)); - star.addEventListener("mouseout", () => highlightStars(selectedRating)); - star.addEventListener("click", () => { - selectedRating = star.dataset.value; - ratingValue.innerText = `Rating: ${selectedRating}`; - }); - }); - function highlightStars(rating) { stars.forEach(star => { star.classList.toggle("selected", star.dataset.value <= rating); @@ -4774,35 +4763,202 @@

We Value Your Feedback!

- -
+ + + + + + + + + + +