cylithrix / features.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>Cylithrix Features - AI-Powered Investing Tools</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="#" class="text-blue-300">Features</a>
<a href="about.html" class="hover:text-blue-300 transition">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">
<h1 class="text-4xl font-bold text-center mb-16" data-aos="fade-up">Our Powerful Features</h1>
<div class="grid md:grid-cols-2 gap-12 mb-20" id="features-grid">
<div class="bg-gray-800/50 p-8 rounded-xl" data-aos="fade-right">
<div class="flex items-center mb-6">
<div class="bg-blue-600 p-3 rounded-lg mr-4">
<i data-feather="activity" class="w-8 h-8"></i>
</div>
<h2 class="text-2xl font-bold">Automated Investing System</h2>
</div>
<p class="text-gray-300 mb-6">
Let our AI manage your investments based on your risk tolerance and financial goals.
Our system continuously monitors the market and automatically rebalances your portfolio.
</p>
<div class="bg-gray-900/50 p-4 rounded-lg">
<p class="text-blue-300 font-medium">Key Benefits:</p>
<ul class="list-disc list-inside mt-2 text-gray-300">
<li>24/7 market monitoring</li>
<li>Automatic rebalancing</li>
<li>Tax-loss harvesting</li>
</ul>
</div>
</div>
<div class="bg-gray-800/50 p-8 rounded-xl" data-aos="fade-left">
<div class="flex items-center mb-6">
<div class="bg-blue-600 p-3 rounded-lg mr-4">
<i data-feather="trending-up" class="w-8 h-8"></i>
</div>
<h2 class="text-2xl font-bold">AI-Powered Stock Predictions</h2>
</div>
<p class="text-gray-300 mb-6">
Our machine learning models analyze thousands of data points to predict stock movements
with unprecedented accuracy, giving you the competitive edge.
</p>
<div class="bg-gray-900/50 p-4 rounded-lg">
<p class="text-blue-300 font-medium">Key Benefits:</p>
<ul class="list-disc list-inside mt-2 text-gray-300">
<li>Daily/weekly/monthly predictions</li>
<li>Sentiment analysis</li>
<li>Fundamental & technical indicators</li>
</ul>
</div>
</div>
<div class="bg-gray-800/50 p-8 rounded-xl" data-aos="fade-right">
<div class="flex items-center mb-6">
<div class="bg-blue-600 p-3 rounded-lg mr-4">
<i data-feather="shield" class="w-8 h-8"></i>
</div>
<h2 class="text-2xl font-bold">Risk Analysis & Optimization</h2>
</div>
<p class="text-gray-300 mb-6">
Comprehensive risk assessment tools help you understand and mitigate potential downsides
while maximizing your returns.
</p>
<div class="bg-gray-900/50 p-4 rounded-lg">
<p class="text-blue-300 font-medium">Key Benefits:</p>
<ul class="list-disc list-inside mt-2 text-gray-300">
<li>Portfolio stress testing</li>
<li>Scenario analysis</li>
<li>Risk-adjusted return metrics</li>
</ul>
</div>
</div>
<div class="bg-gray-800/50 p-8 rounded-xl" data-aos="fade-left">
<div class="flex items-center mb-6">
<div class="bg-blue-600 p-3 rounded-lg mr-4">
<i data-feather="users" class="w-8 h-8"></i>
</div>
<h2 class="text-2xl font-bold">Crowdsourced Insights</h2>
</div>
<p class="text-gray-300 mb-6">
Tap into the collective intelligence of our investor community. Share ideas, strategies,
and get feedback from like-minded investors.
</p>
<div class="bg-gray-900/50 p-4 rounded-lg">
<p class="text-blue-300 font-medium">Key Benefits:</p>
<ul class="list-disc list-inside mt-2 text-gray-300">
<li>Discussion forums</li>
<li>Idea sharing</li>
<li>Performance tracking</li>
</ul>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="#" class="px-8 py-3 bg-blue-600 hover:bg-blue-500 rounded-lg font-medium transition inline-block">
Get Started Today
</a>
</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>