diff --git a/Feedback.html b/Feedback.html index 8fb9ce6..5fea1d0 100644 --- a/Feedback.html +++ b/Feedback.html @@ -8,23 +8,16 @@ +
- + + - - - - -
-

AmbuFlow Feedback

- -
+

AmbuFlow Feedback

+

We Value Your Feedback

@@ -697,7 +386,7 @@

We Value Your Feedback

-
+
@@ -753,349 +442,94 @@

Subscribe to


- -
- -

© 2024 AmbuFlow. All rights reserved.

-
- - - -
- - - - - - - - -
-

Features

-

Here are the features of AmbuFlow:

-
-
- -

Quick Emergency Response

-

Immediate notifications to the nearest ambulance service.

-
-
- -

Real-Time Tracking

-

Track ambulances in real-time for better coordination.

-
-
- -

Enhanced Communication

-

Instant communication between dispatch and ambulances.

-
-
- -

Resource Management

-

Efficient allocation of resources for emergencies.

-
-
- -

User-Friendly Interface

-

Easy-to-navigate system for users and providers.

-
-
- -

24/7 Availability

-

Always available support and monitoring services.

-
-
- -

Patient Health Monitoring

-

Real-time monitoring of patient vitals during transport.

-
- +
+

Features

+

Here are the features of AmbuFlow:

+
+
+ +

Quick Emergency Response

+

Immediate notifications to the nearest ambulance service.

+
+
+ +

Real-Time Tracking

+

Track ambulances in real-time for better coordination.

+
+
+ +

Enhanced Communication

+

Instant communication between dispatch and ambulances.

+
+
+ +

Resource Management

+

Efficient allocation of resources for emergencies.

+
+
+ +

User-Friendly Interface

+

Easy-to-navigate system for users and providers.

+
+
+ +

24/7 Availability

+

Always available support and monitoring services.

+
+
+ +

Patient Health Monitoring

+

Real-time monitoring of patient vitals during transport.

+
+ -
- -

Emergency Contact Integration

-

Seamless integration with emergency contact services.

-
-
- -

Driver Performance Monitoring

-

Real-time tracking of driver behavior and performance on the road.

-
-
- -

Feedback System

-

Collecting feedback to improve service quality.

+
+ +

Emergency Contact Integration

+

Seamless integration with emergency contact services.

+
+
+ +

Driver Performance Monitoring

+

Real-time tracking of driver behavior and performance on the road.

+
+
+ +

Feedback System

+

Collecting feedback to improve service quality.

+
-
@@ -676,103 +395,33 @@

Subscribe to
+ style="background-color: #C4D7FF; color: #000000; display: flex; justify-content: space-between; align-items: center; padding: 10px 20px;">

© 2024 AmbuFlow. All rights reserved.

-

+ +
+ +
+
+ - - -
- -
-
- +
+ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/index.html b/index.html index 76386ce..3e91c11 100644 --- a/index.html +++ b/index.html @@ -11,90 +11,11 @@ - + - @@ -625,24 +367,17 @@
- - - - -
@@ -657,7 +392,7 @@
  • - + Home
  • @@ -789,6 +524,8 @@

    Contact Us

    Stay calm, ensure the patient is in a safe environment, and prepare any relevant medical information. If possible, clear a path for the ambulance and stay on the line with emergency services if needed.

    +

    Stay calm, ensure the patient is in a safe environment, and prepare any relevant medical information. If + possible, clear a path for the ambulance and stay on the line with emergency services if needed.

    @@ -867,8 +604,7 @@

    Contact Us

    + + +
    + style="background-color: #C4D7FF; color: #000000; display: flex; justify-content: center; align-items: center; padding: 10px 20px; border-top: 1px solid #a0c0ff;">

    © 2024 AmbuFlow. All rights reserved.

    - - - -
    - - - - -
    - -
    -
    - - - - - - - - - - - - - + + +
    + +
    +
    + + + + \ No newline at end of file diff --git a/up.html b/up.html index cc980df..372b885 100644 --- a/up.html +++ b/up.html @@ -563,217 +563,224 @@

    One of us ?

    + - - - Register & Login - - - - + + + Register & Login + + + + + -
    - - - - -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    +
    + + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    -
    -
    - +
    +
    +
    +

    New here ?

    +

    Discover new experiences with AmbuFlow!
    Get access to exclusive content and features.
    Create + your account.

    +
    - -
    -
    -
    -

    New here ?

    -

    Discover new experiences with AmbuFlow!
    Get access to exclusive content and features.
    Create your account.

    - -
    -
    -
    -
    -

    One of us ?

    -

    Welcome to our community

    - -
    -
    +
    +
    +
    +

    One of us ?

    +

    Welcome to our community

    +
    +
    +
    - - - + + + circles.forEach(function (circle, index) { + circle.style.left = x - 12 + "px"; + circle.style.top = y - 12 + "px"; + circle.style.scale = (circles.length - index) / circles.length; + + circle.x = x; + circle.y = y; + + const nextCircle = circles[index + 1] || circles[0]; + x += (nextCircle.x - x) * 0.3; + y += (nextCircle.y - y) * 0.3; + }); + + requestAnimationFrame(animateCircles); + } + + animateCircles(); + - + + \ No newline at end of file