From ec0ac30d61a324904f2130787765d2947fe37be6 Mon Sep 17 00:00:00 2001 From: devarsheecodess Date: Sun, 6 Oct 2024 23:54:35 +0530 Subject: [PATCH] Improved manage.html #215 --- index.html | 533 ++++++++++++++++++++++++++++----------------- manage.html | 1 + src/css/manage.css | 1 + 3 files changed, 338 insertions(+), 197 deletions(-) diff --git a/index.html b/index.html index 57cb709b..3c52e304 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,23 @@ - - - AmbuFlow - - - + + + + +
+
+
+
+
+ -
+
- - - -
- - Get started + + +
+ + + Get started +
-
+
-
+

Welcome to the Ambulance Monitoring System

-
- Emergency Response -

Quick Emergency Response

-

Ensures patients receive timely medical assistance by locating the nearest hospitals and ambulances.

-
-
- Real-Time Tracking -

Real-Time Tracking

-

Provides real-time updates on ambulance locations and traffic conditions, optimizing route management.

-
-
- 24/7 Availability -

24/7 Availability

-

Ensures round-the-clock service, making sure that help is just a call away, anytime, anywhere.

-
-
- Enhanced Communication -

Enhanced Communication

-

Facilitates seamless communication between patients, hospitals, and ambulance drivers.

-
-
- Resource Management -

Resource Management

-

Helps hospitals manage their resources efficiently by providing critical information and analytics.

-
+
+ Emergency Response +

Quick Emergency Response

+

+ Ensures patients receive timely medical assistance by locating the + nearest hospitals and ambulances. +

+
+
+ Real-Time Tracking +

Real-Time Tracking

+

+ Provides real-time updates on ambulance locations and traffic + conditions, optimizing route management. +

+
+
+ 24/7 Availability +

24/7 Availability

+

+ Ensures round-the-clock service, making sure that help is just a + call away, anytime, anywhere. +

+
+
+ Enhanced Communication +

Enhanced Communication

+

+ Facilitates seamless communication between patients, hospitals, and + ambulance drivers. +

+
+
+ Resource Management +

Resource Management

+

+ Helps hospitals manage their resources efficiently by providing + critical information and analytics. +

+
- -
- Meet the Team -
-

Meet the Team

-

Learn more about our dedicated team working tirelessly to ensure efficient ambulance monitoring and resource management.

- Go to Team +
+
+ +
+
+
+
+ Meet the Team +

Meet the Team

+
+

+ Learn more about our dedicated team working tirelessly to ensure + efficient ambulance monitoring and resource management. +

+ Go to Team +
+
- + -
- Contact Us -
-

Contact Us

-

Reach out to us for any inquiries or assistance. We're here to help you 24/7 with our emergency services.

- Go to Contact +
+
+
+ Contact Us +

Contact Us

+
+
+

+ Reach out to us for any inquiries or assistance. We're here to + help you 24/7 with our emergency services. +

+ Go to Contact
+
+
-
+
+ +
-

© 2024 Ambulance Monitoring System. All rights reserved.

-
-
- - + +
- -
-

Contact Info

-

Ambulance Monitoring System - White road St, Newyork City, USA

-

Email:ambulancemonitor@gmail.com

-

Phone: 9633700598

-
+ +
+

Contact Info

+
123 Emergency Lane, Mumbai, India
+Phone: +91-911-1234567
 
-            
-            
+Email: emergency@ambulanceservice.in
+
- -
-

Subscribe to Our Newsletter

-
-

- -
-
-
+ +
+

Subscribe to Our Newsletter

+
+ +

+ +
+
- -
-

© 2024 Ambulance Monitoring System. All rights reserved.

-
+ + + +
+ + +
+

© 2024 Ambulance Monitoring System. All rights reserved.

+
+
- + // Add this new code for handling the newsletter form submission + document.getElementById('newsletter-form').addEventListener('submit', function(e) { + e.preventDefault(); + var email = this.querySelector('input[type="email"]').value; + var messageElement = document.getElementById('subscription-message'); + + // Here you would typically send the email to your server + // For this example, we'll just show a success message + messageElement.textContent = 'Thank you for subscribing!'; + messageElement.style.display = 'block'; + + // Clear the form + this.reset(); + + // Hide the message after 5 seconds + setTimeout(function() { + messageElement.style.display = 'none'; + }, 5000); + }); + - + \ No newline at end of file diff --git a/manage.html b/manage.html index c1e2ed9c..c04d5f89 100644 --- a/manage.html +++ b/manage.html @@ -298,6 +298,7 @@

Add Ambulance

alert("Logged out successfully!"); } else return }); + \ No newline at end of file diff --git a/src/css/manage.css b/src/css/manage.css index cb2d2130..33e4a260 100644 --- a/src/css/manage.css +++ b/src/css/manage.css @@ -253,6 +253,7 @@ body { min-height: 100vh; } + /* Update manage-container to take remaining space */ .manage-container { flex: 1;