rajathanda commited on
Commit
e77f839
·
verified ·
1 Parent(s): f15aa60

add all the available AI tools in the market with their key use cases. - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +635 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Everythingonai
3
- emoji: 😻
4
- colorFrom: purple
5
- colorTo: red
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: everythingonai
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,635 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>AI Nexus - Your Gateway to Artificial Intelligence</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #6e8efb, #a777e3);
12
+ }
13
+ .course-card:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .tool-card:hover {
18
+ background-color: rgba(255, 255, 255, 0.9);
19
+ }
20
+ .nav-link:hover {
21
+ color: #a777e3;
22
+ }
23
+ .animated-underline {
24
+ position: relative;
25
+ display: inline-block;
26
+ }
27
+ .animated-underline::after {
28
+ content: '';
29
+ position: absolute;
30
+ width: 0;
31
+ height: 2px;
32
+ bottom: -2px;
33
+ left: 0;
34
+ background-color: #a777e3;
35
+ transition: width 0.3s ease;
36
+ }
37
+ .animated-underline:hover::after {
38
+ width: 100%;
39
+ }
40
+ .feature-icon {
41
+ transition: all 0.3s ease;
42
+ }
43
+ .feature-card:hover .feature-icon {
44
+ transform: scale(1.1);
45
+ }
46
+ </style>
47
+ </head>
48
+ <body class="font-sans bg-gray-50">
49
+ <!-- Navigation -->
50
+ <nav class="bg-white shadow-md sticky top-0 z-50">
51
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
52
+ <div class="flex items-center space-x-2">
53
+ <i class="fas fa-robot text-3xl text-purple-600"></i>
54
+ <span class="text-xl font-bold text-gray-800">AI Nexus</span>
55
+ </div>
56
+
57
+ <div class="hidden md:flex space-x-8">
58
+ <a href="#home" class="nav-link text-gray-700 font-medium animated-underline">Home</a>
59
+ <a href="#content" class="nav-link text-gray-700 font-medium animated-underline">AI Content</a>
60
+ <a href="#tools" class="nav-link text-gray-700 font-medium animated-underline">AI Tools</a>
61
+ <a href="#courses" class="nav-link text-gray-700 font-medium animated-underline">Courses</a>
62
+ <a href="#community" class="nav-link text-gray-700 font-medium animated-underline">Community</a>
63
+ </div>
64
+
65
+ <div class="flex items-center space-x-4">
66
+ <button class="md:hidden text-gray-700">
67
+ <i class="fas fa-bars text-xl"></i>
68
+ </button>
69
+ <button class="hidden md:block bg-purple-600 hover:bg-purple-700 text-white px-4 py-2 rounded-lg transition duration-300">
70
+ Get Started
71
+ </button>
72
+ </div>
73
+ </div>
74
+ </nav>
75
+
76
+ <!-- Hero Section -->
77
+ <section id="home" class="gradient-bg text-white py-20">
78
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
79
+ <div class="md:w-1/2 mb-10 md:mb-0">
80
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">Demystifying AI for Everyone</h1>
81
+ <p class="text-xl mb-8 opacity-90">Your one-stop gateway to understanding and leveraging artificial intelligence, regardless of your technical background.</p>
82
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
83
+ <button class="bg-white text-purple-600 hover:bg-gray-100 px-6 py-3 rounded-lg font-semibold transition duration-300">
84
+ Explore AI Basics
85
+ </button>
86
+ <button class="border-2 border-white hover:bg-white hover:bg-opacity-10 px-6 py-3 rounded-lg font-semibold transition duration-300">
87
+ Watch Intro Video
88
+ </button>
89
+ </div>
90
+ </div>
91
+ <div class="md:w-1/2 flex justify-center">
92
+ <img src="https://illustrations.popsy.co/amber/artificial-intelligence.svg" alt="AI Illustration" class="w-full max-w-md">
93
+ </div>
94
+ </div>
95
+ </section>
96
+
97
+ <!-- Features Section -->
98
+ <section class="py-16 bg-white">
99
+ <div class="container mx-auto px-4">
100
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Why Choose AI Nexus?</h2>
101
+
102
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
103
+ <div class="feature-card bg-gray-50 p-8 rounded-xl text-center hover:shadow-lg transition duration-300">
104
+ <div class="feature-icon bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
105
+ <i class="fas fa-graduation-cap text-purple-600 text-2xl"></i>
106
+ </div>
107
+ <h3 class="text-xl font-semibold mb-3 text-gray-800">Beginner-Friendly</h3>
108
+ <p class="text-gray-600">No technical jargon. We break down complex AI concepts into simple, digestible content anyone can understand.</p>
109
+ </div>
110
+
111
+ <div class="feature-card bg-gray-50 p-8 rounded-xl text-center hover:shadow-lg transition duration-300">
112
+ <div class="feature-icon bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
113
+ <i class="fas fa-tools text-purple-600 text-2xl"></i>
114
+ </div>
115
+ <h3 class="text-xl font-semibold mb-3 text-gray-800">Hands-On Tools</h3>
116
+ <p class="text-gray-600">Try AI-powered tools with our guided walkthroughs. Experience AI in action without any coding required.</p>
117
+ </div>
118
+
119
+ <div class="feature-card bg-gray-50 p-8 rounded-xl text-center hover:shadow-lg transition duration-300">
120
+ <div class="feature-icon bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
121
+ <i class="fas fa-users text-purple-600 text-2xl"></i>
122
+ </div>
123
+ <h3 class="text-xl font-semibold mb-3 text-gray-800">Supportive Community</h3>
124
+ <p class="text-gray-600">Join thousands of learners in our friendly community where no question is too basic.</p>
125
+ </div>
126
+ </div>
127
+ </div>
128
+ </section>
129
+
130
+ <!-- AI Content Section -->
131
+ <section id="content" class="py-16 bg-gray-50">
132
+ <div class="container mx-auto px-4">
133
+ <div class="flex flex-col md:flex-row items-center mb-12">
134
+ <div class="md:w-1/2 mb-8 md:mb-0">
135
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Learn AI Fundamentals</h2>
136
+ <p class="text-gray-600 mb-6">Our carefully curated content makes AI accessible to everyone. Start with the basics and gradually build your understanding through articles, videos, and interactive lessons.</p>
137
+ <button class="bg-purple-600 hover:bg-purple-700 text-white px-6 py-3 rounded-lg font-semibold transition duration-300">
138
+ Browse All Content
139
+ </button>
140
+ </div>
141
+ <div class="md:w-1/2">
142
+ <img src="https://illustrations.popsy.co/amber/developer-activity.svg" alt="Learning Illustration" class="w-full max-w-md mx-auto">
143
+ </div>
144
+ </div>
145
+
146
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
147
+ <div class="bg-white rounded-xl overflow-hidden shadow-md hover:shadow-lg transition duration-300">
148
+ <div class="h-48 bg-purple-100 flex items-center justify-center">
149
+ <i class="fas fa-brain text-5xl text-purple-600"></i>
150
+ </div>
151
+ <div class="p-6">
152
+ <span class="text-sm text-purple-600 font-medium">Beginner Level</span>
153
+ <h3 class="text-xl font-semibold mt-2 mb-3 text-gray-800">What is AI? A Simple Explanation</h3>
154
+ <p class="text-gray-600 mb-4">Learn what artificial intelligence really means and how it's changing our world in simple terms.</p>
155
+ <div class="flex justify-between items-center">
156
+ <span class="text-sm text-gray-500">8 min read</span>
157
+ <button class="text-purple-600 hover:text-purple-800 font-medium">Read Now</button>
158
+ </div>
159
+ </div>
160
+ </div>
161
+
162
+ <div class="bg-white rounded-xl overflow-hidden shadow-md hover:shadow-lg transition duration-300">
163
+ <div class="h-48 bg-blue-100 flex items-center justify-center">
164
+ <i class="fas fa-chart-line text-5xl text-blue-600"></i>
165
+ </div>
166
+ <div class="p-6">
167
+ <span class="text-sm text-blue-600 font-medium">Practical Guide</span>
168
+ <h3 class="text-xl font-semibold mt-2 mb-3 text-gray-800">AI in Everyday Life</h3>
169
+ <p class="text-gray-600 mb-4">Discover how AI powers the apps and services you use daily without you even realizing it.</p>
170
+ <div class="flex justify-between items-center">
171
+ <span class="text-sm text-gray-500">12 min read</span>
172
+ <button class="text-blue-600 hover:text-blue-800 font-medium">Read Now</button>
173
+ </div>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="bg-white rounded-xl overflow-hidden shadow-md hover:shadow-lg transition duration-300">
178
+ <div class="h-48 bg-green-100 flex items-center justify-center">
179
+ <i class="fas fa-question-circle text-5xl text-green-600"></i>
180
+ </div>
181
+ <div class="p-6">
182
+ <span class="text-sm text-green-600 font-medium">FAQ</span>
183
+ <h3 class="text-xl font-semibold mt-2 mb-3 text-gray-800">AI Myths Debunked</h3>
184
+ <p class="text-gray-600 mb-4">Separating fact from fiction about artificial intelligence and what it can (and can't) do.</p>
185
+ <div class="flex justify-between items-center">
186
+ <span class="text-sm text-gray-500">10 min read</span>
187
+ <button class="text-green-600 hover:text-green-800 font-medium">Read Now</button>
188
+ </div>
189
+ </div>
190
+ </div>
191
+ </div>
192
+ </div>
193
+ </section>
194
+
195
+ <!-- AI Tools Section -->
196
+ <section id="tools" class="py-16 bg-white">
197
+ <div class="container mx-auto px-4">
198
+ <h2 class="text-3xl font-bold text-center mb-4 text-gray-800">Try Our AI Tools</h2>
199
+ <p class="text-xl text-center mb-12 text-gray-600 max-w-2xl mx-auto">Experience AI in action with our collection of beginner-friendly tools. No technical skills required!</p>
200
+
201
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
202
+ <!-- Chat & Writing Tools -->
203
+ <div class="tool-card bg-gray-50 p-6 rounded-xl border border-gray-200 transition duration-300">
204
+ <div class="flex items-center mb-4">
205
+ <div class="bg-purple-100 p-3 rounded-lg mr-4">
206
+ <i class="fas fa-comment-dots text-purple-600 text-xl"></i>
207
+ </div>
208
+ <h3 class="text-xl font-semibold text-gray-800">ChatGPT</h3>
209
+ </div>
210
+ <p class="text-gray-600 mb-6">Conversational AI for answering questions, content creation, and brainstorming. Great for writers, students, and professionals.</p>
211
+ <button class="w-full bg-purple-600 hover:bg-purple-700 text-white py-2 rounded-lg font-medium transition duration-300">
212
+ Learn More
213
+ </button>
214
+ </div>
215
+
216
+ <!-- Image Generation -->
217
+ <div class="tool-card bg-gray-50 p-6 rounded-xl border border-gray-200 transition duration-300">
218
+ <div class="flex items-center mb-4">
219
+ <div class="bg-blue-100 p-3 rounded-lg mr-4">
220
+ <i class="fas fa-image text-blue-600 text-xl"></i>
221
+ </div>
222
+ <h3 class="text-xl font-semibold text-gray-800">DALL-E & Midjourney</h3>
223
+ </div>
224
+ <p class="text-gray-600 mb-6">Create stunning images from text descriptions. Ideal for designers, marketers, and content creators needing visual assets.</p>
225
+ <button class="w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded-lg font-medium transition duration-300">
226
+ Learn More
227
+ </button>
228
+ </div>
229
+
230
+ <!-- Video Tools -->
231
+ <div class="tool-card bg-gray-50 p-6 rounded-xl border border-gray-200 transition duration-300">
232
+ <div class="flex items-center mb-4">
233
+ <div class="bg-red-100 p-3 rounded-lg mr-4">
234
+ <i class="fas fa-video text-red-600 text-xl"></i>
235
+ </div>
236
+ <h3 class="text-xl font-semibold text-gray-800">Runway & Synthesia</h3>
237
+ </div>
238
+ <p class="text-gray-600 mb-6">AI video editing and generation tools. Create professional videos with AI avatars and automated editing features.</p>
239
+ <button class="w-full bg-red-600 hover:bg-red-700 text-white py-2 rounded-lg font-medium transition duration-300">
240
+ Learn More
241
+ </button>
242
+ </div>
243
+
244
+ <!-- Code Assistance -->
245
+ <div class="tool-card bg-gray-50 p-6 rounded-xl border border-gray-200 transition duration-300">
246
+ <div class="flex items-center mb-4">
247
+ <div class="bg-yellow-100 p-3 rounded-lg mr-4">
248
+ <i class="fas fa-code text-yellow-600 text-xl"></i>
249
+ </div>
250
+ <h3 class="text-xl font-semibold text-gray-800">GitHub Copilot</h3>
251
+ </div>
252
+ <p class="text-gray-600 mb-6">AI pair programmer that suggests code completions. Boosts productivity for developers of all skill levels.</p>
253
+ <button class="w-full bg-yellow-600 hover:bg-yellow-700 text-white py-2 rounded-lg font-medium transition duration-300">
254
+ Learn More
255
+ </button>
256
+ </div>
257
+
258
+ <!-- Audio Tools -->
259
+ <div class="tool-card bg-gray-50 p-6 rounded-xl border border-gray-200 transition duration-300">
260
+ <div class="flex items-center mb-4">
261
+ <div class="bg-green-100 p-3 rounded-lg mr-4">
262
+ <i class="fas fa-music text-green-600 text-xl"></i>
263
+ </div>
264
+ <h3 class="text-xl font-semibold text-gray-800">Murf & Descript</h3>
265
+ </div>
266
+ <p class="text-gray-600 mb-6">AI voice generation and audio editing tools. Create professional voiceovers and edit audio like text documents.</p>
267
+ <button class="w-full bg-green-600 hover:bg-green-700 text-white py-2 rounded-lg font-medium transition duration-300">
268
+ Learn More
269
+ </button>
270
+ </div>
271
+
272
+ <!-- Productivity -->
273
+ <div class="tool-card bg-gray-50 p-6 rounded-xl border border-gray-200 transition duration-300">
274
+ <div class="flex items-center mb-4">
275
+ <div class="bg-indigo-100 p-3 rounded-lg mr-4">
276
+ <i class="fas fa-tasks text-indigo-600 text-xl"></i>
277
+ </div>
278
+ <h3 class="text-xl font-semibold text-gray-800">Notion AI & Tome</h3>
279
+ </div>
280
+ <p class="text-gray-600 mb-6">AI-powered productivity tools for note-taking, task management, and presentation creation. Streamline your workflow.</p>
281
+ <button class="w-full bg-indigo-600 hover:bg-indigo-700 text-white py-2 rounded-lg font-medium transition duration-300">
282
+ Learn More
283
+ </button>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="text-center mt-12">
288
+ <h3 class="text-xl font-semibold mb-4">More AI Tool Categories</h3>
289
+ <div class="flex flex-wrap justify-center gap-3 max-w-2xl mx-auto">
290
+ <span class="bg-gray-100 px-4 py-2 rounded-full text-sm">AI Writing Assistants</span>
291
+ <span class="bg-gray-100 px-4 py-2 rounded-full text-sm">AI Coding Assistants</span>
292
+ <span class="bg-gray-100 px-4 py-2 rounded-full text-sm">AI Design Tools</span>
293
+ <span class="bg-gray-100 px-4 py-2 rounded-full text-sm">AI Video Editors</span>
294
+ <span class="bg-gray-100 px-4 py-2 rounded-full text-sm">AI Music Generators</span>
295
+ <span class="bg-gray-100 px-4 py-2 rounded-full text-sm">AI Presentation Makers</span>
296
+ <span class="bg-gray-100 px-4 py-2 rounded-full text-sm">AI Research Tools</span>
297
+ <span class="bg-gray-100 px-4 py-2 rounded-full text-sm">AI Productivity Tools</span>
298
+ </div>
299
+ <button class="mt-8 border-2 border-purple-600 text-purple-600 hover:bg-purple-600 hover:text-white px-6 py-3 rounded-lg font-semibold transition duration-300">
300
+ Explore 200+ AI Tools
301
+ </button>
302
+ </div>
303
+ </div>
304
+ </section>
305
+
306
+ <!-- Courses Section -->
307
+ <section id="courses" class="py-16 gradient-bg text-white">
308
+ <div class="container mx-auto px-4">
309
+ <h2 class="text-3xl font-bold text-center mb-4">Start Your AI Learning Journey</h2>
310
+ <p class="text-xl text-center mb-12 opacity-90 max-w-2xl mx-auto">Our structured courses take you from complete beginner to AI-savvy with practical projects along the way.</p>
311
+
312
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
313
+ <div class="course-card bg-white bg-opacity-10 backdrop-blur-sm p-8 rounded-xl border border-white border-opacity-20 transition duration-300">
314
+ <div class="flex items-center mb-6">
315
+ <div class="bg-white bg-opacity-20 p-3 rounded-lg mr-4">
316
+ <i class="fas fa-baby text-xl"></i>
317
+ </div>
318
+ <h3 class="text-xl font-semibold">AI for Absolute Beginners</h3>
319
+ </div>
320
+ <ul class="mb-6 space-y-3">
321
+ <li class="flex items-start">
322
+ <i class="fas fa-check-circle mr-3 mt-1 text-green-300"></i>
323
+ <span>No prerequisites needed</span>
324
+ </li>
325
+ <li class="flex items-start">
326
+ <i class="fas fa-check-circle mr-3 mt-1 text-green-300"></i>
327
+ <span>Interactive lessons with quizzes</span>
328
+ </li>
329
+ <li class="flex items-start">
330
+ <i class="fas fa-check-circle mr-3 mt-1 text-green-300"></i>
331
+ <span>Certificate of completion</span>
332
+ </li>
333
+ </ul>
334
+ <div class="flex justify-between items-center">
335
+ <span class="font-medium">Free</span>
336
+ <button class="bg-white text-purple-600 hover:bg-gray-100 px-4 py-2 rounded-lg font-medium transition duration-300">
337
+ Enroll Now
338
+ </button>
339
+ </div>
340
+ </div>
341
+
342
+ <div class="course-card bg-white bg-opacity-10 backdrop-blur-sm p-8 rounded-xl border border-white border-opacity-20 transition duration-300">
343
+ <div class="flex items-center mb-6">
344
+ <div class="bg-white bg-opacity-20 p-3 rounded-lg mr-4">
345
+ <i class="fas fa-user-graduate text-xl"></i>
346
+ </div>
347
+ <h3 class="text-xl font-semibold">Practical AI Applications</h3>
348
+ </div>
349
+ <ul class="mb-6 space-y-3">
350
+ <li class="flex items-start">
351
+ <i class="fas fa-check-circle mr-3 mt-1 text-green-300"></i>
352
+ <span>Hands-on projects with real tools</span>
353
+ </li>
354
+ <li class="flex items-start">
355
+ <i class="fas fa-check-circle mr-3 mt-1 text-green-300"></i>
356
+ <span>Build your first AI-powered app</span>
357
+ </li>
358
+ <li class="flex items-start">
359
+ <i class="fas fa-check-circle mr-3 mt-1 text-green-300"></i>
360
+ <span>Community support</span>
361
+ </li>
362
+ </ul>
363
+ <div class="flex justify-between items-center">
364
+ <span class="font-medium">$49</span>
365
+ <button class="bg-white text-purple-600 hover:bg-gray-100 px-4 py-2 rounded-lg font-medium transition duration-300">
366
+ Enroll Now
367
+ </button>
368
+ </div>
369
+ </div>
370
+
371
+ <div class="course-card bg-white bg-opacity-10 backdrop-blur-sm p-8 rounded-xl border border-white border-opacity-20 transition duration-300">
372
+ <div class="flex items-center mb-6">
373
+ <div class="bg-white bg-opacity-20 p-3 rounded-lg mr-4">
374
+ <i class="fas fa-chalkboard-teacher text-xl"></i>
375
+ </div>
376
+ <h3 class="text-xl font-semibold">AI for Business Owners</h3>
377
+ </div>
378
+ <ul class="mb-6 space-y-3">
379
+ <li class="flex items-start">
380
+ <i class="fas fa-check-circle mr-3 mt-1 text-green-300"></i>
381
+ <span>Learn to leverage AI in your business</span>
382
+ </li>
383
+ <li class="flex items-start">
384
+ <i class="fas fa-check-circle mr-3 mt-1 text-green-300"></i>
385
+ <span>Case studies from successful implementations</span>
386
+ </li>
387
+ <li class="flex items-start">
388
+ <i class="fas fa-check-circle mr-3 mt-1 text-green-300"></i>
389
+ <span>Tools and strategies you can use today</span>
390
+ </li>
391
+ </ul>
392
+ <div class="flex justify-between items-center">
393
+ <span class="font-medium">$99</span>
394
+ <button class="bg-white text-purple-600 hover:bg-gray-100 px-4 py-2 rounded-lg font-medium transition duration-300">
395
+ Enroll Now
396
+ </button>
397
+ </div>
398
+ </div>
399
+ </div>
400
+
401
+ <div class="text-center mt-12">
402
+ <button class="border-2 border-white hover:bg-white hover:bg-opacity-10 px-6 py-3 rounded-lg font-semibold transition duration-300">
403
+ View All Courses
404
+ </button>
405
+ </div>
406
+ </div>
407
+ </section>
408
+
409
+ <!-- Testimonials -->
410
+ <section class="py-16 bg-gray-50">
411
+ <div class="container mx-auto px-4">
412
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">What Our Learners Say</h2>
413
+
414
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
415
+ <div class="bg-white p-6 rounded-xl shadow-md">
416
+ <div class="flex items-center mb-4">
417
+ <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah J." class="w-12 h-12 rounded-full mr-4">
418
+ <div>
419
+ <h4 class="font-semibold text-gray-800">Sarah J.</h4>
420
+ <div class="flex text-yellow-400">
421
+ <i class="fas fa-star"></i>
422
+ <i class="fas fa-star"></i>
423
+ <i class="fas fa-star"></i>
424
+ <i class="fas fa-star"></i>
425
+ <i class="fas fa-star"></i>
426
+ </div>
427
+ </div>
428
+ </div>
429
+ <p class="text-gray-600">"I was intimidated by AI before finding AI Nexus. Their beginner course explained everything so clearly - now I can actually have intelligent conversations about AI!"</p>
430
+ </div>
431
+
432
+ <div class="bg-white p-6 rounded-xl shadow-md">
433
+ <div class="flex items-center mb-4">
434
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael T." class="w-12 h-12 rounded-full mr-4">
435
+ <div>
436
+ <h4 class="font-semibold text-gray-800">Michael T.</h4>
437
+ <div class="flex text-yellow-400">
438
+ <i class="fas fa-star"></i>
439
+ <i class="fas fa-star"></i>
440
+ <i class="fas fa-star"></i>
441
+ <i class="fas fa-star"></i>
442
+ <i class="fas fa-star"></i>
443
+ </div>
444
+ </div>
445
+ </div>
446
+ <p class="text-gray-600">"The practical AI tools section helped me implement AI solutions in my small business. The step-by-step guides made it so easy to get started."</p>
447
+ </div>
448
+
449
+ <div class="bg-white p-6 rounded-xl shadow-md">
450
+ <div class="flex items-center mb-4">
451
+ <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Priya K." class="w-12 h-12 rounded-full mr-4">
452
+ <div>
453
+ <h4 class="font-semibold text-gray-800">Priya K.</h4>
454
+ <div class="flex text-yellow-400">
455
+ <i class="fas fa-star"></i>
456
+ <i class="fas fa-star"></i>
457
+ <i class="fas fa-star"></i>
458
+ <i class="fas fa-star"></i>
459
+ <i class="fas fa-star-half-alt"></i>
460
+ </div>
461
+ </div>
462
+ </div>
463
+ <p class="text-gray-600">"As a teacher, I wanted to understand AI to prepare my students. AI Nexus gave me both the knowledge and confidence to introduce these concepts in my classroom."</p>
464
+ </div>
465
+ </div>
466
+ </div>
467
+ </section>
468
+
469
+ <!-- Community Section -->
470
+ <section id="community" class="py-16 bg-white">
471
+ <div class="container mx-auto px-4">
472
+ <div class="flex flex-col md:flex-row items-center">
473
+ <div class="md:w-1/2 mb-10 md:mb-0">
474
+ <h2 class="text-3xl font-bold mb-6 text-gray-800">Join Our Growing Community</h2>
475
+ <p class="text-gray-600 mb-8">Connect with fellow AI enthusiasts, ask questions, share discoveries, and grow together in our supportive learning environment.</p>
476
+
477
+ <div class="space-y-4">
478
+ <div class="flex items-center">
479
+ <div class="bg-purple-100 p-3 rounded-lg mr-4">
480
+ <i class="fas fa-comments text-purple-600"></i>
481
+ </div>
482
+ <div>
483
+ <h4 class="font-semibold text-gray-800">Discussion Forums</h4>
484
+ <p class="text-gray-600">Get answers to all your AI questions from our community and experts.</p>
485
+ </div>
486
+ </div>
487
+
488
+ <div class="flex items-center">
489
+ <div class="bg-blue-100 p-3 rounded-lg mr-4">
490
+ <i class="fas fa-calendar-check text-blue-600"></i>
491
+ </div>
492
+ <div>
493
+ <h4 class="font-semibold text-gray-800">Live Q&A Sessions</h4>
494
+ <p class="text-gray-600">Monthly live sessions with AI professionals and educators.</p>
495
+ </div>
496
+ </div>
497
+
498
+ <div class="flex items-center">
499
+ <div class="bg-green-100 p-3 rounded-lg mr-4">
500
+ <i class="fas fa-project-diagram text-green-600"></i>
501
+ </div>
502
+ <div>
503
+ <h4 class="font-semibold text-gray-800">Project Showcases</h4>
504
+ <p class="text-gray-600">Share what you've built and get feedback from the community.</p>
505
+ </div>
506
+ </div>
507
+ </div>
508
+
509
+ <button class="mt-8 bg-purple-600 hover:bg-purple-700 text-white px-6 py-3 rounded-lg font-semibold transition duration-300">
510
+ Join Community
511
+ </button>
512
+ </div>
513
+
514
+ <div class="md:w-1/2">
515
+ <img src="https://illustrations.popsy.co/amber/group-chat.svg" alt="Community Illustration" class="w-full max-w-md mx-auto">
516
+ </div>
517
+ </div>
518
+ </div>
519
+ </section>
520
+
521
+ <!-- Newsletter -->
522
+ <section class="py-16 bg-gray-50">
523
+ <div class="container mx-auto px-4 max-w-4xl">
524
+ <div class="bg-white rounded-xl shadow-md p-8 md:p-12 text-center">
525
+ <h2 class="text-3xl font-bold mb-4 text-gray-800">Stay Updated on AI</h2>
526
+ <p class="text-gray-600 mb-8 max-w-2xl mx-auto">Subscribe to our newsletter for weekly AI insights, tool recommendations, and learning resources delivered straight to your inbox.</p>
527
+
528
+ <form class="flex flex-col sm:flex-row gap-4 max-w-md mx-auto">
529
+ <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-purple-600 focus:border-transparent">
530
+ <button type="submit" class="bg-purple-600 hover:bg-purple-700 text-white px-6 py-3 rounded-lg font-semibold transition duration-300 whitespace-nowrap">
531
+ Subscribe
532
+ </button>
533
+ </form>
534
+
535
+ <p class="text-sm text-gray-500 mt-4">We respect your privacy. Unsubscribe at any time.</p>
536
+ </div>
537
+ </div>
538
+ </section>
539
+
540
+ <!-- Footer -->
541
+ <footer class="bg-gray-900 text-white py-12">
542
+ <div class="container mx-auto px-4">
543
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
544
+ <div>
545
+ <div class="flex items-center space-x-2 mb-4">
546
+ <i class="fas fa-robot text-3xl text-purple-500"></i>
547
+ <span class="text-xl font-bold">AI Nexus</span>
548
+ </div>
549
+ <p class="text-gray-400">Making artificial intelligence accessible and understandable for everyone.</p>
550
+ <div class="flex space-x-4 mt-6">
551
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
552
+ <i class="fab fa-twitter text-xl"></i>
553
+ </a>
554
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
555
+ <i class="fab fa-facebook text-xl"></i>
556
+ </a>
557
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
558
+ <i class="fab fa-linkedin text-xl"></i>
559
+ </a>
560
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
561
+ <i class="fab fa-youtube text-xl"></i>
562
+ </a>
563
+ </div>
564
+ </div>
565
+
566
+ <div>
567
+ <h4 class="text-lg font-semibold mb-4">Learn</h4>
568
+ <ul class="space-y-2">
569
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">AI Basics</a></li>
570
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Tutorials</a></li>
571
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Courses</a></li>
572
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Glossary</a></li>
573
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">FAQs</a></li>
574
+ </ul>
575
+ </div>
576
+
577
+ <div>
578
+ <h4 class="text-lg font-semibold mb-4">Tools</h4>
579
+ <ul class="space-y-2">
580
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">All Tools</a></li>
581
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Text Generators</a></li>
582
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Image Tools</a></li>
583
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Audio Tools</a></li>
584
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Video Tools</a></li>
585
+ </ul>
586
+ </div>
587
+
588
+ <div>
589
+ <h4 class="text-lg font-semibold mb-4">Company</h4>
590
+ <ul class="space-y-2">
591
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li>
592
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Careers</a></li>
593
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Blog</a></li>
594
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Contact</a></li>
595
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Privacy Policy</a></li>
596
+ </ul>
597
+ </div>
598
+ </div>
599
+
600
+ <div class="pt-8 border-t border-gray-800 text-center text-gray-400">
601
+ <p>&copy; 2023 AI Nexus. All rights reserved.</p>
602
+ </div>
603
+ </div>
604
+ </footer>
605
+
606
+ <script>
607
+ // Simple JavaScript for mobile menu toggle (can be expanded)
608
+ document.querySelector('.md\\:hidden').addEventListener('click', function() {
609
+ const menu = document.querySelector('.md\\:flex.space-x-8');
610
+ menu.classList.toggle('hidden');
611
+ menu.classList.toggle('flex');
612
+ menu.classList.toggle('flex-col');
613
+ menu.classList.toggle('absolute');
614
+ menu.classList.toggle('top-16');
615
+ menu.classList.toggle('left-0');
616
+ menu.classList.toggle('right-0');
617
+ menu.classList.toggle('bg-white');
618
+ menu.classList.toggle('p-4');
619
+ menu.classList.toggle('shadow-md');
620
+ menu.classList.toggle('space-y-4');
621
+ menu.classList.toggle('space-x-0');
622
+ });
623
+
624
+ // Smooth scrolling for anchor links
625
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
626
+ anchor.addEventListener('click', function (e) {
627
+ e.preventDefault();
628
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
629
+ behavior: 'smooth'
630
+ });
631
+ });
632
+ });
633
+ </script>
634
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=rajathanda/everythingonai" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
635
+ </html>