From c4f68c48d484d0803f788cda576e17ab73802060 Mon Sep 17 00:00:00 2001 From: Rajdeep Chakraborty Date: Mon, 7 Oct 2024 21:06:46 +0530 Subject: [PATCH 01/28] Modified identation of Social Media Links section --- index.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 7383a60e..557aad78 100644 --- a/index.html +++ b/index.html @@ -545,11 +545,14 @@

Contact Info

Follow Us

From 5e1277d4dd579db38f8b25aeb6f7996be8789104 Mon Sep 17 00:00:00 2001 From: Rajdeep Chakraborty Date: Mon, 7 Oct 2024 23:08:06 +0530 Subject: [PATCH 02/28] Added the hover animation to social icons --- contact.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contact.html b/contact.html index 2bf004c7..93a8e653 100644 --- a/contact.html +++ b/contact.html @@ -84,10 +84,12 @@ font-size: 24px; color: #2980b9; transition: color 0.3s; + transition: transform 0.3s ease; /* Smooth transition effect */ } .social-icon:hover { color: #ff5733; + transform: scale(1.2); /* Scale the element to 1.2 times its size */ } footer { From 2c0bf5f0d721f653e85b74d48dfb9771be347c92 Mon Sep 17 00:00:00 2001 From: Rajdeep Chakraborty Date: Mon, 7 Oct 2024 23:14:31 +0530 Subject: [PATCH 03/28] Added different color on hover for diffent icons --- contact.html | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/contact.html b/contact.html index 93a8e653..b5acba0d 100644 --- a/contact.html +++ b/contact.html @@ -88,7 +88,26 @@ } .social-icon:hover { - color: #ff5733; + transform: scale(1.2); /* Scale the element to 1.2 times its size */ + } + + .facebook:hover { + color: blue; + transform: scale(1.2); /* Scale the element to 1.2 times its size */ + } + + .twitter:hover { + color: black; + transform: scale(1.2); /* Scale the element to 1.2 times its size */ + } + + .instagram:hover { + color: orangered; + transform: scale(1.2); /* Scale the element to 1.2 times its size */ + } + + .linkedin:hover { + color: rgb(16, 13, 195); transform: scale(1.2); /* Scale the element to 1.2 times its size */ } @@ -217,13 +236,13 @@

Emergency Care

In case of an emergency, please do not hesitate to reach out to us immediately.

- + From 04dbc05bb39a0dfa67b0c18ac58653dbe083ba03 Mon Sep 17 00:00:00 2001 From: Rajdeep Chakraborty Date: Mon, 7 Oct 2024 23:26:55 +0530 Subject: [PATCH 04/28] Removed extra spaces --- contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact.html b/contact.html index b5acba0d..cb96cb0e 100644 --- a/contact.html +++ b/contact.html @@ -236,7 +236,7 @@

Emergency Care

In case of an emergency, please do not hesitate to reach out to us immediately.

- +
-

If the ambulance is delayed, you will receive updates through the system. In case of a significant delay, please contact emergency services for further instructions.

+

If the ambulance is delayed, you will receive updates through the system. In case of a significant + delay, please contact emergency services for further instructions.

-
+
-

Yes, during your request, you can provide essential medical details to help paramedics prepare better for the situation.

+

Yes, during your request, you can provide essential medical details to help paramedics prepare better + for the situation.

-
+
-

The ambulance tracking service is free of charge, but regular ambulance service fees may apply depending on the provider.

+

The ambulance tracking service is free of charge, but regular ambulance service fees may apply + depending on the provider.

-
+
- +
-

During your request, you can specify if the patient needs specific medical equipment or personnel, such as a ventilator or a specialized doctor.

+

During your request, you can specify if the patient needs specific medical equipment or personnel, such + as a ventilator or a specialized doctor.

-
+
-

If the ambulance location is not updating, try refreshing the page. If the issue persists, report a technical issue through the system or contact support.

+

If the ambulance location is not updating, try refreshing the page. If the issue persists, report a + technical issue through the system or contact support.

-
+
-

Yes, the system allows you to schedule an ambulance for non-emergency situations in advance.

+

Yes, the system allows you to schedule an ambulance for non-emergency situations in advance.

-
- + + @@ -514,56 +566,64 @@

Contact Us

- - + \ No newline at end of file From fb010e55cbebc6491ed2b7b4f3fcaa911e07a074 Mon Sep 17 00:00:00 2001 From: Rajdeep Chakraborty Date: Tue, 8 Oct 2024 01:57:04 +0530 Subject: [PATCH 06/28] Added Redirect links to the social icons on the Contact Page --- contact.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/contact.html b/contact.html index cb96cb0e..8d430458 100644 --- a/contact.html +++ b/contact.html @@ -237,12 +237,13 @@

Emergency Care

+ From d60e1cb15645710024948c2871f5bc616457b44b Mon Sep 17 00:00:00 2001 From: Rajdeep Chakraborty Date: Tue, 8 Oct 2024 01:58:25 +0530 Subject: [PATCH 07/28] Increased the font size of the footer social icons on the home page --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2689ac27..e236fdf5 100644 --- a/index.html +++ b/index.html @@ -595,13 +595,13 @@

Contact Info

Follow Us

- - - -
From 18a55c442b0fab939d78eebbc05e6279d2c844df Mon Sep 17 00:00:00 2001 From: Rajdeep Chakraborty Date: Tue, 8 Oct 2024 01:59:16 +0530 Subject: [PATCH 08/28] Changed the footer social logo of facebook on the home page --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e236fdf5..829d370e 100644 --- a/index.html +++ b/index.html @@ -596,7 +596,7 @@

Contact Info

Follow Us

+ class="fab fa-facebook"> Date: Tue, 8 Oct 2024 02:06:06 +0530 Subject: [PATCH 09/28] Added classes to the social icons to assign hover animation --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 829d370e..69526083 100644 --- a/index.html +++ b/index.html @@ -595,13 +595,13 @@

Contact Info