From 50088c45be22b297c4c411ca6275d094fafcce2f Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 27 Oct 2025 21:09:31 +0000 Subject: [PATCH] 0.1 --- assets/css/custom.css | 109 +++++++++++++++ assets/js/main.js | 1 + index.php | 298 ++++++++++++++++++++++-------------------- 3 files changed, 263 insertions(+), 145 deletions(-) create mode 100644 assets/css/custom.css create mode 100644 assets/js/main.js diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..6d6dd0f --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,109 @@ +/* SecureLife Custom Styles */ +@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap'); + +:root { + --primary-color: #0052CC; + --secondary-color: #00A3BF; + --bg-light: #F8F9FA; + --surface-white: #FFFFFF; + --text-dark: #212529; + --text-light: #6c757d; + --border-radius: 0.5rem; + --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); + --shadow-md: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); +} + +body { + font-family: 'Poppins', sans-serif; + background-color: var(--bg-light); + color: var(--text-dark); +} + +.navbar-brand { + font-weight: 700; + color: var(--primary-color); +} + +.hero { + background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); + color: var(--surface-white); + padding: 6rem 0; + text-align: center; +} + +.hero h1 { + font-weight: 700; + font-size: 3.5rem; +} + +.hero p { + font-size: 1.25rem; + font-weight: 300; + margin-bottom: 2rem; +} + +.btn-primary { + background-color: var(--primary-color); + border-color: var(--primary-color); + font-weight: 600; + padding: 0.75rem 2rem; + border-radius: var(--border-radius); + transition: all 0.3s ease; +} + +.btn-primary:hover { + transform: translateY(-2px); + box-shadow: var(--shadow-md); +} + +.section-title { + font-weight: 700; + margin-bottom: 3rem; + text-align: center; +} + +.accordion-item { + border: 1px solid #dee2e6; + border-radius: var(--border-radius) !important; + margin-bottom: 1rem; + box-shadow: var(--shadow-sm); + transition: all 0.3s ease; +} + +.accordion-item:hover { + transform: translateY(-3px); + box-shadow: var(--shadow-md); +} + +.accordion-header { + border-radius: var(--border-radius); +} + +.accordion-button { + font-weight: 600; + color: var(--text-dark); + border-radius: var(--border-radius) !important; +} + +.accordion-button:not(.collapsed) { + background-color: var(--primary-color); + color: var(--surface-white); + box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); +} + +.accordion-button:focus { + box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.25); +} + +.accordion-body img { + max-width: 150px; + border-radius: var(--border-radius); + box-shadow: var(--shadow-sm); +} + +footer { + background-color: var(--surface-white); + padding: 2rem 0; + margin-top: 4rem; + border-top: 1px solid #e9ecef; +} diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..d73f858 --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1 @@ +// SecureLife Main JS diff --git a/index.php b/index.php index 7205f3d..090a4fa 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,158 @@ - - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + + + SecureLife - Your Future, Secured + + + + + + + + + + + + + + -
-
-

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 Future, Secured.

+

Affordable, reliable insurance plans tailored for you.

+ Get Your Free Quote +
+
+ + +
+

Comprehensive Coverage for Every Need

+ + +
+ + +
+

+ +

+
+
+
+
+ Car on a scenic road +
+
+ Hit the road with confidence. Our car insurance provides comprehensive coverage against accidents, theft, and damages. We offer flexible plans with options for roadside assistance and rental car reimbursement, ensuring you're never left stranded. +
+
+
+
+
+ + +
+

+ +

+
+
+
+
+ Doctor with a stethoscope +
+
+ Your health is your wealth. Protect it with our wide range of health insurance plans. Gain access to a vast network of hospitals and specialists, with coverage for everything from routine check-ups to major surgeries. +
+
+
+
+
+ + +
+

+ +

+
+
+
+
+ Happy family +
+
+ Secure your family's future. Our life insurance policies provide a financial safety net for your loved ones in your absence. Choose from term life, whole life, and investment-linked plans to find the perfect fit for your long-term goals. +
+
+
+
+
+ + +
+

+ +

+
+
+
+
+ Modern beautiful house +
+
+ Protect your biggest investment. Our home insurance covers your property and belongings against fire, theft, natural disasters, and more. Enjoy peace of mind knowing that your sanctuary is safe and sound. +
+
+
+
+
+ +
+
+ + + + + + + + - + \ No newline at end of file