diff --git a/add-medication.php b/add-medication.php new file mode 100644 index 0000000..086ae44 --- /dev/null +++ b/add-medication.php @@ -0,0 +1,68 @@ + + + + + + + Add Medication - Medipet + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

Add a New Medication

+
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+
+
+
+
+
+ + + + + diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..205d1e3 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,56 @@ + +body { + font-family: 'Poppins', sans-serif; + background-color: #f8f9fa; + color: #343a40; +} + +.navbar-brand { + font-weight: 600; +} + +.card { + border: none; + border-radius: 0.75rem; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + transition: transform 0.2s ease-in-out; +} + +.card:hover { + transform: translateY(-5px); +} + +.card-title { + font-weight: 600; + color: #20c997; +} + +.pet-container { + text-align: center; +} + +.pet-container svg { + width: 100%; + max-width: 200px; + height: auto; +} + +.streak-container h1 { + font-size: 3.5rem; + font-weight: 700; + color: #fd7e14; +} + +.btn-primary { + background-color: #20c997; + border-color: #20c997; + border-radius: 0.5rem; + padding: 0.75rem 1.5rem; + font-weight: 600; + transition: background-color 0.2s; +} + +.btn-primary:hover { + background-color: #1a9a78; + border-color: #1a9a78; +} diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..55341f9 --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1 @@ +// This file is ready for future JavaScript functionality. diff --git a/index.php b/index.php index 7205f3d..9739d59 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,100 @@ - - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + + Medipet + + + + + + + + + + + + + + -
-
-

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

-
-
- + + + +
+
+ + +
+
+
+
Your Pet: Buddy
+
+ + + + + + + + + + + + + + +
+

Buddy is healthy and happy!

+
+
+
+ + +
+
+ +
+
+
+
Current Streak
+
+

0 days

+
+
+
+
+ + +
+
+
+
My Medications
+

You haven't added any medications yet.

+ Add First Medication +
+
+
+
+
+ +
+
+ + + - + \ No newline at end of file