cylithrix / blog.html
youssef3146's picture
contiue - Follow Up Deployment
cb6e6ee verified
Raw
History Blame Contribute Delete
8.9 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cylithrix Blog - AI & Finance Insights</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="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="#" class="text-blue-300">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">Cylithrix Blog</h1>
<p class="text-xl text-gray-300" data-aos="fade-up" data-aos-delay="100">
Insights at the intersection of AI and finance
</p>
</div>
<div class="grid md:grid-cols-2 gap-8 mb-12" id="featured-posts">
<div class="bg-gray-800/50 rounded-xl overflow-hidden" data-aos="fade-right">
<img src="http://static.photos/finance/640x360/2" alt="Featured Post" class="w-full h-48 object-cover">
<div class="p-6">
<div class="flex items-center text-sm text-gray-400 mb-3">
<span>June 15, 2023</span>
<span class="mx-2"></span>
<span>5 min read</span>
</div>
<h2 class="text-2xl font-bold mb-3">How Our AI Outperformed the Market in Q2</h2>
<p class="text-gray-300 mb-4">
An analysis of our portfolio performance and the machine learning models that drove our success.
</p>
<a href="#" class="text-blue-300 hover:text-blue-200 flex items-center">
Read More <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
</a>
</div>
</div>
<div class="bg-gray-800/50 rounded-xl overflow-hidden" data-aos="fade-left">
<img src="http://static.photos/technology/640x360/3" alt="Featured Post" class="w-full h-48 object-cover">
<div class="p-6">
<div class="flex items-center text-sm text-gray-400 mb-3">
<span>June 8, 2023</span>
<span class="mx-2"></span>
<span>7 min read</span>
</div>
<h2 class="text-2xl font-bold mb-3">The Future of Algorithmic Trading</h2>
<p class="text-gray-300 mb-4">
Emerging trends in AI-powered trading systems and what they mean for retail investors.
</p>
<a href="#" class="text-blue-300 hover:text-blue-200 flex items-center">
Read More <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
</a>
</div>
</div>
</div>
<div class="grid md:grid-cols-3 gap-6 mb-12">
<div class="bg-gray-800/50 p-6 rounded-xl" data-aos="zoom-in">
<div class="text-xs text-blue-300 font-medium mb-3">TECHNOLOGY</div>
<h3 class="text-xl font-bold mb-3">Understanding Transformer Models in Finance</h3>
<p class="text-gray-300 text-sm mb-4">
How we adapted NLP architectures for time series forecasting.
</p>
<div class="flex items-center text-xs text-gray-400">
<span>June 1, 2023</span>
<span class="mx-2"></span>
<span>4 min read</span>
</div>
</div>
<div class="bg-gray-800/50 p-6 rounded-xl" data-aos="zoom-in" data-aos-delay="100">
<div class="text-xs text-blue-300 font-medium mb-3">MARKET ANALYSIS</div>
<h3 class="text-xl font-bold mb-3">Sector Rotation Signals for Q3</h3>
<p class="text-gray-300 text-sm mb-4">
Our AI's predictions for which industries will outperform.
</p>
<div class="flex items-center text-xs text-gray-400">
<span>May 25, 2023</span>
<span class="mx-2"></span>
<span>6 min read</span>
</div>
</div>
<div class="bg-gray-800/50 p-6 rounded-xl" data-aos="zoom-in" data-aos-delay="200">
<div class="text-xs text-blue-300 font-medium mb-3">COMPANY NEWS</div>
<h3 class="text-xl font-bold mb-3">Cylithrix Beta Program Update</h3>
<p class="text-gray-300 text-sm mb-4">
New features and improvements based on user feedback.
</p>
<div class="flex items-center text-xs text-gray-400">
<span>May 18, 2023</span>
<span class="mx-2"></span>
<span>3 min read</span>
</div>
</div>
</div>
<div class="text-center">
<a href="#" class="px-8 py-3 bg-blue-600 hover:bg-blue-500 rounded-lg font-medium transition inline-block">
View All Articles
</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>