diff --git a/Feedback.html b/Feedback.html index 147bc8a..edef73e 100644 --- a/Feedback.html +++ b/Feedback.html @@ -713,13 +713,12 @@

Subscribe to ">↑ - - - - -
+ - -
- + + @@ -755,203 +752,99 @@

How can hospitals benefit from AmbuFlow?

- - - - - - // Update or add this JavaScript for the cursor effect - const coords = { x: 0, y: 0 }; - const circles = document.querySelectorAll(".circle"); - - const colors = [ - "#ffb56b", - "#fdaf69", - "#f89d63", - "#f59761", - "#ef865e", - "#ec805d", - "#e36e5c", - "#df685c", - "#d5585c", - "#d1525c", - "#c5415d", - "#c03b5d", - "#b22c5e", - "#ac265e", - "#9c155f", - "#950f5f", - "#830060", - "#7c0060", - "#680060", - "#60005f", - "#48005f", - "#3d005e" - ]; - - circles.forEach(function (circle, index) { - circle.x = 0; - circle.y = 0; - circle.style.backgroundColor = colors[index % colors.length]; - }); - window.addEventListener("mousemove", function (e) { - coords.x = e.clientX; - coords.y = e.clientY; + - - - - }); - - // Close popup when clicking outside - window.addEventListener('click', (event) => { - if (event.target === faqPopup) { - faqPopup.style.display = 'none'; - } - }); - + - -
+ +
- - \ No newline at end of file +