From 10ebe9d8966f7ec04bc41554ee910757d99ab029 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 17 Nov 2025 15:59:44 +0000 Subject: [PATCH] 1 --- assets/css/custom.css | 101 ++++++++++++++ assets/js/main.js | 19 +++ contact.php | 40 ++++++ index.php | 296 ++++++++++++++++++++++-------------------- 4 files changed, 314 insertions(+), 142 deletions(-) create mode 100644 assets/css/custom.css create mode 100644 assets/js/main.js create mode 100644 contact.php diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..58212f1 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,101 @@ +/* Google Fonts */ +@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Roboto:wght@400;500&display=swap'); + +:root { + --primary-color: #1a73e8; + --secondary-color: #fbbc05; + --bg-color: #ffffff; + --surface-color: #f8f9fa; + --text-color: #202124; + --border-radius: 0.5rem; +} + +body { + font-family: 'Roboto', sans-serif; + color: var(--text-color); + background-color: var(--bg-color); + padding-top: 56px; /* Offset for fixed navbar */ +} + +h1, h2, h3, h4, h5, h6, .navbar-brand { + font-family: 'Poppins', sans-serif; + font-weight: 600; +} + +.btn-primary { + background-color: var(--primary-color); + border-color: var(--primary-color); + border-radius: var(--border-radius); + padding: 0.75rem 1.5rem; + font-weight: 500; + transition: all 0.3s ease; +} + +.btn-primary:hover { + transform: translateY(-2px); + box-shadow: 0 4px 12px rgba(0,0,0,0.1); +} + +.hero-section { + background: linear-gradient(45deg, var(--primary-color), #4285f4); + color: white; + padding: 6rem 0; +} + +.hero-section h1 { + font-size: 3.5rem; + font-weight: 700; +} + +.section { + padding: 5rem 0; +} + +.bg-surface { + background-color: var(--surface-color); +} + +.feature-card { + background-color: var(--bg-color); + border: 1px solid #dee2e6; + border-radius: var(--border-radius); + padding: 2rem; + text-align: center; + transition: all 0.3s ease; + height: 100%; +} + +.feature-card:hover { + transform: translateY(-5px); + box-shadow: 0 8px 20px rgba(0,0,0,0.08); +} + +.feature-card i { + font-size: 3rem; + color: var(--primary-color); + margin-bottom: 1.5rem; + display: inline-block; +} + +.form-control { + border-radius: var(--border-radius); + padding: 0.75rem 1rem; +} + +.form-control:focus { + border-color: var(--primary-color); + box-shadow: 0 0 0 0.25rem rgba(26, 115, 232, 0.25); +} + +.footer { + background-color: #343a40; + color: white; + padding: 2rem 0; +} + +.toast-container { + position: fixed; + top: 80px; + right: 20px; + z-index: 1055; +} diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..551acd2 --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1,19 @@ +// assets/js/main.js +document.addEventListener('DOMContentLoaded', function () { + // Activate toast notifications + var toastEl = document.getElementById('contactToast'); + if (toastEl) { + var toast = new bootstrap.Toast(toastEl); + toast.show(); + } + + // Smooth scrolling for anchor links + document.querySelectorAll('a.nav-link[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', function (e) { + e.preventDefault(); + document.querySelector(this.getAttribute('href')).scrollIntoView({ + behavior: 'smooth' + }); + }); + }); +}); diff --git a/contact.php b/contact.php new file mode 100644 index 0000000..9cf88fb --- /dev/null +++ b/contact.php @@ -0,0 +1,40 @@ + - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + + + NazzelOfficial Platform + + + + + + + + + + + + + + + + + + + + + + - -
-
-

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

+ + + + + + +
+
+

The Unified Digital Experience

+

Integrating forums, e-commerce, social hubs, and entertainment into one seamless platform.

+ Get In Touch +
+
+ + +
+
+
+

Core Features

+

Everything you need, all in one place.

+
+
+
+
+ +

Community Forums

+

Engage in discussions, share ideas, and connect with others in a vibrant community setting.

+
+
+
+
+ +

E-Commerce Shop

+

Browse and purchase exclusive merchandise and products directly from the source.

+
+
+
+
+ +

Entertainment Hub

+

Access a rich library of music, videos, podcasts, and gaming highlights.

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

Contact Us

+

Have a question or want to work with us? Drop a line.

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

© NazzelOfficial. All Rights Reserved.

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