-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
839 lines (758 loc) · 44.4 KB
/
index.html
File metadata and controls
839 lines (758 loc) · 44.4 KB
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Mobile Developer Portfolio</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: '#00f0ff',
secondary: '#ff00f0',
dark: '#0f172a',
darker: '#020617'
},
animation: {
'gradient-x': 'gradient-x 8s ease infinite',
'float': 'float 6s ease-in-out infinite',
},
keyframes: {
'gradient-x': {
'0%, 100%': {
'background-size': '200% 200%',
'background-position': 'left center'
},
'50%': {
'background-size': '200% 200%',
'background-position': 'right center'
}
},
'float': {
'0%, 100%': { transform: 'translateY(0)' },
'50%': { transform: 'translateY(-20px)' }
}
}
}
}
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
body {
font-family: 'Inter', sans-serif;
background-color: #020617;
color: #f8fafc;
scroll-behavior: smooth;
}
.gradient-text {
background: linear-gradient(90deg, #00f0ff, #ff00f0);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
background-size: 200% auto;
animation: gradient-x 8s ease infinite;
}
.gradient-bg {
background: linear-gradient(90deg, #00f0ff, #ff00f0);
background-size: 200% auto;
animation: gradient-x 8s ease infinite;
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 240, 255, 0.1), 0 10px 10px -5px rgba(255, 0, 240, 0.04);
}
.nav-link {
position: relative;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 0;
background: linear-gradient(90deg, #00f0ff, #ff00f0);
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
.mobile-menu {
transition: all 0.3s ease;
}
.toggle-checkbox:checked ~ .toggle-dot {
transform: translateX(100%);
}
.skill-pill {
transition: all 0.3s ease;
}
.skill-pill:hover {
transform: scale(1.05);
box-shadow: 0 0 15px rgba(0, 240, 255, 0.5);
}
.project-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(0, 240, 255, 0.1), rgba(255, 0, 240, 0.1));
border-radius: 1rem;
z-index: -1;
opacity: 0;
transition: opacity 0.3s ease;
}
.project-card:hover::before {
opacity: 1;
}
.code-snippet {
font-family: 'Courier New', monospace;
background: rgba(15, 23, 42, 0.7);
border-left: 3px solid #00f0ff;
}
.timeline-item::before {
content: '';
position: absolute;
left: -1.5rem;
top: 0;
width: 0.5rem;
height: 0.5rem;
border-radius: 50%;
background: linear-gradient(90deg, #00f0ff, #ff00f0);
}
.timeline-item::after {
content: '';
position: absolute;
left: -1.25rem;
top: 0.5rem;
width: 1px;
height: 100%;
background: #334155;
}
.timeline-item:last-child::after {
display: none;
}
input, textarea {
background: rgba(15, 23, 42, 0.7);
transition: all 0.3s ease;
}
input:focus, textarea:focus {
outline: none;
border-color: #00f0ff;
box-shadow: 0 0 0 3px rgba(0, 240, 255, 0.1);
}
.social-icon {
transition: all 0.3s ease;
}
.social-icon:hover {
transform: translateY(-5px);
filter: drop-shadow(0 5px 5px rgba(0, 240, 255, 0.3));
}
@media (max-width: 768px) {
.hero-content {
flex-direction: column;
}
.hero-text {
text-align: center;
padding-top: 2rem;
}
.hero-image {
margin: 0 auto;
}
}
</style>
</head>
<body class="dark:bg-darker">
<!-- Navigation -->
<nav class="fixed w-full z-50 bg-darker/90 backdrop-blur-md border-b border-slate-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-20 items-center">
<div class="flex items-center">
<a href="#" class="text-2xl font-bold gradient-text">AI<span class="text-white">DEV</span></a>
</div>
<div class="hidden md:flex space-x-8">
<a href="#home" class="nav-link text-white hover:text-primary">Home</a>
<a href="#projects" class="nav-link text-white hover:text-primary">Projects</a>
<a href="#ai" class="nav-link text-white hover:text-primary">AI/ML</a>
<a href="#skills" class="nav-link text-white hover:text-primary">Skills</a>
<a href="#contact" class="nav-link text-white hover:text-primary">Contact</a>
<div class="flex items-center ml-4">
<span class="mr-2 text-sm text-slate-400">Dark</span>
<div class="relative inline-block w-12 mr-2 align-middle select-none">
<input type="checkbox" id="toggle" class="toggle-checkbox absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer"/>
<label for="toggle" class="toggle-label block overflow-hidden h-6 rounded-full bg-slate-700 cursor-pointer" onclick="toggleDarkMode()"></label>
</div>
<span class="text-sm text-slate-400">Light</span>
</div>
</div>
<div class="md:hidden flex items-center">
<button id="menu-btn" class="text-white focus:outline-none">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="mobile-menu hidden md:hidden bg-darker border-t border-slate-800">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#home" class="block px-3 py-2 text-white hover:bg-slate-800 rounded-md">Home</a>
<a href="#projects" class="block px-3 py-2 text-white hover:bg-slate-800 rounded-md">Projects</a>
<a href="#ai" class="block px-3 py-2 text-white hover:bg-slate-800 rounded-md">AI/ML</a>
<a href="#skills" class="block px-3 py-2 text-white hover:bg-slate-800 rounded-md">Skills</a>
<a href="#contact" class="block px-3 py-2 text-white hover:bg-slate-800 rounded-md">Contact</a>
<div class="flex items-center justify-center px-3 py-2">
<span class="mr-2 text-sm text-slate-400">Dark</span>
<div class="relative inline-block w-12 mr-2 align-middle select-none">
<input type="checkbox" id="toggle-mobile" class="toggle-checkbox absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer"/>
<label for="toggle-mobile" class="toggle-label block overflow-hidden h-6 rounded-full bg-slate-700 cursor-pointer" onclick="toggleDarkMode()"></label>
</div>
<span class="text-sm text-slate-400">Light</span>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="pt-32 pb-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="hero-content flex flex-col md:flex-row items-center">
<div class="hero-text md:w-1/2">
<h1 class="text-4xl md:text-6xl font-bold mb-4">
<span class="gradient-text">AI-Powered</span><br>
Mobile Solutions
</h1>
<p class="text-lg text-slate-400 mb-8 max-w-lg">
I build intelligent mobile applications that leverage cutting-edge AI and machine learning to solve real-world problems.
</p>
<div class="flex space-x-4">
<a href="#projects" class="gradient-bg text-white px-6 py-3 rounded-full font-medium hover:opacity-90 transition-all">
View Projects
</a>
<a href="#contact" class="border border-primary text-primary px-6 py-3 rounded-full font-medium hover:bg-primary/10 transition-all">
Contact Me
</a>
</div>
<div class="mt-12 flex flex-wrap gap-4">
<div class="flex items-center">
<div class="w-3 h-3 rounded-full bg-primary mr-2"></div>
<span class="text-sm text-slate-400">Available for freelance</span>
</div>
<div class="flex items-center">
<div class="w-3 h-3 rounded-full bg-secondary mr-2"></div>
<span class="text-sm text-slate-400">Open to collaborations</span>
</div>
</div>
</div>
<div class="hero-image md:w-1/2 mt-12 md:mt-0">
<div class="relative w-64 h-64 md:w-80 md:h-80 mx-auto">
<div class="absolute inset-0 bg-gradient-to-br from-primary to-secondary rounded-full blur-xl opacity-20 animate-pulse"></div>
<div class="relative w-full h-full flex items-center justify-center">
<img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=688&q=80"
alt="Developer Portrait"
class="w-56 h-56 md:w-72 md:h-72 rounded-full object-cover border-4 border-slate-800 shadow-xl animate-float">
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Featured <span class="gradient-text">Projects</span></h2>
<p class="text-slate-400 max-w-2xl mx-auto">
Explore my portfolio of AI-powered mobile applications that combine innovative design with intelligent functionality.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Project 1 -->
<div class="project-card bg-slate-800/50 rounded-xl p-6 border border-slate-800 relative overflow-hidden transition-all duration-300 hover:border-primary/30">
<div class="mb-4 relative">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="AI Health Assistant"
class="w-full h-48 object-cover rounded-lg">
<div class="absolute top-2 right-2 bg-primary/90 text-xs text-white px-2 py-1 rounded-full">AI</div>
</div>
<h3 class="text-xl font-bold mb-2">HealthAI Companion</h3>
<p class="text-slate-400 mb-4">
An intelligent health assistant that uses ML to analyze symptoms and provide personalized recommendations.
</p>
<div class="flex flex-wrap gap-2 mb-4">
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">Swift</span>
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">CoreML</span>
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">HealthKit</span>
</div>
<a href="#" class="text-primary font-medium inline-flex items-center hover:text-primary/80 transition-colors">
View Case Study <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<!-- Project 2 -->
<div class="project-card bg-slate-800/50 rounded-xl p-6 border border-slate-800 relative overflow-hidden transition-all duration-300 hover:border-primary/30">
<div class="mb-4 relative">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="Smart Finance App"
class="w-full h-48 object-cover rounded-lg">
<div class="absolute top-2 right-2 bg-secondary/90 text-xs text-white px-2 py-1 rounded-full">ML</div>
</div>
<h3 class="text-xl font-bold mb-2">FinSmart Predictor</h3>
<p class="text-slate-400 mb-4">
Financial forecasting app that uses predictive analytics to help users make better investment decisions.
</p>
<div class="flex flex-wrap gap-2 mb-4">
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">Kotlin</span>
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">TensorFlow Lite</span>
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">Firebase</span>
</div>
<a href="#" class="text-primary font-medium inline-flex items-center hover:text-primary/80 transition-colors">
View Case Study <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<!-- Project 3 -->
<div class="project-card bg-slate-800/50 rounded-xl p-6 border border-slate-800 relative overflow-hidden transition-all duration-300 hover:border-primary/30">
<div class="mb-4 relative">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="AR Navigation"
class="w-full h-48 object-cover rounded-lg">
<div class="absolute top-2 right-2 bg-primary/90 text-xs text-white px-2 py-1 rounded-full">AR</div>
</div>
<h3 class="text-xl font-bold mb-2">VisionAR Navigator</h3>
<p class="text-slate-400 mb-4">
Augmented reality navigation system with object recognition for visually impaired users.
</p>
<div class="flex flex-wrap gap-2 mb-4">
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">SwiftUI</span>
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">ARKit</span>
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">Vision</span>
</div>
<a href="#" class="text-primary font-medium inline-flex items-center hover:text-primary/80 transition-colors">
View Case Study <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
<div class="text-center mt-12">
<a href="#" class="inline-flex items-center text-primary font-medium hover:text-primary/80 transition-colors">
View All Projects <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</section>
<!-- AI/ML Section -->
<section id="ai" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto bg-slate-800/30 rounded-3xl my-12">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">AI & <span class="gradient-text">Machine Learning</span></h2>
<p class="text-slate-400 max-w-2xl mx-auto">
My research and implementations in artificial intelligence, from computer vision to natural language processing.
</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
<div>
<h3 class="text-2xl font-bold mb-6">Research & Models</h3>
<div class="space-y-8">
<!-- Model 1 -->
<div class="bg-slate-800/50 rounded-xl p-6 border border-slate-800">
<div class="flex items-start mb-4">
<div class="bg-primary/10 p-3 rounded-lg mr-4">
<i class="fas fa-brain text-primary text-xl"></i>
</div>
<div>
<h4 class="text-lg font-bold">Vision Transformer for Mobile</h4>
<p class="text-slate-400 text-sm">Optimized ViT model for real-time image classification on mobile devices</p>
</div>
</div>
<div class="code-snippet p-4 rounded-lg mb-4 overflow-x-auto">
<pre class="text-sm text-slate-300">
<span class="text-primary">class</span> <span class="text-secondary">MobileViT</span>(nn.Module):
<span class="text-primary">def</span> <span class="text-secondary">__init__</span>(self, image_size=256, patch_size=16, ...):
super().__init__()
self.patch_embed = PatchEmbed(image_size, patch_size)
self.transformer = TransformerEncoder(dim, depth, heads, ...)
<span class="text-slate-500"># Mobile-optimized layers</span>
self.conv_proj = ConvProjection(dim)
<span class="text-primary">def</span> <span class="text-secondary">forward</span>(self, x):
x = self.patch_embed(x)
x = self.transformer(x)
<span class="text-slate-500"># Efficient projection</span>
<span class="text-primary">return</span> self.conv_proj(x)</pre>
</div>
<div class="flex justify-between items-center">
<div class="flex space-x-2">
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">PyTorch</span>
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">ONNX</span>
</div>
<a href="#" class="text-xs text-primary font-medium">View Paper</a>
</div>
</div>
<!-- Model 2 -->
<div class="bg-slate-800/50 rounded-xl p-6 border border-slate-800">
<div class="flex items-start mb-4">
<div class="bg-secondary/10 p-3 rounded-lg mr-4">
<i class="fas fa-language text-secondary text-xl"></i>
</div>
<div>
<h4 class="text-lg font-bold">TinyBERT for On-Device NLP</h4>
<p class="text-slate-400 text-sm">Distilled BERT model for efficient text processing on mobile</p>
</div>
</div>
<div class="code-snippet p-4 rounded-lg mb-4 overflow-x-auto">
<pre class="text-sm text-slate-300">
<span class="text-primary">def</span> <span class="text-secondary">distill_bert</span>(teacher, student, dataloader):
<span class="text-slate-500"># Knowledge distillation loop</span>
<span class="text-primary">for</span> batch <span class="text-primary">in</span> dataloader:
<span class="text-primary">with</span> torch.no_grad():
t_logits = teacher(batch)
s_logits = student(batch)
loss = kl_div(t_logits, s_logits)
loss.backward()
optimizer.step()
<span class="text-primary">return</span> student</pre>
</div>
<div class="flex justify-between items-center">
<div class="flex space-x-2">
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">TensorFlow</span>
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">TFLite</span>
</div>
<a href="#" class="text-xs text-primary font-medium">View Repo</a>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-2xl font-bold mb-6">Open Source Contributions</h3>
<div class="space-y-6">
<!-- Contribution 1 -->
<div class="bg-slate-800/50 rounded-xl p-6 border border-slate-800">
<div class="flex items-center mb-4">
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" class="w-10 h-10 mr-4 rounded-full" alt="GitHub">
<div>
<h4 class="font-bold">MobileML Toolkit</h4>
<p class="text-slate-400 text-sm">GitHub · 1.2k stars</p>
</div>
</div>
<p class="text-slate-400 mb-4">
Contributed optimized model conversion pipelines and quantization techniques for TensorFlow Lite models.
</p>
<div class="flex items-center justify-between">
<div class="flex space-x-2">
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">Python</span>
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">C++</span>
</div>
<a href="#" class="text-primary text-sm font-medium">View PR</a>
</div>
</div>
<!-- Contribution 2 -->
<div class="bg-slate-800/50 rounded-xl p-6 border border-slate-800">
<div class="flex items-center mb-4">
<img src="https://pytorch.org/assets/images/pytorch-logo.png" class="w-10 h-10 mr-4 rounded-full" alt="PyTorch">
<div>
<h4 class="font-bold">PyTorch Mobile</h4>
<p class="text-slate-400 text-sm">GitHub · 3.4k stars</p>
</div>
</div>
<p class="text-slate-400 mb-4">
Implemented performance improvements for model serialization and memory management on iOS.
</p>
<div class="flex items-center justify-between">
<div class="flex space-x-2">
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">C++</span>
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">Objective-C</span>
</div>
<a href="#" class="text-primary text-sm font-medium">View Commit</a>
</div>
</div>
<!-- Contribution 3 -->
<div class="bg-slate-800/50 rounded-xl p-6 border border-slate-800">
<div class="flex items-center mb-4">
<img src="https://opencv.org/wp-content/uploads/2020/07/OpenCV_logo_black-2.png" class="w-10 h-10 mr-4 rounded-full bg-white p-1" alt="OpenCV">
<div>
<h4 class="font-bold">OpenCV Android</h4>
<p class="text-slate-400 text-sm">GitHub · 2.1k stars</p>
</div>
</div>
<p class="text-slate-400 mb-4">
Added GPU acceleration support for real-time image segmentation models.
</p>
<div class="flex items-center justify-between">
<div class="flex space-x-2">
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">Java</span>
<span class="text-xs bg-slate-700 text-primary px-2 py-1 rounded">NDK</span>
</div>
<a href="#" class="text-primary text-sm font-medium">View Issue</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Skills & <span class="gradient-text">Technologies</span></h2>
<p class="text-slate-400 max-w-2xl mx-auto">
My technical expertise spans across mobile development, AI/ML frameworks, and cloud technologies.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Mobile Development -->
<div class="bg-slate-800/50 rounded-xl p-6 border border-slate-800">
<div class="flex items-center mb-6">
<div class="bg-primary/10 p-3 rounded-lg mr-4">
<i class="fas fa-mobile-alt text-primary text-xl"></i>
</div>
<h3 class="text-xl font-bold">Mobile Development</h3>
</div>
<div class="flex flex-wrap gap-3">
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">Swift</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">SwiftUI</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">Kotlin</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">Jetpack Compose</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">Flutter</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">React Native</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">CoreML</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">ML Kit</span>
</div>
</div>
<!-- AI/ML -->
<div class="bg-slate-800/50 rounded-xl p-6 border border-slate-800">
<div class="flex items-center mb-6">
<div class="bg-secondary/10 p-3 rounded-lg mr-4">
<i class="fas fa-robot text-secondary text-xl"></i>
</div>
<h3 class="text-xl font-bold">AI/ML Frameworks</h3>
</div>
<div class="flex flex-wrap gap-3">
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">TensorFlow</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">PyTorch</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">Keras</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">TFLite</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">ONNX</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">OpenCV</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">NLP</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">Computer Vision</span>
</div>
</div>
<!-- Backend & Cloud -->
<div class="bg-slate-800/50 rounded-xl p-6 border border-slate-800">
<div class="flex items-center mb-6">
<div class="bg-primary/10 p-3 rounded-lg mr-4">
<i class="fas fa-server text-primary text-xl"></i>
</div>
<h3 class="text-xl font-bold">Backend & Cloud</h3>
</div>
<div class="flex flex-wrap gap-3">
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">Python</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">Node.js</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">Firebase</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">AWS</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">GCP</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">Docker</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">GraphQL</span>
<span class="skill-pill text-sm bg-slate-700 text-white px-3 py-1 rounded-full">REST APIs</span>
</div>
</div>
</div>
<!-- Experience Timeline -->
<div class="mt-20">
<h3 class="text-2xl font-bold mb-8 text-center">Professional <span class="gradient-text">Journey</span></h3>
<div class="relative max-w-2xl mx-auto">
<!-- Timeline Item 1 -->
<div class="timeline-item relative pl-8 pb-8">
<div class="bg-slate-800/50 rounded-xl p-6 border border-slate-800">
<div class="flex justify-between items-start mb-2">
<h4 class="font-bold">Lead AI Mobile Developer</h4>
<span class="text-sm bg-primary/10 text-primary px-2 py-1 rounded-full">2021-Present</span>
</div>
<p class="text-slate-400 text-sm mb-2">TechInnovate Inc.</p>
<p class="text-slate-400 text-sm">
Leading a team to develop AI-powered mobile applications, implementing on-device ML models, and optimizing performance across iOS and Android platforms.
</p>
</div>
</div>
<!-- Timeline Item 2 -->
<div class="timeline-item relative pl-8 pb-8">
<div class="bg-slate-800/50 rounded-xl p-6 border border-slate-800">
<div class="flex justify-between items-start mb-2">
<h4 class="font-bold">Senior Mobile Developer</h4>
<span class="text-sm bg-secondary/10 text-secondary px-2 py-1 rounded-full">2018-2021</span>
</div>
<p class="text-slate-400 text-sm mb-2">Digital Solutions Co.</p>
<p class="text-slate-400 text-sm">
Developed cross-platform mobile applications with integrated ML features, implemented CI/CD pipelines, and mentored junior developers.
</p>
</div>
</div>
<!-- Timeline Item 3 -->
<div class="timeline-item relative pl-8">
<div class="bg-slate-800/50 rounded-xl p-6 border border-slate-800">
<div class="flex justify-between items-start mb-2">
<h4 class="font-bold">Mobile Developer</h4>
<span class="text-sm bg-primary/10 text-primary px-2 py-1 rounded-full">2015-2018</span>
</div>
<p class="text-slate-400 text-sm mb-2">StartUp Ventures</p>
<p class="text-slate-400 text-sm">
Built native iOS and Android applications, integrated third-party APIs, and implemented basic ML models for user behavior analysis.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="bg-slate-800/30 rounded-3xl p-8 md:p-12">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
<div>
<h2 class="text-3xl md:text-4xl font-bold mb-6">Get In <span class="gradient-text">Touch</span></h2>
<p class="text-slate-400 mb-8 max-w-lg">
Have a project in mind or want to discuss potential collaborations? Feel free to reach out through the form or connect with me on social media.
</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-primary/10 p-3 rounded-lg mr-4">
<i class="fas fa-envelope text-primary"></i>
</div>
<div>
<h4 class="font-bold mb-1">Email</h4>
<a href="mailto:hello@aidev.com" class="text-primary hover:text-primary/80 transition-colors">hello@aidev.com</a>
</div>
</div>
<div class="flex items-start">
<div class="bg-secondary/10 p-3 rounded-lg mr-4">
<i class="fas fa-map-marker-alt text-secondary"></i>
</div>
<div>
<h4 class="font-bold mb-1">Location</h4>
<p class="text-slate-400">San Francisco, CA</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-primary/10 p-3 rounded-lg mr-4">
<i class="fas fa-calendar-alt text-primary"></i>
</div>
<div>
<h4 class="font-bold mb-1">Availability</h4>
<p class="text-slate-400">Monday - Friday, 9AM - 5PM PST</p>
</div>
</div>
</div>
<div class="mt-10">
<h4 class="font-bold mb-4">Connect With Me</h4>
<div class="flex space-x-4">
<a href="#" class="social-icon bg-slate-800 w-10 h-10 rounded-full flex items-center justify-center hover:bg-primary/10 transition-colors">
<i class="fab fa-github text-white"></i>
</a>
<a href="#" class="social-icon bg-slate-800 w-10 h-10 rounded-full flex items-center justify-center hover:bg-primary/10 transition-colors">
<i class="fab fa-linkedin-in text-white"></i>
</a>
<a href="#" class="social-icon bg-slate-800 w-10 h-10 rounded-full flex items-center justify-center hover:bg-primary/10 transition-colors">
<i class="fab fa-twitter text-white"></i>
</a>
<a href="#" class="social-icon bg-slate-800 w-10 h-10 rounded-full flex items-center justify-center hover:bg-primary/10 transition-colors">
<i class="fab fa-medium text-white"></i>
</a>
</div>
</div>
</div>
<div>
<form class="space-y-6">
<div>
<label for="name" class="block text-sm font-medium mb-2">Full Name</label>
<input type="text" id="name" class="w-full px-4 py-3 rounded-lg border border-slate-700 focus:border-primary focus:ring-1 focus:ring-primary/50 transition-all" placeholder="Your name">
</div>
<div>
<label for="email" class="block text-sm font-medium mb-2">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-3 rounded-lg border border-slate-700 focus:border-primary focus:ring-1 focus:ring-primary/50 transition-all" placeholder="your@email.com">
</div>
<div>
<label for="subject" class="block text-sm font-medium mb-2">Subject</label>
<input type="text" id="subject" class="w-full px-4 py-3 rounded-lg border border-slate-700 focus:border-primary focus:ring-1 focus:ring-primary/50 transition-all" placeholder="What's this about?">
</div>
<div>
<label for="message" class="block text-sm font-medium mb-2">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-3 rounded-lg border border-slate-700 focus:border-primary focus:ring-1 focus:ring-primary/50 transition-all" placeholder="Your message here..."></textarea>
</div>
<button type="submit" class="gradient-bg text-white px-6 py-3 rounded-full font-medium hover:opacity-90 transition-all w-full">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-12 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto border-t border-slate-800">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-6 md:mb-0">
<a href="#" class="text-2xl font-bold gradient-text">AI<span class="text-white">DEV</span></a>
<p class="text-slate-400 text-sm mt-2">Building intelligent mobile experiences with AI.</p>
</div>
<div class="flex flex-col items-center md:items-end">
<div class="flex space-x-6 mb-4">
<a href="#home" class="text-slate-400 hover:text-primary transition-colors">Home</a>
<a href="#projects" class="text-slate-400 hover:text-primary transition-colors">Projects</a>
<a href="#ai" class="text-slate-400 hover:text-primary transition-colors">AI/ML</a>
<a href="#skills" class="text-slate-400 hover:text-primary transition-colors">Skills</a>
<a href="#contact" class="text-slate-400 hover:text-primary transition-colors">Contact</a>
</div>
<p class="text-slate-500 text-sm">© 2023 AI Mobile Developer. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
const menuBtn = document.getElementById('menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
menuBtn.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
// Dark mode toggle
function toggleDarkMode() {
document.documentElement.classList.toggle('dark');
}
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
mobileMenu.classList.add('hidden');
}
});
});
// Add scroll animation to elements
const animateOnScroll = () => {
const elements = document.querySelectorAll('.project-card, .timeline-item, .skill-pill');
elements.forEach(element => {
const elementPosition = element.getBoundingClientRect().top;
const screenPosition = window.innerHeight / 1.2;
if (elementPosition < screenPosition) {
element.classList.add('animate-fadeIn');
}
});
};
window.addEventListener('scroll', animateOnScroll);
window.addEventListener('load', animateOnScroll);
// Form submission
const form = document.querySelector('form');
if (form) {
form.addEventListener('submit', (e) => {
e.preventDefault();
alert('Thank you for your message! I will get back to you soon.');
form.reset();
});
}
</script>
<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=CelebrityDev/folio" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p></body>
</html>