Asif-code commited on
Commit
02d077a
·
verified ·
1 Parent(s): 289429a

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +595 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Portfolio Projects
3
- emoji: 🐠
4
- colorFrom: green
5
- colorTo: indigo
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: portfolio-projects
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: pink
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,595 @@
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" data-theme="dark">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>AI Engineer Portfolio</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@3.9.4/dist/full.css" rel="stylesheet" type="text/css" />
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
10
+ <style>
11
+ @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
12
+
13
+ body {
14
+ font-family: 'Space Grotesk', sans-serif;
15
+ scroll-behavior: smooth;
16
+ }
17
+
18
+ .gradient-text {
19
+ background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
20
+ -webkit-background-clip: text;
21
+ background-clip: text;
22
+ color: transparent;
23
+ }
24
+
25
+ .tech-icon {
26
+ transition: all 0.3s ease;
27
+ }
28
+
29
+ .tech-icon:hover {
30
+ transform: translateY(-5px);
31
+ }
32
+
33
+ .project-card {
34
+ transition: all 0.3s ease;
35
+ background: rgba(255, 255, 255, 0.05);
36
+ backdrop-filter: blur(10px);
37
+ }
38
+
39
+ .project-card:hover {
40
+ transform: translateY(-10px);
41
+ box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
42
+ }
43
+
44
+ .neon-border {
45
+ position: relative;
46
+ }
47
+
48
+ .neon-border::after {
49
+ content: '';
50
+ position: absolute;
51
+ inset: 0;
52
+ border-radius: 0.5rem;
53
+ padding: 2px;
54
+ background: linear-gradient(45deg, #3b82f6, #8b5cf6);
55
+ -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
56
+ -webkit-mask-composite: xor;
57
+ mask-composite: exclude;
58
+ pointer-events: none;
59
+ }
60
+
61
+ .animated-bg {
62
+ position: absolute;
63
+ top: 0;
64
+ left: 0;
65
+ width: 100%;
66
+ height: 100%;
67
+ background: linear-gradient(-45deg, #3b82f6, #8b5cf6, #ec4899, #f43f5e);
68
+ background-size: 400% 400%;
69
+ animation: gradient 15s ease infinite;
70
+ opacity: 0.1;
71
+ z-index: -1;
72
+ }
73
+
74
+ @keyframes gradient {
75
+ 0% {
76
+ background-position: 0% 50%;
77
+ }
78
+ 50% {
79
+ background-position: 100% 50%;
80
+ }
81
+ 100% {
82
+ background-position: 0% 50%;
83
+ }
84
+ }
85
+
86
+ .typewriter {
87
+ overflow: hidden;
88
+ border-right: 0.15em solid #3b82f6;
89
+ white-space: nowrap;
90
+ margin: 0 auto;
91
+ letter-spacing: 0.15em;
92
+ animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
93
+ }
94
+
95
+ @keyframes typing {
96
+ from { width: 0 }
97
+ to { width: 100% }
98
+ }
99
+
100
+ @keyframes blink-caret {
101
+ from, to { border-color: transparent }
102
+ 50% { border-color: #3b82f6 }
103
+ }
104
+ </style>
105
+ </head>
106
+ <body class="min-h-screen bg-base-100 text-gray-100">
107
+ <div class="animated-bg"></div>
108
+
109
+ <!-- Navigation -->
110
+ <nav class="navbar sticky top-0 z-50 bg-base-100/80 backdrop-blur-md shadow-sm">
111
+ <div class="container mx-auto px-4">
112
+ <div class="flex-1">
113
+ <a href="#" class="btn btn-ghost normal-case text-xl font-bold gradient-text">AI PORTFOLIO</a>
114
+ </div>
115
+ <div class="flex-none hidden md:block">
116
+ <ul class="menu menu-horizontal px-1 space-x-2">
117
+ <li><a href="#home" class="hover:text-primary">Home</a></li>
118
+ <li><a href="#about" class="hover:text-primary">About</a></li>
119
+ <li><a href="#skills" class="hover:text-primary">Skills</a></li>
120
+ <li><a href="#projects" class="hover:text-primary">Projects</a></li>
121
+ <li><a href="#contact" class="hover:text-primary">Contact</a></li>
122
+ </ul>
123
+ </div>
124
+ <div class="md:hidden">
125
+ <div class="dropdown dropdown-end">
126
+ <label tabindex="0" class="btn btn-ghost btn-circle">
127
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
128
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
129
+ </svg>
130
+ </label>
131
+ <ul tabindex="0" class="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-base-100 rounded-box w-52">
132
+ <li><a href="#home">Home</a></li>
133
+ <li><a href="#about">About</a></li>
134
+ <li><a href="#skills">Skills</a></li>
135
+ <li><a href="#projects">Projects</a></li>
136
+ <li><a href="#contact">Contact</a></li>
137
+ </ul>
138
+ </div>
139
+ </div>
140
+ </div>
141
+ </nav>
142
+
143
+ <!-- Hero Section -->
144
+ <section id="home" class="min-h-screen flex items-center justify-center px-4">
145
+ <div class="container mx-auto text-center">
146
+ <div class="avatar mb-8">
147
+ <div class="w-40 rounded-full ring ring-primary ring-offset-base-100 ring-offset-2 mx-auto">
148
+ <img src="https://images.unsplash.com/photo-1633332755192-727a05c4013d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1180&q=80" alt="AI Engineer" />
149
+ </div>
150
+ </div>
151
+ <h1 class="text-5xl md:text-7xl font-bold mb-4">
152
+ <span class="gradient-text">Alex Chen</span>
153
+ </h1>
154
+ <div class="typewriter mb-6">
155
+ <h2 class="text-2xl md:text-3xl font-semibold">AI & Machine Learning Engineer</h2>
156
+ </div>
157
+ <p class="text-lg md:text-xl max-w-2xl mx-auto mb-8">
158
+ Building intelligent systems that learn, adapt, and transform industries through cutting-edge artificial intelligence.
159
+ </p>
160
+ <div class="flex justify-center space-x-4">
161
+ <a href="#projects" class="btn btn-primary px-8">View Work</a>
162
+ <a href="#contact" class="btn btn-outline px-8">Contact Me</a>
163
+ </div>
164
+ <div class="mt-12 flex justify-center space-x-6">
165
+ <a href="#" class="text-2xl hover:text-primary"><i class="fab fa-github"></i></a>
166
+ <a href="#" class="text-2xl hover:text-primary"><i class="fab fa-linkedin"></i></a>
167
+ <a href="#" class="text-2xl hover:text-primary"><i class="fab fa-twitter"></i></a>
168
+ <a href="#" class="text-2xl hover:text-primary"><i class="fab fa-kaggle"></i></a>
169
+ </div>
170
+ </div>
171
+ </section>
172
+
173
+ <!-- About Section -->
174
+ <section id="about" class="py-20 px-4">
175
+ <div class="container mx-auto max-w-6xl">
176
+ <h2 class="text-4xl font-bold text-center mb-16 gradient-text">About Me</h2>
177
+ <div class="flex flex-col lg:flex-row items-center gap-12">
178
+ <div class="lg:w-1/2">
179
+ <div class="mockup-code neon-border">
180
+ <pre data-prefix="$"><code>class AI_Engineer:</code></pre>
181
+ <pre data-prefix=">" class="text-warning"><code>def __init__(self):</code></pre>
182
+ <pre data-prefix=">" class="text-success"><code> self.name = "Alex Chen"</code></pre>
183
+ <pre data-prefix=">" class="text-success"><code> self.specialization = "Machine Learning"</code></pre>
184
+ <pre data-prefix=">" class="text-success"><code> self.experience = "5+ years"</code></pre>
185
+ <pre data-prefix=">" class="text-success"><code> self.education = "MSc in AI, Stanford"</code></pre>
186
+ <pre data-prefix=">" class="text-success"><code> self.passion = "Solving complex problems with AI"</code></pre>
187
+ <pre data-prefix="$"><code> def transform_ideas_to_ai_solutions(self):</code></pre>
188
+ <pre data-prefix=">" class="text-info"><code> return "Innovative AI products"</code></pre>
189
+ </div>
190
+ </div>
191
+ <div class="lg:w-1/2">
192
+ <h3 class="text-3xl font-semibold mb-6">Transforming Data Into Intelligence</h3>
193
+ <p class="text-lg mb-6">
194
+ I'm an AI Engineer with a passion for creating intelligent systems that solve real-world problems.
195
+ With expertise in machine learning, deep learning, and natural language processing, I bridge the gap
196
+ between cutting-edge research and practical applications.
197
+ </p>
198
+ <p class="text-lg mb-6">
199
+ My journey in AI began during my graduate studies at Stanford, where I focused on neural networks
200
+ and their applications in computer vision. Since then, I've worked with startups and Fortune 500
201
+ companies to implement AI solutions that drive business value.
202
+ </p>
203
+ <div class="stats shadow bg-base-200/50 mb-6">
204
+ <div class="stat">
205
+ <div class="stat-figure text-primary">
206
+ <i class="fas fa-project-diagram text-3xl"></i>
207
+ </div>
208
+ <div class="stat-title">Projects Completed</div>
209
+ <div class="stat-value text-primary">42+</div>
210
+ </div>
211
+ <div class="stat">
212
+ <div class="stat-figure text-secondary">
213
+ <i class="fas fa-brain text-3xl"></i>
214
+ </div>
215
+ <div class="stat-title">AI Models Trained</div>
216
+ <div class="stat-value text-secondary">150+</div>
217
+ </div>
218
+ </div>
219
+ <a href="#" class="btn btn-primary">Download Resume</a>
220
+ </div>
221
+ </div>
222
+ </div>
223
+ </section>
224
+
225
+ <!-- Skills Section -->
226
+ <section id="skills" class="py-20 px-4 bg-base-200/30">
227
+ <div class="container mx-auto max-w-6xl">
228
+ <h2 class="text-4xl font-bold text-center mb-16 gradient-text">Technical Skills</h2>
229
+
230
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-6 mb-16">
231
+ <div class="tech-icon text-center p-6 rounded-xl bg-base-200/50 hover:bg-base-200/80 transition-all">
232
+ <i class="fab fa-python text-6xl mb-4 text-blue-500"></i>
233
+ <h3 class="text-xl font-semibold">Python</h3>
234
+ <div class="radial-progress text-primary mt-2" style="--value:95; --size:3rem;">95%</div>
235
+ </div>
236
+ <div class="tech-icon text-center p-6 rounded-xl bg-base-200/50 hover:bg-base-200/80 transition-all">
237
+ <i class="fas fa-robot text-6xl mb-4 text-purple-500"></i>
238
+ <h3 class="text-xl font-semibold">TensorFlow</h3>
239
+ <div class="radial-progress text-secondary mt-2" style="--value:90; --size:3rem;">90%</div>
240
+ </div>
241
+ <div class="tech-icon text-center p-6 rounded-xl bg-base-200/50 hover:bg-base-200/80 transition-all">
242
+ <i class="fas fa-network-wired text-6xl mb-4 text-red-500"></i>
243
+ <h3 class="text-xl font-semibold">PyTorch</h3>
244
+ <div class="radial-progress text-accent mt-2" style="--value:88; --size:3rem;">88%</div>
245
+ </div>
246
+ <div class="tech-icon text-center p-6 rounded-xl bg-base-200/50 hover:bg-base-200/80 transition-all">
247
+ <i class="fas fa-database text-6xl mb-4 text-green-500"></i>
248
+ <h3 class="text-xl font-semibold">SQL</h3>
249
+ <div class="radial-progress text-info mt-2" style="--value:85; --size:3rem;">85%</div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="mb-12">
254
+ <h3 class="text-2xl font-semibold mb-6">AI/ML Expertise</h3>
255
+ <div class="flex flex-wrap gap-2 mb-8">
256
+ <span class="badge badge-primary badge-lg">Deep Learning</span>
257
+ <span class="badge badge-primary badge-lg">Computer Vision</span>
258
+ <span class="badge badge-primary badge-lg">NLP</span>
259
+ <span class="badge badge-primary badge-lg">Generative AI</span>
260
+ <span class="badge badge-primary badge-lg">Reinforcement Learning</span>
261
+ <span class="badge badge-primary badge-lg">Time Series Analysis</span>
262
+ <span class="badge badge-primary badge-lg">Model Optimization</span>
263
+ <span class="badge badge-primary badge-lg">MLOps</span>
264
+ </div>
265
+ </div>
266
+
267
+ <div>
268
+ <h3 class="text-2xl font-semibold mb-6">Other Technologies</h3>
269
+ <div class="flex flex-wrap gap-2">
270
+ <span class="badge badge-outline badge-lg">Docker</span>
271
+ <span class="badge badge-outline badge-lg">Kubernetes</span>
272
+ <span class="badge badge-outline badge-lg">AWS</span>
273
+ <span class="badge badge-outline badge-lg">GCP</span>
274
+ <span class="badge badge-outline badge-lg">Azure</span>
275
+ <span class="badge badge-outline badge-lg">Git</span>
276
+ <span class="badge badge-outline badge-lg">CI/CD</span>
277
+ <span class="badge badge-outline badge-lg">FastAPI</span>
278
+ <span class="badge badge-outline badge-lg">Flask</span>
279
+ <span class="badge badge-outline badge-lg">JavaScript</span>
280
+ </div>
281
+ </div>
282
+ </div>
283
+ </section>
284
+
285
+ <!-- Projects Section -->
286
+ <section id="projects" class="py-20 px-4">
287
+ <div class="container mx-auto max-w-6xl">
288
+ <h2 class="text-4xl font-bold text-center mb-16 gradient-text">Featured Projects</h2>
289
+
290
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
291
+ <!-- Project 1 -->
292
+ <div class="project-card card bg-base-200 shadow-xl">
293
+ <figure><img src="https://images.unsplash.com/photo-1655720828012-58a1a8419f0e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1587&q=80" alt="Medical AI" /></figure>
294
+ <div class="card-body">
295
+ <h3 class="card-title">MediScan AI</h3>
296
+ <p>Deep learning system for early detection of diseases from medical imaging with 94% accuracy.</p>
297
+ <div class="card-actions justify-end mt-4">
298
+ <span class="badge badge-primary">Computer Vision</span>
299
+ <span class="badge badge-primary">Healthcare</span>
300
+ </div>
301
+ <div class="mt-4">
302
+ <a href="#" class="link link-primary">View Case Study →</a>
303
+ </div>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- Project 2 -->
308
+ <div class="project-card card bg-base-200 shadow-xl">
309
+ <figure><img src="https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1586&q=80" alt="Chatbot" /></figure>
310
+ <div class="card-body">
311
+ <h3 class="card-title">NeuroChat</h3>
312
+ <p>Conversational AI assistant with contextual understanding and emotional intelligence capabilities.</p>
313
+ <div class="card-actions justify-end mt-4">
314
+ <span class="badge badge-primary">NLP</span>
315
+ <span class="badge badge-primary">LLMs</span>
316
+ </div>
317
+ <div class="mt-4">
318
+ <a href="#" class="link link-primary">View Demo →</a>
319
+ </div>
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Project 3 -->
324
+ <div class="project-card card bg-base-200 shadow-xl">
325
+ <figure><img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80" alt="Finance AI" /></figure>
326
+ <div class="card-body">
327
+ <h3 class="card-title">FinPredict</h3>
328
+ <p>AI-powered financial forecasting system that predicts market trends with 87% accuracy.</p>
329
+ <div class="card-actions justify-end mt-4">
330
+ <span class="badge badge-primary">Time Series</span>
331
+ <span class="badge badge-primary">Finance</span>
332
+ </div>
333
+ <div class="mt-4">
334
+ <a href="#" class="link link-primary">View Research →</a>
335
+ </div>
336
+ </div>
337
+ </div>
338
+
339
+ <!-- Project 4 -->
340
+ <div class="project-card card bg-base-200 shadow-xl">
341
+ <figure><img src="https://images.unsplash.com/photo-1635070041078-e363dbe005cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80" alt="Autonomous Vehicle" /></figure>
342
+ <div class="card-body">
343
+ <h3 class="card-title">AutoDrive</h3>
344
+ <p>Computer vision system for autonomous vehicles with real-time object detection and path planning.</p>
345
+ <div class="card-actions justify-end mt-4">
346
+ <span class="badge badge-primary">CV</span>
347
+ <span class="badge badge-primary">Robotics</span>
348
+ </div>
349
+ <div class="mt-4">
350
+ <a href="#" class="link link-primary">View Code →</a>
351
+ </div>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Project 5 -->
356
+ <div class="project-card card bg-base-200 shadow-xl">
357
+ <figure><img src="https://images.unsplash.com/photo-1622473590773-f588134b6ce7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1670&q=80" alt="Generative AI" /></figure>
358
+ <div class="card-body">
359
+ <h3 class="card-title">ArtGenius</h3>
360
+ <p>Generative AI platform that creates unique digital artworks based on style and content prompts.</p>
361
+ <div class="card-actions justify-end mt-4">
362
+ <span class="badge badge-primary">GANs</span>
363
+ <span class="badge badge-primary">Creative AI</span>
364
+ </div>
365
+ <div class="mt-4">
366
+ <a href="#" class="link link-primary">View Gallery →</a>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- Project 6 -->
372
+ <div class="project-card card bg-base-200 shadow-xl">
373
+ <figure><img src="https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80" alt="Recommendation System" /></figure>
374
+ <div class="card-body">
375
+ <h3 class="card-title">RecoMind</h3>
376
+ <p>Personalized recommendation engine that increases user engagement by 35% through deep learning.</p>
377
+ <div class="card-actions justify-end mt-4">
378
+ <span class="badge badge-primary">Recommendation</span>
379
+ <span class="badge badge-primary">Personalization</span>
380
+ </div>
381
+ <div class="mt-4">
382
+ <a href="#" class="link link-primary">View Results →</a>
383
+ </div>
384
+ </div>
385
+ </div>
386
+ </div>
387
+
388
+ <div class="text-center mt-16">
389
+ <a href="#" class="btn btn-primary btn-wide">View All Projects</a>
390
+ </div>
391
+ </div>
392
+ </section>
393
+
394
+ <!-- Contact Section -->
395
+ <section id="contact" class="py-20 px-4 bg-base-200/30">
396
+ <div class="container mx-auto max-w-6xl">
397
+ <h2 class="text-4xl font-bold text-center mb-16 gradient-text">Get In Touch</h2>
398
+
399
+ <div class="flex flex-col lg:flex-row gap-12">
400
+ <div class="lg:w-1/2">
401
+ <h3 class="text-2xl font-semibold mb-6">Let's Collaborate</h3>
402
+ <p class="mb-8 text-lg">
403
+ Interested in working together or have questions about my work?
404
+ Feel free to reach out through the form or connect with me on social media.
405
+ </p>
406
+
407
+ <div class="space-y-6">
408
+ <div class="flex items-center space-x-4">
409
+ <div class="avatar">
410
+ <div class="w-12 rounded-full bg-primary text-primary-content">
411
+ <i class="fas fa-envelope text-2xl"></i>
412
+ </div>
413
+ </div>
414
+ <div>
415
+ <p class="font-semibold">Email</p>
416
+ <a href="mailto:alex@aiengineer.com" class="link link-primary">alex@aiengineer.com</a>
417
+ </div>
418
+ </div>
419
+
420
+ <div class="flex items-center space-x-4">
421
+ <div class="avatar">
422
+ <div class="w-12 rounded-full bg-secondary text-secondary-content">
423
+ <i class="fas fa-phone-alt text-2xl"></i>
424
+ </div>
425
+ </div>
426
+ <div>
427
+ <p class="font-semibold">Phone</p>
428
+ <a href="tel:+11234567890" class="link link-secondary">+1 (123) 456-7890</a>
429
+ </div>
430
+ </div>
431
+
432
+ <div class="flex items-center space-x-4">
433
+ <div class="avatar">
434
+ <div class="w-12 rounded-full bg-accent text-accent-content">
435
+ <i class="fas fa-map-marker-alt text-2xl"></i>
436
+ </div>
437
+ </div>
438
+ <div>
439
+ <p class="font-semibold">Location</p>
440
+ <p>San Francisco, CA</p>
441
+ </div>
442
+ </div>
443
+ </div>
444
+
445
+ <div class="mt-8">
446
+ <h4 class="text-xl font-semibold mb-4">Connect With Me</h4>
447
+ <div class="flex space-x-4">
448
+ <a href="#" class="btn btn-circle btn-primary"><i class="fab fa-linkedin-in"></i></a>
449
+ <a href="#" class="btn btn-circle btn-primary"><i class="fab fa-github"></i></a>
450
+ <a href="#" class="btn btn-circle btn-primary"><i class="fab fa-twitter"></i></a>
451
+ <a href="#" class="btn btn-circle btn-primary"><i class="fab fa-kaggle"></i></a>
452
+ </div>
453
+ </div>
454
+ </div>
455
+
456
+ <div class="lg:w-1/2">
457
+ <div class="card bg-base-100 shadow-xl">
458
+ <div class="card-body">
459
+ <form id="contactForm" class="space-y-4">
460
+ <div class="form-control">
461
+ <label class="label">
462
+ <span class="label-text">Name</span>
463
+ </label>
464
+ <input type="text" placeholder="Your name" class="input input-bordered" required />
465
+ </div>
466
+ <div class="form-control">
467
+ <label class="label">
468
+ <span class="label-text">Email</span>
469
+ </label>
470
+ <input type="email" placeholder="Your email" class="input input-bordered" required />
471
+ </div>
472
+ <div class="form-control">
473
+ <label class="label">
474
+ <span class="label-text">Subject</span>
475
+ </label>
476
+ <input type="text" placeholder="Subject" class="input input-bordered" required />
477
+ </div>
478
+ <div class="form-control">
479
+ <label class="label">
480
+ <span class="label-text">Message</span>
481
+ </label>
482
+ <textarea class="textarea textarea-bordered h-32" placeholder="Your message" required></textarea>
483
+ </div>
484
+ <div class="form-control mt-6">
485
+ <button type="submit" class="btn btn-primary">Send Message</button>
486
+ </div>
487
+ </form>
488
+ </div>
489
+ </div>
490
+ </div>
491
+ </div>
492
+ </div>
493
+ </section>
494
+
495
+ <!-- Footer -->
496
+ <footer class="footer p-10 bg-base-200 text-base-content">
497
+ <div class="container mx-auto">
498
+ <div class="flex flex-col md:flex-row justify-between items-center">
499
+ <div class="mb-6 md:mb-0">
500
+ <a href="#" class="btn btn-ghost normal-case text-xl font-bold gradient-text">AI PORTFOLIO</a>
501
+ <p>Alex Chen<br>AI & Machine Learning Engineer</p>
502
+ </div>
503
+ <div>
504
+ <div class="grid grid-flow-col gap-4 mb-4">
505
+ <a href="#"><i class="fab fa-github text-2xl"></i></a>
506
+ <a href="#"><i class="fab fa-linkedin text-2xl"></i></a>
507
+ <a href="#"><i class="fab fa-twitter text-2xl"></i></a>
508
+ <a href="#"><i class="fab fa-kaggle text-2xl"></i></a>
509
+ </div>
510
+ <p>© 2023 Alex Chen. All rights reserved.</p>
511
+ </div>
512
+ </div>
513
+ </div>
514
+ </footer>
515
+
516
+ <script>
517
+ // Simple form submission handler
518
+ document.getElementById('contactForm').addEventListener('submit', function(e) {
519
+ e.preventDefault();
520
+
521
+ // In a real application, you would send the form data to a server
522
+ // Here we just show a success message
523
+ const submitBtn = this.querySelector('button[type="submit"]');
524
+ const originalText = submitBtn.textContent;
525
+
526
+ submitBtn.innerHTML = '<span class="loading loading-spinner"></span> Sending...';
527
+
528
+ // Simulate API call
529
+ setTimeout(() => {
530
+ submitBtn.textContent = 'Message Sent!';
531
+
532
+ // Reset form and button
533
+ setTimeout(() => {
534
+ this.reset();
535
+ submitBtn.textContent = originalText;
536
+
537
+ // Show success toast
538
+ const toast = document.createElement('div');
539
+ toast.className = 'toast toast-top toast-center';
540
+ toast.innerHTML = `
541
+ <div class="alert alert-success">
542
+ <svg xmlns="http://www.w3.org/2000/svg" class="stroke-current shrink-0 h-6 w-6" fill="none" viewBox="0 0 24 24">
543
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
544
+ </svg>
545
+ <span>Your message has been sent successfully!</span>
546
+ </div>
547
+ `;
548
+
549
+ document.body.appendChild(toast);
550
+
551
+ setTimeout(() => {
552
+ toast.remove();
553
+ }, 3000);
554
+ }, 1000);
555
+ }, 1500);
556
+ });
557
+
558
+ // Smooth scrolling for navigation links
559
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
560
+ anchor.addEventListener('click', function (e) {
561
+ e.preventDefault();
562
+
563
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
564
+ behavior: 'smooth'
565
+ });
566
+ });
567
+ });
568
+
569
+ // Theme toggle functionality
570
+ const themeToggle = document.createElement('div');
571
+ themeToggle.className = 'fixed bottom-4 right-4 z-50';
572
+ themeToggle.innerHTML = `
573
+ <button class="btn btn-circle btn-primary swap swap-rotate">
574
+ <input type="checkbox" id="theme-toggle" />
575
+ <svg class="swap-on fill-current w-6 h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
576
+ <path d="M5.64,17l-.71.71a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l.71-.71A1,1,0,0,0,5.64,17ZM5,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H4A1,1,0,0,0,5,12Zm7-7a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V4A1,1,0,0,0,12,5ZM5.64,7.05a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.71-.71A1,1,0,0,0,4.93,6.34Zm12,.29a1,1,0,0,0,.7-.29l.71-.71a1,1,0,1,0-1.41-1.41L17,5.64a1,1,0,0,0,0,1.41A1,1,0,0,0,17.66,7.34ZM21,11H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm-9,8a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,12,19ZM18.36,17A1,1,0,0,0,17,18.36l.71.71a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41ZM12,6.5A5.5,5.5,0,1,0,17.5,12,5.51,5.51,0,0,0,12,6.5Zm0,9A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5Z"/>
577
+ </svg>
578
+ <svg class="swap-off fill-current w-6 h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
579
+ <path d="M21.64,13a1,1,0,0,0-1.05-.14,8.05,8.05,0,0,1-3.37.73A8.15,8.15,0,0,1,9.08,5.49a8.59,8.59,0,0,1,.25-2A1,1,0,0,0,8,2.36,10.14,10.14,0,1,0,22,14.05,1,1,0,0,0,21.64,13Zm-9.5,6.69A8.14,8.14,0,0,1,7.08,5.22v.27A10.15,10.15,0,0,0,17.22,15.63a9.79,9.79,0,0,0,2.1-.22A8.11,8.11,0,0,1,12.14,19.73Z"/>
580
+ </svg>
581
+ </button>
582
+ `;
583
+
584
+ document.body.appendChild(themeToggle);
585
+
586
+ document.getElementById('theme-toggle').addEventListener('change', function() {
587
+ if (this.checked) {
588
+ document.documentElement.setAttribute('data-theme', 'light');
589
+ } else {
590
+ document.documentElement.setAttribute('data-theme', 'dark');
591
+ }
592
+ });
593
+ </script>
594
+ <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=Asif-code/portfolio-projects" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
595
+ </html>
prompts.txt ADDED
File without changes