File size: 8,946 Bytes
5ad2be4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cb6e6ee
5ad2be4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!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>