From d976513b53446d58a64891caf01e68e0dd498618 Mon Sep 17 00:00:00 2001 From: Aditi Date: Wed, 17 Jul 2024 12:29:32 +0530 Subject: [PATCH 1/7] Update README.md --- README.md | 85 ++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 66 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index f7b93577..06344444 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +
![RapidDoc](https://camo.githubusercontent.com/dd5e3080a7adc2ead8f86cbbd6577cee0a38439c0ebf195021ce41587b0a405f/68747470733a2f2f6d69726f2e6d656469756d2e636f6d2f6d61782f313430302f312a633459675258595161794f5657785633376f757272772e706e67) @@ -37,20 +38,23 @@ -

RocketFeatured In

- - - +

RocketFeatured In

+
+

Open Source Programs

+
+
+ + -
Event Logo Event Name Event Description
GSSoC 24 GirlScript Summer of Code 2024 GirlScript Summer of Code is a three-month-long Open Source Program conducted every summer by GirlScript Foundation. It is an initiative to bring more beginners to Open-Source Software Development.
+

RocketProject Overview

It is an online platform which enables you to get information about your nearest hospitals and healthcare facilities including important information like blood availablity in emergency, Opds and beds availability in your nearest/desired hospitals. It aims to address health-related issues. It is a one-stop destination for all your medical needs.

@@ -61,7 +65,7 @@ It is an online platform which enables you to get information about your nearest
-

+
##

RocketGet Started

@@ -106,9 +110,11 @@ It is an online platform which enables you to get information about your nearest ``` 9. **Create a Pull Request:** Go to the GitHub page of your forked repository. You should see a prompt to create a pull request (PR). Click on it, compare the changes, and create the PR. -

- -

To run the project locally in your System

+
+ +
+

To run the project locally in your System

+
1. _Fork the Repository:_ Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account. @@ -131,18 +137,50 @@ It is an online platform which enables you to get information about your nearest ![Screenshot (130)](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/assets/105973197/10644887-eb4b-4471-98bb-26e0b1bb4f07) -4. _Clearly read the contribution guidelines:_ - Make sure to follow the guidelines to contribute to this project. - ![Screenshot (131)](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/assets/105973197/342c364a-d908-48a4-9d12-2552298d87bd) - -5. _Find the Index.html file:_ +4. _Find the Index.html file:_ Right click the file mentioned and click on "Open with Live Server" This will redirect to the web-browser and load the landing page of the project ![Screenshot (133)](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/assets/105973197/62044e1a-a644-467d-98ac-eabfac970ed9) -

Contributing +

+
+ + +
+

:sparkles:Contribution Guidelines:

+ + + * **Checkout and make your changes for the develop branch only:** When working on your contributions, switch to the **develop** branch in your local repository. This ensures that you are working on the latest version of the codebase. + +* **Create pull requests only for the develop branch:** When you are ready to submit your changes, create a pull request (PR) targeting the **develop** branch. This allows the maintainers to review and merge your code into the main development branch. + +* **Maintain contribution guidelines:** Each project may have its specific contribution guidelines. It's important to familiarize yourself with these guidelines before submitting your contributions. Adhering to these guidelines ensures consistency and helps maintain the quality of the codebase. + +* **Format your commit message with the issue number:** When making commits related to an issue, follow the format **Fixes: #32 in your commit message. Replace 32 with the issue number you are addressing.** This helps track and manage issues more efficiently. + +* **Attach a Postman response screenshot for backend tasks:** For tasks related to the backend, it is recommended to include a screenshot of the Postman response along with your pull request. This provides additional context and helps reviewers understand the changes made and their impact on the backend functionality. + +* **Make your pull request descriptive and include examples:** When creating a pull request, provide a clear and descriptive explanation of the changes you made. This helps reviewers understand the purpose and significance of your contribution. Additionally, including at least one example that demonstrates the intended usage or effect of your changes can be beneficial. + +* **Rebase your commits and optimize file changes:** When submitting your pull request, consider rebasing your commits into one commit and optimizing your file changes. This helps keep the commit history clean and makes it easier for reviewers to understand your changes. + +Remember, following these guidelines will help ensure a smooth and efficient contribution process. Happy coding! + +
+ +
+ + +
+

Code of Conduct:

+
+ +Please note that this project is released with a [Contributor Code of Conduct](./CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. +
+ +## ✍️ Feedback and Support:

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's. @@ -153,6 +191,8 @@ To contribute to the RAPIDOC-HEALTHCARE-WEBSITE repository using GitHub Desktop, Submitting a fix
Proposing new features +


+

Our Contributors Red Heart

Thank you for contributing to our repository

@@ -165,7 +205,14 @@ To contribute to the RAPIDOC-HEALTHCARE-WEBSITE repository using GitHub Desktop,

Show some Red Heart by starring this awesome repository!

-
-

-If you find this project helpful, please consider giving it a star!

-

+ +
+
+

Support

+
+ +
+ Don't forget to leave a star for this project! +

+ +Go to Top From 03dd68f8462de59b6d45015a446065d7501b8cd7 Mon Sep 17 00:00:00 2001 From: Pradnya Gaitonde Date: Sun, 28 Jul 2024 23:39:46 +0530 Subject: [PATCH 2/7] Google map integration and enhancement of contact us section under Services Tab --- dex.html | 115 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 99 insertions(+), 16 deletions(-) diff --git a/dex.html b/dex.html index 00853ed1..3e4f2efe 100644 --- a/dex.html +++ b/dex.html @@ -51,6 +51,90 @@ background-color: #3fbcc0; z-index: 9999; } + .contact__container { + display: flex; + justify-content: space-between; + align-items: flex-start; + flex-wrap: wrap; + padding-top: 50px; + text-align: left; + } + + .contact__content { + flex: 1; + max-width: 45%; + display: flex; + flex-direction: column; + padding-left: 20px; + gap: 1rem; + padding-left: 100px; + color: white; + } + + .contact__heading { + text-align: left; + margin-bottom: 0.5rem; /* Reduce space below heading */ + } + + .section__title-center { + padding-left: 10px; + } + + .contact__description { + text-align: left; + margin-bottom: 1rem; /* Space below description */ + } + + .contact__map { + flex: 1; + max-width: 45%; + margin-left: 10px; + } + + .contact__address { + display: flex; + align-items: center; + gap: 10px; + margin: 10px 0; + color: white; + } + + .contact__information { + font-weight: bold; + color: white; + } + + .button { + display: inline-block; + margin-top: 20px; + padding: 10px 20px; + background-color: #007bff; + color: white; + text-decoration: none; + border-radius: 5px; + text-align: center; + } + + .button:hover { + background-color: #0056b3; + } + + @media (max-width: 768px) { + .contact__container { + flex-direction: column; + align-items: center; + } + + .contact__content, + .contact__map { + max-width: 100%; + } + + .contact__map { + margin-left: 0; + margin-top: 20px; + } + } - + @@ -99,8 +99,8 @@
-

- Welcome to RapiDoc!
Your one-stop digital
healthcare +

+ Welcome to RapiDoc! Your one-stop digital healthcare destination

@@ -152,7 +152,7 @@

Pediatric Health Checkup

-

What to Expect?

+

What to Expect?

1

@@ -192,8 +192,8 @@

5

-

- Health Tips +

+ Health Tips

@@ -329,6 +329,15 @@

RAPIDOC Newsletter


} } +
@@ -370,6 +379,7 @@

RAPIDOC Newsletter


+ diff --git a/checkup.js b/checkup.js new file mode 100644 index 00000000..4b734a09 --- /dev/null +++ b/checkup.js @@ -0,0 +1,10 @@ +document.addEventListener('DOMContentLoaded', function() { + const hamburger = document.querySelector('.hamburger'); + const navLinks = document.querySelector('.nav_link'); + + hamburger.addEventListener('click', function() { + navLinks.classList.toggle('active'); + }); + }); + + \ No newline at end of file From 6b16a1265c9638f5f543dc314056aac83bf89dfa Mon Sep 17 00:00:00 2001 From: samarsajad <142666229+samarsajad@users.noreply.github.com> Date: Tue, 30 Jul 2024 18:49:11 +0530 Subject: [PATCH 5/7] linked checkup page with main --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e56a4b81..0feea411 100644 --- a/index.html +++ b/index.html @@ -123,7 +123,7 @@

-

Normal checkup

+

Normal checkup

Detect medical issues, identify risk factors and illnesses before they start to cause problems.

From 0c18ae29f3487ecfafec0100e38dfd421855f9d9 Mon Sep 17 00:00:00 2001 From: samarsajad <142666229+samarsajad@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:07:39 +0530 Subject: [PATCH 6/7] made the changes --- checkup.css | 21 ++++++++++----- checkup.html | 75 ++++++++++++++++++++++++++++++---------------------- 2 files changed, 59 insertions(+), 37 deletions(-) diff --git a/checkup.css b/checkup.css index 44f514a6..7cc5414b 100644 --- a/checkup.css +++ b/checkup.css @@ -9,6 +9,7 @@ body { align-items: center; padding: 10px; position: relative; + } .nav_link { @@ -63,6 +64,9 @@ body { } @media (max-width: 768px) { + .header_container{ + height: 50px; + } .nav_link { display: none; flex-direction: column; @@ -92,7 +96,9 @@ body { .hamburger { display: flex; + margin-bottom: 10px; } + } @@ -314,11 +320,13 @@ body { .footer-bottom-wrapper { flex-direction: column; align-items: center; + } .footer-bottom-wrapper small { margin-bottom: 10px; margin-right: 0px; + } .social-links { @@ -330,7 +338,7 @@ body { .social-wrapper { margin-top: 10px; - margin-right: 300px; + margin-right: 10px; } } @@ -338,17 +346,18 @@ body { .body{ width: 100vw !important; } + .content{ + padding-top:0px; + } .content h1{ font-size: 27px; display: block; - - } .sec-img{ - - width: 200px; - height: 200px; + margin-top:10px; + width: 230px; + height: 230px; } .services-grid { grid-template-columns: 1fr; diff --git a/checkup.html b/checkup.html index 7834045a..cb307ed2 100644 --- a/checkup.html +++ b/checkup.html @@ -345,39 +345,52 @@

RAPIDOC Newsletter


+ From 13201315bd2f813478d7f9b9b69b32d467d15d1a Mon Sep 17 00:00:00 2001 From: Aditya Bhaumik <92214013+aditya-bhaumik@users.noreply.github.com> Date: Tue, 30 Jul 2024 23:52:03 +0530 Subject: [PATCH 7/7] Update customer_agreement.html --- Html-Files/customer_agreement.html | 1219 +++++++++++++++++++++++++--- 1 file changed, 1118 insertions(+), 101 deletions(-) diff --git a/Html-Files/customer_agreement.html b/Html-Files/customer_agreement.html index 7b255026..ad6542d2 100644 --- a/Html-Files/customer_agreement.html +++ b/Html-Files/customer_agreement.html @@ -4,115 +4,1132 @@ RapiDoc - - - + + + + + + + + + + + + + + + RapiDoc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- -
-
-

Customer Agreement

-
-
-
-

Introduction

-

- Welcome to RAPIDOC Healthcare Website. This Customer Agreement - outlines the terms and conditions under which you may use our online - platform to access healthcare information and services. By using our - website, you agree to comply with and be bound by the terms of this - agreement. -

-
-
-

Services Provided

-
    -
  • - Information Access: RAPIDOC provides information - about the nearest hospitals and healthcare facilities, including - blood availability in emergencies, OPDs, and bed availability. -
  • -
  • - Appointment Booking: Users can prebook - appointments for OPDs at desired hospitals. -
  • -
  • - Emergency Services: Information on emergency - services and blood group availability. -
  • -
  • - Healthcare Facilities: Detailed information on - healthcare services provided by various hospitals. -
  • -
-
-
-

User Responsibilities

-
    -
  • - Accuracy of Information: Users must provide - accurate and up-to-date information when using our services. -
  • -
  • - Compliance: Users must comply with all applicable - laws and regulations when using our platform. -
  • -
  • - Account Security: Users are responsible for - maintaining the confidentiality of their account information and - password. -
  • -
-
-
-

Terms of Use

-
    -
  • - Acceptance of Terms: By accessing and using our - website, you accept and agree to be bound by the terms of this - Customer Agreement. -
  • -
  • - Modification of Terms: RAPIDOC reserves the right - to modify these terms at any time. Any changes will be posted on - this page, and your continued use of the website will constitute - acceptance of the new terms. -
  • -
  • - Termination: RAPIDOC may terminate your access to - the website at any time, without notice, for conduct that it - believes violates this agreement or is harmful to other users of - the website, RAPIDOC, or third parties, or for any other reason. -
  • -
-
-
-

Contact Information

-

- For any questions or concerns about this Customer Agreement, please - contact us at rapidoc@mail.com. -

-
-
-
- -