From a6aea7c45934236d775502ef64917c2077d01c70 Mon Sep 17 00:00:00 2001 From: srishti Date: Tue, 15 Oct 2024 11:54:56 +0530 Subject: [PATCH 1/3] alignment and responsiveness --- Feedback.html | 66 +++++++++----- contact.html | 222 ++++++++++++++++++++++++++-------------------- features.html | 222 ++++++++++++++++++++++++++++------------------ nearby.html | 2 +- src/css/index.css | 3 +- team.html | 155 +++++++++++++++++++++----------- 6 files changed, 411 insertions(+), 259 deletions(-) diff --git a/Feedback.html b/Feedback.html index 147bc8a..31eae60 100644 --- a/Feedback.html +++ b/Feedback.html @@ -539,6 +539,38 @@ align-items: center; gap: 10px; } + @media(max-width:768px) { + .container .buttons { + justify-content: center; + flex-direction: column; + } + .menu ul{ + justify-content: center; + align-items: center; + gap: 1.5rem; + padding: 20px 0 20px 0; + } + + } + @media only screen and (min-width: 768px) and (max-width: 1024px) { + .container{ + flex-direction: column; + gap: 1.5rem; + } + .menu{ + width: max-content; + margin: auto; + } + + } + + @media only screen and (min-width : 1024px) and (max-width:1465) + { + .container{ + flex-direction: column; + gap: 2rem; + } + } @@ -589,16 +621,16 @@
+
+ + Get started - - - + +
- - Get started -
+ @@ -759,15 +791,13 @@

How can hospitals benefit from AmbuFlow?

// Add event listeners to each star label for toggling the selection const stars = document.querySelectorAll('.star-rating input'); stars.forEach(star => { - star.addEventListener('change', function () { + star.addEventListener('change', function (){ // Remove the checked state from all stars stars.forEach(s => { const label = document.querySelector(`label[for="${s.id}"]`); label.style.color = '#ddd'; // Reset color for unselected stars - - - - - + - - }); - + - + + @@ -471,10 +502,10 @@ o w - - Ambulance Monitoring System Logo - + + Ambulance Monitoring System Logo +
+
+ - - - - - - Get started + + Get started +
-
@@ -525,10 +554,13 @@

Emergency Care

-
- - -
+
+ + +