| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>About VORKFLOW - Our Team & Vision</title> |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
| |
| <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=Poppins:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet"> |
| |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| |
| <link rel="stylesheet" href="style.css"> |
| |
| <script src="components/navbar.js"></script> |
| <script src="components/footer.js"></script> |
| <script src="components/founder-card.js"></script> |
| </head> |
| <body class="bg-deep-navy text-off-white font-body"> |
| |
| <div class="cursor-follower"></div> |
|
|
| |
| <custom-navbar></custom-navbar> |
|
|
| |
| <main> |
| |
| <section class="relative py-24 px-4 overflow-hidden"> |
| <div class="absolute top-0 left-0 w-full h-full bg-gradient-to-br from-charcoal/30 to-deep-navy/30"></div> |
| |
| <div class="relative z-10 max-w-6xl mx-auto text-center"> |
| <h1 class="text-4xl md:text-6xl font-heading font-bold mb-6"> |
| <span class="block">The Minds Behind</span> |
| <span class="block bg-gradient-to-r from-accent-blue via-white to-accent-blue bg-clip-text text-transparent">Vorkflow Intelligence</span> |
| </h1> |
| <p class="text-xl text-white/70 max-w-3xl mx-auto"> |
| Meet the visionary founders and technical leadership driving AI transformation for enterprise clients. |
| </p> |
| </div> |
| </section> |
|
|
| |
| <section class="py-24 px-4"> |
| <div class="max-w-7xl mx-auto"> |
| <div class="text-center mb-16"> |
| <h2 class="text-4xl md:text-5xl font-heading font-bold mb-6">Founders</h2> |
| <p class="text-xl text-white/60 max-w-3xl mx-auto">Three founders united by a singular vision: to architect AI systems that redefine business performance.</p> |
| </div> |
|
|
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| <founder-card |
| name="Dhairya" |
| role="Founder" |
| bio="Strategic architect focused on aligning AI systems with core business objectives to drive exponential growth." |
| image="http://static.photos/workspace/320x240/101" |
| ></founder-card> |
| <founder-card |
| name="Dhvanit" |
| role="Founder" |
| bio="Operational expert specializing in workflow automation and process optimization for enterprise scalability." |
| image="http://static.photos/technology/320x240/102" |
| ></founder-card> |
| <founder-card |
| name="Dhruvansh" |
| role="Founder" |
| bio="Innovation lead driving the development of cutting-edge AI agents and predictive analytics platforms." |
| image="http://static.photos/office/320x240/103" |
| ></founder-card> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-24 px-4 bg-charcoal"> |
| <div class="max-w-7xl mx-auto"> |
| <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center"> |
| <div> |
| <h2 class="text-4xl md:text-5xl font-heading font-bold mb-6">Technical Leadership</h2> |
| <h3 class="text-3xl font-heading font-semibold mb-4 text-highlight">Keval — Chief Technology Officer</h3> |
| <p class="text-xl text-white/70 mb-6"> |
| Leads Vorkflow's AI architecture, model deployment, and system integration initiatives. With deep expertise in machine learning infrastructure and scalable AI solutions, Keval ensures our systems are robust, secure, and engineered for peak performance. |
| </p> |
| <ul class="space-y-4 text-lg text-white/60"> |
| <li class="flex items-center gap-3"> |
| <i data-feather="check" class="w-5 h-5 text-highlight"></i> |
| <span>Designs and deploys enterprise-grade AI architectures</span> |
| </li> |
| <li class="flex items-center gap-3"> |
| <i data-feather="check" class="w-5 h-5 text-highlight"></i> |
| <span>Oversees model training, optimization, and production rollout</span> |
| </li> |
| <li class="flex items-center gap-3"> |
| <i data-feather="check" class="w-5 h-5 text-highlight"></i> |
| <span>Ensures seamless integration with existing enterprise systems and workflows</span> |
| </li> |
| </ul> |
| </div> |
| <div class="bg-deep-navy/50 p-8 rounded-2xl border border-white/10"> |
| <div class="flex items-center gap-4 mb-6"> |
| <div class="w-20 h-20 rounded-full overflow-hidden border-2 border-highlight"> |
| <img src="http://static.photos/technology/320x240/104" alt="Keval" class="w-full h-full object-cover"> |
| </div> |
| <h4 class="text-2xl font-heading font-semibold mb-4">AI Engineering Philosophy</h4> |
| <p class="text-white/70"> |
| "We believe AI should work silently in the background—augmenting human potential, automating complexity, and delivering measurable, compounding returns." |
| </p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-24 px-4"> |
| <div class="max-w-7xl mx-auto"> |
| <div class="text-center mb-16"> |
| <h2 class="text-4xl md:text-5xl font-heading font-bold mb-6">Vision & Philosophy</h2> |
| <p class="text-xl text-white/60 max-w-3xl mx-auto">Our long-term vision is to build a world where AI seamlessly integrates with human intelligence to create unprecedented business value.</p> |
| </div> |
|
|
| <div class="grid grid-cols-1 lg:grid-cols-2 gap-12"> |
| <div> |
| <h3 class="text-3xl font-heading font-semibold mb-6">Redefining Enterprise AI</h3> |
| <p class="text-xl text-white/70 mb-6"> |
| We envision a future where AI systems are not just tools, but strategic partners that continuously learn, adapt, and optimize business operations. Our philosophy centers on creating AI that works for humans—enhancing capabilities, automating drudgery, and unlocking new dimensions of productivity and innovation. |
| </p> |
| <p class="text-lg text-white/60"> |
| Every system we design follows three core principles: measurable ROI, seamless integration, and continuous evolution. |
| </p> |
| </div> |
| <div> |
| <h3 class="text-3xl font-heading font-semibold mb-6">Operational Excellence</h3> |
| <p class="text-xl text-white/70 mb-6"> |
| Excellence isn't an endpoint—it's a continuous journey. We build AI systems that improve over time, learning from data and adapting to changing business environments while maintaining enterprise-grade security and reliability. |
| </p> |
| <div class="mt-8 p-6 bg-gradient-to-r from-accent-blue/10 to-highlight/10 rounded-xl border border-white/10"> |
| <p class="text-lg text-white/60 italic"> |
| "The true measure of AI's value lies not in its complexity, but in its ability to deliver clear, tangible business outcomes." |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
| </main> |
|
|
| |
| <custom-footer></custom-footer> |
|
|
| |
| <script src="script.js"></script> |
| <script> |
| feather.replace(); |
| </script> |
| </body> |
| </html> |