From 08377055434ae75424adc6e41b6786bb802c8fae Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 12 Oct 2025 16:04:52 +0000 Subject: [PATCH] dev --- assets/css/custom.css | 17 +++ assets/js/main.js | 29 +++++ index.php | 293 +++++++++++++++++++++--------------------- 3 files changed, 194 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..ef6e4ab --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,17 @@ +body { + padding-top: 56px; +} + +.hero-section { + padding: 100px 0; + background: linear-gradient(to bottom, rgba(13, 110, 253, 0.1), white); +} + +.card { + border: none; + transition: transform 0.3s; +} + +.card:hover { + transform: translateY(-5px); +} diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..aad3b2c --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1,29 @@ +// Smooth scrolling for anchor links +document.querySelectorAll('a[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', function (e) { + e.preventDefault(); + + document.querySelector(this.getAttribute('href')).scrollIntoView({ + behavior: 'smooth' + }); + }); +}); + +// Bootstrap form validation +(function () { + 'use strict' + + var forms = document.querySelectorAll('.needs-validation') + + Array.prototype.slice.call(forms) + .forEach(function (form) { + form.addEventListener('submit', function (event) { + if (!form.checkValidity()) { + event.preventDefault() + event.stopPropagation() + } + + form.classList.add('was-validated') + }, false) + }) +})() diff --git a/index.php b/index.php index 7205f3d..ef0a250 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,153 @@ - - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + cesant + + + + + + + + + + + -
-
-

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 Lightweight Back Office for Contacts & Deals

+

Streamline your sales process, manage relationships, and close deals faster. All in one simple, intuitive platform.

+ Get Started +
+
+ +
+
+
+
+

About cesant

+

cesant is a modern, lightweight CRM designed for small to medium-sized businesses. We believe that powerful software doesn't have to be complicated. Our mission is to provide you with the essential tools to manage your contacts and deals, without the bloat of traditional enterprise systems.

+

Track your sales pipeline, keep detailed notes on your contacts, and get a clear overview of your business performance. It's the simple, smart way to grow your business.

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

Features

+

Everything you need, nothing you don't.

+
+
+
+
+
+ +
Contact Management
+

Keep a detailed record of every interaction with your contacts. Store notes, files, and communication history in one place.

+
+
+
+
+
+
+ +
Deal Tracking
+

Visualize your sales pipeline and track deals from one stage to the next. Know exactly where every opportunity stands.

+
+
+
+
+
+
+ +
Simple Reporting
+

Get a clear overview of your sales performance with simple, easy-to-understand reports and dashboard counters.

+
+
+
+
+
+
+ +
+
+
+

Contact Us

+

Have questions? We'd love to hear from you.

+
+
+
+
+
+ + +
+ Please enter your name. +
+
+
+ + +
+ Please enter a valid email address. +
+
+
+ + +
+ Please enter your message. +
+
+ +
+
+
+
+
+ + + + + - + \ No newline at end of file