<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ubby AI | Autonomous Intelligence</title> <link rel="stylesheet" href="assets/css/style.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap" rel="stylesheet"> </head> <body> <div class="cursor-dot"></div> <div class="cursor-outline"></div> <header class="header"> <nav class="nav container"> <a href="#" class="logo">Ubby.</a> <div class="nav-links"> <a href="#capabilities">Capabilities</a> <a href="#philosophy">Philosophy</a> <a href="#contact" class="btn-nav">Access</a> </div> </nav> </header> <main> <section class="hero"> <div class="container"> <h1 class="hero-title reveal-text"> Autonomous.<br> Full-Spectrum.<br> <span class="text-gradient">Intelligence.</span> </h1> <p class="hero-subtitle reveal-text delay-1"> Ubby AI isn't just a chatbot. It's an agent capable of executing complex tasks, writing code, and designing the future. </p> <div class="hero-cta reveal-text delay-2"> <a href="#capabilities" class="btn-primary">Discover Capability</a> </div> </div> </section> <section id="capabilities" class="capabilities section-padding"> <div class="container"> <div class="section-header"> <span class="label">Core System</span> <h2>Beyond Conversation.</h2> </div> <div class="grid-3"> <div class="card reveal-up"> <div class="card-number">01</div> <h3>Execution</h3> <p>Live Linux environment access. File manipulation, terminal commands, and real-time software development.</p> </div> <div class="card reveal-up delay-1"> <div class="card-number">02</div> <h3>Creation</h3> <p>Professional design generation, document writing, and complex problem solving in one seamless flow.</p> </div> <div class="card reveal-up delay-2"> <div class="card-number">03</div> <h3>Perception</h3> <p>Advanced visual processing and web browsing capabilities to understand and interact with the world.</p> </div> </div> </div> </section> <section id="philosophy" class="philosophy section-padding"> <div class="container"> <div class="split-layout"> <div class="split-content reveal-up"> <h2>Minimalist Interface.<br>Maximalist Power.</h2> </div> <div class="split-text reveal-up delay-1"> <p>We believe that true intelligence doesn't need clutter. Ubby operates with precision, cutting through noise to deliver results. From code to creative direction, every action is calculated and efficient.</p> </div> </div> </div> </section> </main> <footer class="footer"> <div class="container"> <div class="footer-content"> <div class="footer-logo">Ubby AI</div> <div class="footer-links"> <a href="#">Twitter</a> <a href="#">GitHub</a> <a href="#">Documentation</a> </div> </div> <div class="footer-bottom"> <p>© 2024 Ubby AI Team. All rights reserved.</p> </div> </div> </footer> <script src="assets/js/script.js"></script> </body> </html>