From ec4fe1e33cb4ab71affed1ad6260a652c74c617c Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Tue, 9 Dec 2025 03:05:26 +0000 Subject: [PATCH] Auto commit: 2025-12-09T03:05:26.348Z --- assets/css/custom.css | 37 +++++++ assets/js/main.js | 1 + index.php | 252 ++++++++++++++++++------------------------ login.php | 21 ++++ 4 files changed, 166 insertions(+), 145 deletions(-) create mode 100644 assets/css/custom.css create mode 100644 assets/js/main.js create mode 100644 login.php diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..eb246d6 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,37 @@ + +body { + font-family: 'Roboto', sans-serif; + background-color: #F8F9FA; +} + +h1, h2, h3, h4, h5, h6 { + font-family: 'Montserrat', sans-serif; +} + +.hero { + background: linear-gradient(135deg, #007BFF, #4DA8FF); + color: white; + padding: 6rem 0; + text-align: center; +} + +.section { + padding: 4rem 0; +} + +.card { + border: none; + border-radius: 0.5rem; + box-shadow: 0 4px 6px rgba(0,0,0,0.1); + transition: transform 0.2s; +} + +.card:hover { + transform: translateY(-5px); +} + +.footer { + background-color: #343A40; + color: white; + padding: 2rem 0; +} diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..f9a49c5 --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1 @@ +// Future javascript can be added here. diff --git a/index.php b/index.php index 7205f3d..007a6b8 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,112 @@ - - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + <?php echo htmlspecialchars($_SERVER['PROJECT_NAME'] ?? 'Homoeopathic Hospital'); ?> + + + + + + -
-
-

Analyzing your requirements and generating your website…

-
- Loading… -
-

AI is collecting your requirements and applying the first changes.

-

This page will update automatically as the plan is implemented.

-

Runtime: PHP — UTC

-
-
- + + + + + +
+
+

Healing with a Gentle Touch

+

Your trusted partner in holistic and natural healthcare.

+ Explore Our Services +
+
+ + +
+
+

Our Services

+
+
+
+
+ +
General Consultation
+

Expert homoeopathic advice for all your health concerns.

+
+
+
+
+
+
+ +
Pharmacy
+

A fully-stocked dispensary with authentic remedies.

+
+
+
+
+
+
+ +
Laboratory
+

Advanced diagnostics to support accurate treatment.

+
+
+
+
+
+
+ +
In-Patient Care
+

Comfortable and caring environment for recovery.

+
+
+
+
+
+
+ + +
+
+
+
+

About Us

+

We are a state-of-the-art facility dedicated to providing the highest quality of homoeopathic treatment. Our team of experienced doctors and compassionate staff work together to create a healing environment that addresses the root cause of illness and promotes long-term wellness.

+
+
+ +
+
+
+
+ + + + + + - + \ No newline at end of file diff --git a/login.php b/login.php new file mode 100644 index 0000000..a91afb7 --- /dev/null +++ b/login.php @@ -0,0 +1,21 @@ + + + + + + + Patient Login + + + +
+
+

Login Page

+

This page is under construction. The patient login form will be here.

+ Go back to Home +
+
+ +