OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
landingpage
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
š
..
-
06/17/2025 10:17:24 AM
rwxrwxr-x
š
index.html
9.49 KB
03/02/2025 02:01:09 PM
rw-r--r--
š
index1.html
21.2 KB
03/02/2025 02:01:39 PM
rw-r--r--
š
script.js
811 bytes
03/02/2025 02:01:09 PM
rw-r--r--
š
styles.css
6.21 KB
03/02/2025 02:01:09 PM
rw-r--r--
Editing: index.html
Close
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Knobly Cream - Content & Social Super App</title> <link rel="stylesheet" href="styles.css"> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Lato&display=swap" rel="stylesheet"> </head> <body> <header> <nav> <div class="logo"> <img src="path/to/your/logo.png" alt="Knobly Cream Logo" class="logo-img"> </div> <ul class="nav-links"> <li><a href="#features">Features</a></li> <li><a href="#who-for">Who Itās For</a></li> <li><a href="#why-us">Why Knobly Cream</a></li> <li><a href="#pricing">Pricing</a></li> <li><a href="#contact">Contact</a></li> </ul> <button class="cta-button">Join Now ā Free Trial</button> </nav> </header> <main> <section class="hero"> <h1>Knobly Cream: The Worldās First Content, Social, and News Super App</h1> <p>Socialize, Create, Research, and ScaleāAll in One AI-Powered Platform.</p> <div class="button-group"> <button class="cta-button primary">Join Now ā Free Trial</button> <button class="cta-button secondary">Explore the Super App</button> </div> <div class="hero-visual"> <img src="path/to/your/screenshot.png" alt="Knobly Cream Dashboard" class="hero-img"> </div> </section> <section class="modes" id="modes"> <h2>Discover Our Modes</h2> <div class="mode-grid"> <div class="mode-card"> <img src="path/to/social-screenshot.png" alt="Socialize Mode" class="mode-img"> <h3>Socialize</h3> <p>Connect, Debate, and Engage in Our X-Like Network</p> </div> <div class="mode-card"> <img src="path/to/reader-screenshot.png" alt="Read Mode" class="mode-img"> <h3>Read</h3> <p>Discover News, UGC, and Insights with Cream News GP</p> </div> <div class="mode-card"> <img src="path/to/genie-screenshot.png" alt="Create Mode" class="mode-img"> <h3>Create</h3> <p>Build, Share, and Analyze with AI-Powered Tools</p> </div> <div class="mode-card"> <img src="path/to/research-screenshot.png" alt="Research Mode" class="mode-img"> <h3>Research</h3> <p>Uncover Insights with Market Research Genie</p> </div> </div> </section> <section class="features" id="features"> <h2>One App, Infinite Insights</h2> <div class="features-grid"> <div class="feature-card"> <img src="path/to/social-screenshot.png" alt="Social Stack" class="feature-img"> <h3>Social Stack</h3> <p>Join a vibrant community to share, debate, and engageāpowered by our X-like network.</p> </div> <div class="feature-card"> <img src="path/to/reader-screenshot.png" alt="Cream News GP" class="feature-img"> <h3>Cream News GP</h3> <p>Curate topic-wise news, UGC, and influencer opinions with AI-driven insights.</p> </div> <div class="feature-card"> <img src="path/to/research-screenshot.png" alt="Market Research Genie" class="feature-img"> <h3>Market Research Genie</h3> <p>Unlock AI-powered market insights with OpenAIāanalyze trends, competitors, and consumers in minutes.</p> </div> <div class="feature-card"> <img src="path/to/genie-screenshot.png" alt="AI-Powered Creation" class="feature-img"> <h3>AI-Powered Creation</h3> <p>Generate and refine content with our GenAi Creator and Editor toolsāfast and intuitive.</p> </div> <div class="feature-card"> <img src="path/to/my-collections-screenshot.png" alt="Content Curation" class="feature-img"> <h3>Content Curation</h3> <p>Save, organize, and share your created and curated content with My Collections.</p> </div> <div class="feature-card"> <img src="path/to/newsletter-screenshot.png" alt="Email Marketing" class="feature-img"> <h3>Email Marketing</h3> <p>Send stunning campaigns and newsletters with customizable templates via Xpress.</p> </div> <div class="feature-card"> <img src="path/to/landing-page-screenshot.png" alt="Lead Capture" class="feature-img"> <h3>Lead Capture</h3> <p>Convert leads with smart, customizable landing pages tailored to your audience.</p> </div> <div class="feature-card"> <img src="path/to/analytics-screenshots.png" alt="Analytics" class="feature-img"> <h3>Analytics</h3> <p>Track every metric that mattersāoverall performance and campaign results with precision.</p> </div> <div class="feature-card"> <img src="path/to/my-collections-screenshot.png" alt="Social Sharing" class="feature-img"> <h3>Social Sharing</h3> <p>Share instantly or schedule content across FB, LinkedIn, X, and WhatsApp with CreamShare.</p> </div> <div class="feature-card"> <img src="path/to/editor-screenshot.png" alt="Visual Creation" class="feature-img"> <h3>Visual Creation</h3> <p>Design posts and videos in minutes with our Canva-like Editor tools.</p> </div> </div> <button class="cta-button">See Features in Action</button> </section> <section class="who-for" id="who-for"> <h2>From Creators to Corporations, Research to Results</h2> <div class="audience-grid"> <div class="audience-card"> <h3>Creators & Journalists</h3> <p>Grow with blogs, newsletters, and social profiles using AI tools and Market Research Genie for insights.</p> <!-- Image placeholder: social page, My Collections, Newsletter --> <button class="cta-button">Get Started as a Creator</button> </div> <div class="audience-card"> <h3>Email Marketers</h3> <p>Run precision campaigns with Xpress, newsletters, and analytics to optimize performance.</p> <!-- Image placeholder: Newsletter, Xpress, Analytics (newsletter) --> <button class="cta-button">Optimize Your Campaigns</button> </div> <div class="audience-card"> <h3>Lead Gen Pros</h3> <p>Capture leads with custom landing pages and track results with advanced analytics.</p> <!-- Image placeholder: Landing Page, Analytics (general) --> <button class="cta-button">Capture Leads Now</button> </div> <div class="audience-card"> <h3>Market Researchers</h3> <p>Gain actionable insights with Market Research Genieāanalyze trends, competitors, and consumers instantly.</p> <!-- Image placeholder: Market Research Genie mockup --> <button class="cta-button">Unlock Insights Today</button> </div> <div class="audience-card"> <h3>Businesses & Agencies</h3> <p>Engage audiences and analyze markets with AI tools, news curation, and social features.</p> <!-- Image placeholder: Reader, Social Stack, Market Research Genie --> <button class="cta-button">Grow Your Business</button> </div> <div class="audience-card"> <h3>Government</h3> <p>Share news, build communities, and research policies securely with AI and analytics.</p> <!-- Image placeholder: Reader, Social Stack, Market Research Genie --> <button class="cta-button">Serve Your Citizens</button> </div> <div class="audience-card"> <h3>Executives</h3> <p>Unify strategy with one central platform, deep insights, and data-driven decisions.</p> <!-- Image placeholder: Genie section, Analytics (both), Market Research Genie --> <button class="cta-button">Lead with Insights</button> </div> </div> </section> </main> <footer> <p>© 2025 Knobly Cream. All rights reserved.</p> <a href="#contact">Contact Us</a> | <a href="#privacy">Privacy Policy</a> </footer> <script src="script.js"></script> </body> </html>