From 95d5fd409da4807239908c1f8378ab799f22fdf8 Mon Sep 17 00:00:00 2001 From: Nidhi Satyapriya Date: Thu, 4 Jul 2024 21:37:45 +0530 Subject: [PATCH 1/5] resolved issue #728 --- Html-Files/Doctor Experience.html | 8 +- Html-Files/contact.html | 461 ------------------------------ Html-Files/news.html | 19 +- dex.html | 2 +- index.html | 385 ++++++++++++++++++++----- med.html | 11 + rateus.css | 438 ---------------------------- rateus.html | 178 ------------ 8 files changed, 333 insertions(+), 1169 deletions(-) delete mode 100644 Html-Files/contact.html create mode 100644 med.html delete mode 100644 rateus.css delete mode 100644 rateus.html diff --git a/Html-Files/Doctor Experience.html b/Html-Files/Doctor Experience.html index 69c822de..cf41dd0e 100644 --- a/Html-Files/Doctor Experience.html +++ b/Html-Files/Doctor Experience.html @@ -111,12 +111,12 @@ diff --git a/Html-Files/contact.html b/Html-Files/contact.html deleted file mode 100644 index c84a7ede..00000000 --- a/Html-Files/contact.html +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - - Contact Us - - - - - - - -
-
- -
-
-

RapiDoc

-
- -
-
-
-
-
-

Contact Info

- -
-
    -
  • - -
  • -
  • -
  • - - -
-
-
-

RapiDoc Query

-
-
- - First Name -
-
- - Last Name -
-
- - Email Address -
-
- - Mobile Number -
-
- - Write your message here... -
-
- -
-
-
-
-
- - - \ No newline at end of file diff --git a/Html-Files/news.html b/Html-Files/news.html index e0e6d90d..c8a9e152 100644 --- a/Html-Files/news.html +++ b/Html-Files/news.html @@ -420,16 +420,15 @@ diff --git a/dex.html b/dex.html index 8213ad09..f7f680a5 100644 --- a/dex.html +++ b/dex.html @@ -32,7 +32,7 @@ Services diff --git a/index.html b/index.html index ca4934b7..adcc0202 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,9 @@ -
-
-
-
-
- -

Location:

-

IGDTUW, Delhi

-
- -
- -

Call:

-

+91 1234567890

-
-
+ +
+
+ + FNF Mods +
+
-
-
-
- -
-
- -
-
- +
+
+
+
+
+ +

Location:

+

IGDTUW, Delhi

+
+ +
+ +

Call:

+

+91 1234567890

+
+
-
- +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ Thank you for your message. We will get back to you shortly. +
-
- -
-
@@ -1126,9 +1179,14 @@

Call:

document.getElementById('contactForm').addEventListener('submit', function(event) { event.preventDefault(); // Prevent form submission // Display confirmation message - document.getElementById('confirmationMessage').style.display = 'block'; + var confirmationMessage = document.getElementById('confirmationMessage'); + confirmationMessage.style.display = 'block'; // Reset the form event.target.reset(); + + setTimeout(function() { + confirmationMessage.style.display = 'none'; + }, 5000); //msg disappears after 5s }); @@ -1250,6 +1308,7 @@

Shikha Pandey

+
+ + - - - From af93e9ea3bcc1ec02b7abf2fd232916c585615e1 Mon Sep 17 00:00:00 2001 From: Nidhi Satyapriya Date: Fri, 5 Jul 2024 11:32:07 +0530 Subject: [PATCH 2/5] improvements --- Html-Files/Doctor Experience.html | 2 +- news.html | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Html-Files/Doctor Experience.html b/Html-Files/Doctor Experience.html index cf41dd0e..c4788386 100644 --- a/Html-Files/Doctor Experience.html +++ b/Html-Files/Doctor Experience.html @@ -112,7 +112,7 @@