cylithrix / about.html
youssef3146's picture
contiue - Follow Up Deployment
cb6e6ee verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Cylithrix - AI-Powered Investing</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
</head>
<body class="bg-gradient-to-br from-blue-900 to-gray-900 text-white">
<nav class="sticky top-0 bg-blue-900/80 backdrop-blur-md z-50">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<div class="text-2xl font-bold">Cylithrix</div>
<div class="hidden md:flex space-x-8">
<a href="index.html" class="hover:text-blue-300 transition">Home</a>
<a href="features.html" class="hover:text-blue-300 transition">Features</a>
<a href="#" class="text-blue-300">About</a>
<a href="ml-hub.html" class="hover:text-blue-300 transition">ML Hub</a>
<a href="blog.html" class="hover:text-blue-300 transition">Blog</a>
<a href="contact.html" class="hover:text-blue-300 transition">Contact</a>
</div>
<button class="md:hidden">
<i data-feather="menu"></i>
</button>
</div>
</nav>
<main>
<section class="py-20">
<div class="container mx-auto px-6">
<div class="max-w-4xl mx-auto text-center mb-16">
<h1 class="text-4xl font-bold mb-6" data-aos="fade-up">Our Story</h1>
<p class="text-xl text-gray-300" data-aos="fade-up" data-aos-delay="100">
Revolutionizing investing through artificial intelligence and machine learning.
</p>
</div>
<div class="grid md:grid-cols-2 gap-12 mb-20" id="mission-vision">
<div class="bg-gray-800/50 p-8 rounded-xl" data-aos="fade-right">
<h2 class="text-2xl font-bold mb-6">Our Mission</h2>
<p class="text-gray-300 mb-6">
At Cylithrix, we believe that sophisticated investment strategies should be accessible to everyone,
not just Wall Street institutions. Our mission is to democratize AI-powered investing tools.
</p>
<div class="flex items-center">
<div class="bg-blue-600 p-3 rounded-lg mr-4">
<i data-feather="target" class="w-8 h-8"></i>
</div>
<p class="text-gray-300">
We're building the most advanced, yet easy-to-use platform for retail investors.
</p>
</div>
</div>
<div class="bg-gray-800/50 p-8 rounded-xl" data-aos="fade-left">
<h2 class="text-2xl font-bold mb-6">Our Vision</h2>
<p class="text-gray-300 mb-6">
We envision a future where AI augments human decision-making in investing, creating more efficient
markets and better outcomes for all participants.
</p>
<div class="flex items-center">
<div class="bg-blue-600 p-3 rounded-lg mr-4">
<i data-feather="eye" class="w-8 h-8"></i>
</div>
<p class="text-gray-300">
To become the most trusted AI-powered investing platform worldwide.
</p>
</div>
</div>
</div>
<div class="text-center mb-20">
<h2 class="text-3xl font-bold mb-12" data-aos="fade-up">Meet The Team</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-gray-800/50 p-6 rounded-xl" data-aos="zoom-in">
<div class="w-32 h-32 mx-auto mb-6 rounded-full bg-blue-600/20 flex items-center justify-center">
<i data-feather="user" class="w-16 h-16"></i>
</div>
<h3 class="text-xl font-bold mb-2">Youssef Aboubakr</h3>
<p class="text-blue-300 mb-2">Founder & CEO</p>
<p class="text-gray-300">
AI expert with 10+ years in quantitative finance and machine learning.
</p>
</div>
<div class="bg-gray-800/50 p-6 rounded-xl" data-aos="zoom-in" data-aos-delay="100">
<div class="w-32 h-32 mx-auto mb-6 rounded-full bg-blue-600/20 flex items-center justify-center">
<i data-feather="user" class="w-16 h-16"></i>
</div>
<h3 class="text-xl font-bold mb-2">Sarah Chen</h3>
<p class="text-blue-300 mb-2">Chief Data Scientist</p>
<p class="text-gray-300">
Former hedge fund quant specializing in predictive modeling.
</p>
</div>
<div class="bg-gray-800/50 p-6 rounded-xl" data-aos="zoom-in" data-aos-delay="200">
<div class="w-32 h-32 mx-auto mb-6 rounded-full bg-blue-600/20 flex items-center justify-center">
<i data-feather="user" class="w-16 h-16"></i>
</div>
<h3 class="text-xl font-bold mb-2">Michael Rodriguez</h3>
<p class="text-blue-300 mb-2">Head of Engineering</p>
<p class="text-gray-300">
Fintech veteran with expertise in scalable trading systems.
</p>
</div>
</div>
</div>
<div class="bg-gray-800/50 p-8 rounded-xl max-w-4xl mx-auto" data-aos="fade-up">
<h2 class="text-2xl font-bold mb-6 text-center">Our Values</h2>
<div class="grid md:grid-cols-3 gap-6">
<div class="text-center">
<div class="bg-blue-600/20 p-4 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-4">
<i data-feather="lock" class="w-8 h-8"></i>
</div>
<h3 class="font-bold mb-2">Transparency</h3>
<p class="text-gray-300 text-sm">
We're open about how our algorithms work and what data we use.
</p>
</div>
<div class="text-center">
<div class="bg-blue-600/20 p-4 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-4">
<i data-feather="award" class="w-8 h-8"></i>
</div>
<h3 class="font-bold mb-2">Excellence</h3>
<p class="text-gray-300 text-sm">
We strive for the highest standards in everything we build.
</p>
</div>
<div class="text-center">
<div class="bg-blue-600/20 p-4 rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-4">
<i data-feather="heart" class="w-8 h-8"></i>
</div>
<h3 class="font-bold mb-2">Integrity</h3>
<p class="text-gray-300 text-sm">
We put our users' interests first in all decisions.
</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="bg-gray-900 py-12">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-6 md:mb-0">
<div class="text-2xl font-bold mb-2">Cylithrix</div>
<p class="text-gray-400">AI-Powered Stock Market Intelligence</p>
</div>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="linkedin"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="github"></i>
</a>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between">
<div class="text-gray-500 text-sm mb-4 md:mb-0">
© 2023 Cylithrix. All rights reserved.
</div>
<div class="flex flex-col md:flex-row space-y-2 md:space-y-0 md:space-x-6 text-sm">
<a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a>
<a href="#" class="text-gray-400 hover:text-white transition">Contact Us</a>
</div>
</div>
</div>
</footer>
<script>
AOS.init();
feather.replace();
</script>
</body>
</html>