diff --git a/README.md b/README.md index 553b1d2b..f7b93577 100644 --- a/README.md +++ b/README.md @@ -2,30 +2,21 @@ ![RapidDoc](https://camo.githubusercontent.com/dd5e3080a7adc2ead8f86cbbd6577cee0a38439c0ebf195021ce41587b0a405f/68747470733a2f2f6d69726f2e6d656469756d2e636f6d2f6d61782f313430302f312a633459675258595161794f5657785633376f757272772e706e67) - - - -
-#

RapiDoc.com

+#

RapiDoc.com

[💬 Join the community on Slack](https://join.slack.com/t/newworkspace-ley5153/shared_invite/zt-2isvflg78-tMexsn50mxdwY4BEJ_W11g)
-

An online platform providing comprehensive information on nearby hospitals and healthcare facilities!

+

An online platform providing comprehensive information on nearby hospitals and healthcare facilities!

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) - +
@@ -46,7 +37,7 @@
Stars
-

RocketFeatured In

+

RocketFeatured In

@@ -60,7 +51,7 @@
-

RocketProject Overview

+

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.

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

-##

RocketGet Started

+##

RocketGet Started

### Setup and Installation @@ -115,6 +106,41 @@ 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

+ +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. + + ![Screenshot (127)](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/assets/105973197/164ba1a7-d42e-4e4d-acbd-4bc81cf387d5) + + ![Screenshot (128)](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/assets/105973197/21a47905-69ee-448f-a5c0-71ceb3c694d5) + +2. _Clone the repository:_ + Clone the forked repository to your local machine using the following command in your terminal. + + ```bash + git clone https://github.com//RAPIDOC-HEALTHCARE-WEBSITE + ``` + ![Screenshot (129)](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/assets/105973197/88249cc4-5849-4472-b190-9d9bad2bb236) + + +3. _Open the project in VS Code:_ + Click on the open with vs code button , to make changes to the code using the text editor. + + ![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:_ + 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 @@ -128,8 +154,8 @@ To contribute to the RAPIDOC-HEALTHCARE-WEBSITE repository using GitHub Desktop, Proposing new features

-

Our Contributors Red Heart

-

Thank you for contributing to our repository

+

Our Contributors Red Heart

+

Thank you for contributing to our repository

@@ -139,5 +165,7 @@ 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!

\ No newline at end of file +
+

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

+

diff --git a/index.html b/index.html index f36ed74b..2206baae 100644 --- a/index.html +++ b/index.html @@ -406,7 +406,7 @@

SERVICES

- +

Nearest Labs

Test labs and clinics near you.


@@ -440,8 +440,7 @@

Services

Our services are for your good health. We are with you at every digital step.

-
-
+

Clinics/Labs

@@ -449,7 +448,7 @@

Clinics/Labs

-
+

Pharmacy

@@ -457,7 +456,7 @@

Pharmacy

-
+

Daily Feed

@@ -466,7 +465,7 @@

Daily Feed

-
+

Blood Bank

@@ -474,7 +473,7 @@

Blood Bank

-
+

Disabled Person

@@ -482,17 +481,14 @@

Disabled Person

-
+

Health Post

Weekly, monthly, yearly or each day, however you like it!

-
- -
diff --git a/style.css b/style.css index 15eb01ac..cb76f3ac 100644 --- a/style.css +++ b/style.css @@ -889,7 +889,6 @@ section { /*################----Services----################*/ .services .icon-box { - z-index: -1; text-align: center; margin-left: 80px; margin-right: 80px; @@ -904,7 +903,6 @@ section { } .services .icon-box .icon { - margin: 0 auto; width: 64px; height: 64px; @@ -919,14 +917,11 @@ section { } .services .icon-box .icon i { - color: #060606; font-size: 28px; } .services .icon-box .icon::before { - - position: absolute; content: ''; left: -8px; @@ -940,24 +935,26 @@ section { } .services .icon-box h4 { - font-weight: 700; margin-bottom: 15px; font-size: 24px; } .services .icon-box h4 a { - color: #55a5ea; } .services .icon-box p { - line-height: 24px; font-size: 14px; margin-bottom: 0; +} - +.services .container { + display: grid; + grid-template-columns: repeat(3, 1fr); + /* gap: 20px; */ + margin-top: 8px; } .services .icon-box:hover { @@ -982,6 +979,31 @@ section { color: #111111; } +/* Styles for medium screens */ +@media (max-width: 991px) { + .services .container { + grid-template-columns: repeat(2, 1fr); + } +} + +/* Styles for smaller screens */ +@media (max-width: 767px) { + .services .container { + grid-template-columns: 1fr; + } +} + +/* Additional smaller adjustments */ +@media (max-width: 575px) { + .services .icon-box { + padding: 20px; + } + .services .icon i { + font-size: 30px; + } +} + + /*################----Appointments----################*/