From a1fa8abfb2510213c0a631ab9a2cf173afbb1f22 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 10 Dec 2025 16:09:55 +0000 Subject: [PATCH] V1 --- assets/css/custom.css | 59 ++++++++++++ index.php | 211 +++++++++++++----------------------------- 2 files changed, 125 insertions(+), 145 deletions(-) create mode 100644 assets/css/custom.css diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..906520b --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,59 @@ + +body { + font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; + background-color: #F8FAFC; + color: #6B7280; +} + +h1, h2, h3, h4, h5, h6 { + color: #1F2937; + font-weight: 700; +} + +.btn-primary { + background-color: #4F46E5; + border-color: #4F46E5; + border-radius: 12px; + padding: 12px 24px; + font-weight: 500; +} + +.btn-primary:hover { + background-color: #4338CA; + border-color: #4338CA; +} + +.btn-secondary { + background-color: #FFFFFF; + border-color: #E5E7EB; + color: #1F2937; + border-radius: 12px; + padding: 12px 24px; + font-weight: 500; +} + +.btn-secondary:hover { + background-color: #F9FAFB; +} + +.hero { + padding-top: 8rem; + padding-bottom: 8rem; +} + +.hero h1 { + font-size: 3.5rem; + font-weight: 700; + line-height: 1.2; +} + +.hero .subheadline { + font-size: 1.25rem; + color: #4B5563; +} + +.footer { + padding: 3rem 0; + background-color: #FFFFFF; + border-top: 1px solid #E5E7EB; +} diff --git a/index.php b/index.php index 7205f3d..28e408c 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,71 @@ - - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + Markme - Turn Marketing Contracts Into Action. + + + + + + + + + + + + + -
-
-

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

-
-
- + +
+
+ +
+
+ +
+
+
+
+
+

Turn Marketing Contracts Into Action.

+

Upload contracts → auto-extract deliverables & payment terms → track execution → ensure compliance → verify performance, all in one place.

+
+ + +
+
+
+
+
+
+ + + + - + \ No newline at end of file