diff --git a/company_site/public/static/public/css/style.css b/company_site/public/static/public/css/style.css index a17501f..a170904 100644 --- a/company_site/public/static/public/css/style.css +++ b/company_site/public/static/public/css/style.css @@ -72,7 +72,8 @@ nav { letter-spacing: 0.5px; } -.nav-links a:hover { +.nav-links a:hover, +.nav-links a.active { color: var(--primary-color); } @@ -149,6 +150,19 @@ nav { border-radius: 2px; } +/* Contact Page */ +.contact-grid { + display: grid; + grid-template-columns: 2fr 1fr; + gap: 4rem; +} + +.form-row { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 1rem; +} + /* Cards */ .card-grid { display: grid; @@ -252,6 +266,15 @@ nav { font-size: 0.85rem; color: var(--text-muted); } + + .contact-grid { + grid-template-columns: 1fr; + gap: 2rem; + } + + .form-row { + grid-template-columns: 1fr; + } } /* Forms */ @@ -357,4 +380,82 @@ nav { content: ' ▼'; font-size: 0.7em; margin-left: 5px; +} + +.text-cyber-cyan { + --tw-text-opacity: 1; + color: rgb(0 243 255 / var(--tw-text-opacity, 1)); +} + +/* Product Hero */ +.product-hero { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 4rem; + align-items: center; + min-height: 80vh; + padding: 8rem 2rem 4rem; + max-width: 1400px; + margin: 0 auto; +} + +.product-hero-content { + text-align: left; +} + +.product-hero-title { + font-size: 4rem; + font-weight: 800; + line-height: 1.1; + margin-bottom: 1.5rem; + background: linear-gradient(45deg, #fff, var(--text-muted)); + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.product-hero-subtitle { + font-size: 1.25rem; + color: var(--text-muted); + margin-bottom: 2.5rem; + line-height: 1.6; +} + +.hero-image-container { + position: relative; + perspective: 1000px; +} + +.hero-image { + width: 100%; + border-radius: 12px; + box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); + border: 1px solid rgba(255, 255, 255, 0.1); + transform: rotateY(-5deg) rotateX(2deg); + transition: transform 0.5s ease; +} + +.hero-image:hover { + transform: rotateY(0) rotateX(0); +} + +@media (max-width: 968px) { + .product-hero { + grid-template-columns: 1fr; + text-align: center; + padding-top: 6rem; + gap: 3rem; + } + + .product-hero-content { + text-align: center; + } + + .product-hero-title { + font-size: 3rem; + } + + .hero-image { + transform: none; + } } \ No newline at end of file diff --git a/company_site/public/static/public/img/chat_dashboard.png b/company_site/public/static/public/img/chat_dashboard.png new file mode 100644 index 0000000..682dcfe Binary files /dev/null and b/company_site/public/static/public/img/chat_dashboard.png differ diff --git a/company_site/public/templates/base.html b/company_site/public/templates/base.html index 06fc6b1..b54cf33 100644 --- a/company_site/public/templates/base.html +++ b/company_site/public/templates/base.html @@ -24,12 +24,17 @@ diff --git a/company_site/public/templates/public/chat.html b/company_site/public/templates/public/chat.html index 37dde62..71f44bd 100644 --- a/company_site/public/templates/public/chat.html +++ b/company_site/public/templates/public/chat.html @@ -3,43 +3,46 @@ {% block content %} - -
-
-

Chat

-

Your Private, Secure, and Powerful LLM Solution

-
-
- - -
-
-

What is Chat?

-

- Chat is a closed-source Large Language Model (LLM) designed specifically for small and medium businesses. Hosted - locally, Chat ensures that all your data remains private and secure. With Chat, your data is never sold or - accessed by third parties—ever. You retain full control over your accounts and data. Chat also includes advanced - file analysis capabilities, making it a versatile tool for your business needs. + +

+
+

Your Private, Secure AI Workspace

+

+ Experience the power of a locally hosted Large Language Model. + Keep your data safe, analyze files securely, and never worry about third-party access.

+
+ Launch Chat + Learn More +
+
+
+ Chat Dashboard Interface
-
+
-

Key Features

+

Why Choose Chat?

-
-
Local Hosting
-

All data is stored and processed locally, ensuring maximum privacy and security.

+
+
🔒 Total Privacy
+

+ Hosted locally on your infrastructure. Your data never leaves your control and is never sold to third parties. +

-
-
No Third-Party Access
-

Your data is never sold or accessed by third parties for any reason.

+
+
📄 Smart File Analysis
+

+ Upload documents and get instant insights. Perfect for analyzing reports, codebases, and legal documents. +

-
-
File Analysis
-

Analyze files directly within the platform for seamless integration into your workflows. +

+
⚡ High Performance
+

+ Optimized for speed and efficiency, giving you the power of modern LLMs without the latency of cloud APIs.

@@ -49,21 +52,17 @@
-

Pricing

- -
-
- -
-
-

$10

-

per user per month

-

Start with a free trial to experience the power of Chat.

- Inquire Now +
+

Simple, Transparent Pricing

+
+ $10 / user / month
+

+ Get full access to all features, including unlimited chats and file analysis. +

+ Start Your Free Trial
-
diff --git a/company_site/public/templates/public/contact.html b/company_site/public/templates/public/contact.html index 7c6be22..7d07428 100644 --- a/company_site/public/templates/public/contact.html +++ b/company_site/public/templates/public/contact.html @@ -13,7 +13,7 @@
-
+
@@ -32,7 +32,7 @@

Send Us a Message

{% csrf_token %} -
+