nabeelraza commited on
Commit
d0956af
·
verified ·
1 Parent(s): 288e669

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +705 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Portfolio
3
- emoji: 🌖
4
- colorFrom: green
5
- colorTo: green
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
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
+ colorTo: blue
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,705 @@
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>Nabeel Raza - Data Science Portfolio</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/[email protected]/examples/js/controls/OrbitControls.min.js"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/[email protected]/examples/js/loaders/GLTFLoader.min.js"></script>
11
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
12
+ <style>
13
+ body {
14
+ margin: 0;
15
+ overflow: hidden;
16
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
17
+ background-color: #000;
18
+ }
19
+ #canvas-container {
20
+ position: absolute;
21
+ width: 100%;
22
+ height: 100%;
23
+ z-index: 1;
24
+ }
25
+ #ui-container {
26
+ position: absolute;
27
+ width: 100%;
28
+ height: 100%;
29
+ z-index: 2;
30
+ pointer-events: none;
31
+ }
32
+ .ui-element {
33
+ pointer-events: auto;
34
+ }
35
+ .panel {
36
+ background: rgba(0, 0, 0, 0.8);
37
+ backdrop-filter: blur(10px);
38
+ border-radius: 15px;
39
+ box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
40
+ transition: all 0.3s ease;
41
+ border: 1px solid rgba(255, 255, 255, 0.1);
42
+ }
43
+ .panel:hover {
44
+ transform: translateY(-5px);
45
+ box-shadow: 0 15px 35px rgba(255, 255, 255, 0.15);
46
+ }
47
+ .nav-item {
48
+ transition: all 0.3s ease;
49
+ }
50
+ .nav-item:hover {
51
+ transform: scale(1.1);
52
+ }
53
+ .skill-bar {
54
+ height: 10px;
55
+ border-radius: 5px;
56
+ background: linear-gradient(90deg, #3b82f6, #6366f1);
57
+ }
58
+ .floating {
59
+ animation: floating 6s ease-in-out infinite;
60
+ }
61
+ @keyframes floating {
62
+ 0% { transform: translateY(0px); }
63
+ 50% { transform: translateY(-15px); }
64
+ 100% { transform: translateY(0px); }
65
+ }
66
+ .typewriter {
67
+ overflow: hidden;
68
+ border-right: 3px solid #3b82f6;
69
+ white-space: nowrap;
70
+ animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
71
+ }
72
+ @keyframes typing {
73
+ from { width: 0 }
74
+ to { width: 100% }
75
+ }
76
+ @keyframes blink-caret {
77
+ from, to { border-color: transparent }
78
+ 50% { border-color: #3b82f6; }
79
+ }
80
+ .text-primary {
81
+ color: #ffffff;
82
+ }
83
+ .text-secondary {
84
+ color: #d1d5db;
85
+ }
86
+ .bg-primary {
87
+ background-color: rgba(0, 0, 0, 0.8);
88
+ }
89
+ .border-primary {
90
+ border-color: rgba(255, 255, 255, 0.1);
91
+ }
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="canvas-container"></div>
96
+
97
+ <div id="ui-container" class="flex flex-col">
98
+ <!-- Header -->
99
+ <header class="flex justify-between items-center p-6">
100
+ <div class="ui-element">
101
+ <h1 class="text-4xl font-bold text-white drop-shadow-lg">NABEEL RAZA</h1>
102
+ </div>
103
+ <nav class="flex space-x-6 ui-element">
104
+ <button id="nav-about" class="nav-item text-white font-medium hover:text-blue-300 transition">About</button>
105
+ <button id="nav-experience" class="nav-item text-white font-medium hover:text-blue-300 transition">Experience</button>
106
+ <button id="nav-projects" class="nav-item text-white font-medium hover:text-blue-300 transition">Projects</button>
107
+ <button id="nav-skills" class="nav-item text-white font-medium hover:text-blue-300 transition">Skills</button>
108
+ <button id="nav-contact" class="nav-item text-white font-medium hover:text-blue-300 transition">Contact</button>
109
+ </nav>
110
+ </header>
111
+
112
+ <!-- Main Content -->
113
+ <main class="flex-grow flex items-center justify-center px-10">
114
+ <!-- About Panel (Default) -->
115
+ <div id="about-panel" class="panel ui-element w-full max-w-4xl p-10">
116
+ <div class="flex flex-col md:flex-row gap-8">
117
+ <div class="flex-shrink-0">
118
+ <div class="w-48 h-48 rounded-full bg-gradient-to-br from-blue-400 to-purple-500 overflow-hidden floating mx-auto">
119
+ <img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5cd?ixlib=rb-1.2.1&auto=format&fit=crop&w=400&q=80" alt="Profile" class="w-full h-full object-cover">
120
+ </div>
121
+ </div>
122
+ <div class="flex-grow">
123
+ <h1 class="text-4xl font-bold text-white mb-2 typewriter">AI & Data Science Engineer</h1>
124
+ <p class="text-gray-300 mb-4">Transforming data into intelligent solutions</p>
125
+ <div class="h-1 w-20 bg-gradient-to-r from-blue-400 to-purple-500 mb-6"></div>
126
+ <p class="text-gray-300 mb-6">
127
+ Passionate AI engineer with expertise in machine learning, computer vision, and natural language processing.
128
+ Currently pursuing MSc in Data Science while working on cutting-edge AI projects.
129
+ </p>
130
+ <div class="flex space-x-4">
131
+ <button class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-2 rounded-full transition">
132
+ <i class="fas fa-download mr-2"></i> Download CV
133
+ </button>
134
+ <button class="border border-blue-500 text-blue-500 hover:bg-blue-900 hover:bg-opacity-30 px-6 py-2 rounded-full transition">
135
+ <i class="fas fa-envelope mr-2"></i> Contact Me
136
+ </button>
137
+ </div>
138
+ </div>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Experience Panel -->
143
+ <div id="experience-panel" class="panel ui-element w-full max-w-4xl p-10 hidden">
144
+ <h2 class="text-3xl font-bold text-white mb-8">Professional Experience</h2>
145
+
146
+ <div class="space-y-8">
147
+ <!-- Experience 1 -->
148
+ <div class="flex gap-6">
149
+ <div class="flex-shrink-0 w-14 h-14 rounded-full bg-blue-900 bg-opacity-30 flex items-center justify-center">
150
+ <i class="fas fa-briefcase text-blue-400 text-xl"></i>
151
+ </div>
152
+ <div>
153
+ <h3 class="text-xl font-semibold text-white">AI Engineer</h3>
154
+ <p class="text-blue-400 mb-1">Antematter • Jun. 2024 – Present</p>
155
+ <ul class="text-gray-300 list-disc pl-5 space-y-2">
156
+ <li>Developed a code review agent using OpenAI's API and LangChain's ReAct prompting</li>
157
+ <li>Integrated Slither and ItyFuzz for smart contract analysis</li>
158
+ <li>Collaborated on Web3 tool for on-chain data and market stats using mixture-of-agent framework</li>
159
+ <li>Contributed to IAO platform enabling dynamic creation of AI agents</li>
160
+ </ul>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Experience 2 -->
165
+ <div class="flex gap-6">
166
+ <div class="flex-shrink-0 w-14 h-14 rounded-full bg-blue-900 bg-opacity-30 flex items-center justify-center">
167
+ <i class="fas fa-briefcase text-blue-400 text-xl"></i>
168
+ </div>
169
+ <div>
170
+ <h3 class="text-xl font-semibold text-white">Data Scientist</h3>
171
+ <p class="text-blue-400 mb-1">Spatial Labs Pvt. Ltd. • Feb. 2023 – Jun. 2024</p>
172
+ <ul class="text-gray-300 list-disc pl-5 space-y-2">
173
+ <li>Developed hybrid technique combining Learned Noise Prediction and Fourier Transform for image authentication (89% accuracy)</li>
174
+ <li>Improved YOLOv8 model efficacy from 67 mAP to 95 mAP for vehicle monitoring</li>
175
+ <li>Assessed LLM responses using PairRM in LLM Blender</li>
176
+ <li>Implemented Whisper model for offline speech-to-text translation</li>
177
+ <li>Created synthetic data generation scripts in Blender</li>
178
+ </ul>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Experience 3 -->
183
+ <div class="flex gap-6">
184
+ <div class="flex-shrink-0 w-14 h-14 rounded-full bg-blue-900 bg-opacity-30 flex items-center justify-center">
185
+ <i class="fas fa-briefcase text-blue-400 text-xl"></i>
186
+ </div>
187
+ <div>
188
+ <h3 class="text-xl font-semibold text-white">Data Science Intern</h3>
189
+ <p class="text-blue-400 mb-1">Spatial Labs Pvt. Ltd. • Sep. 2022 – Feb. 2023</p>
190
+ <ul class="text-gray-300 list-disc pl-5 space-y-2">
191
+ <li>Customized UNET model for land cover classification (IoU 0.92)</li>
192
+ <li>Adapted YOLOv5 for forest tree damage recognition</li>
193
+ <li>Competed in ship detection challenge (mAP 0.86 public leaderboard)</li>
194
+ </ul>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Experience 4 -->
199
+ <div class="flex gap-6">
200
+ <div class="flex-shrink-0 w-14 h-14 rounded-full bg-blue-900 bg-opacity-30 flex items-center justify-center">
201
+ <i class="fas fa-briefcase text-blue-400 text-xl"></i>
202
+ </div>
203
+ <div>
204
+ <h3 class="text-xl font-semibold text-white">Answers Intern</h3>
205
+ <p class="text-blue-400 mb-1">Educative Inc. • Jun. 2022 – Aug. 2022</p>
206
+ <ul class="text-gray-300 list-disc pl-5 space-y-2">
207
+ <li>Authored 28 technical pieces on AI and computer vision topics</li>
208
+ <li>Evaluated 52 technical articles</li>
209
+ <li>Covered ViT, Segmentation, Transformers, and Data Augmentation</li>
210
+ </ul>
211
+ </div>
212
+ </div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Projects Panel -->
217
+ <div id="projects-panel" class="panel ui-element w-full max-w-4xl p-10 hidden">
218
+ <h2 class="text-3xl font-bold text-white mb-8">Featured Projects</h2>
219
+
220
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
221
+ <!-- Project 1 -->
222
+ <div class="bg-gray-900 rounded-xl shadow-md overflow-hidden hover:shadow-xl transition border border-gray-800">
223
+ <div class="h-40 bg-gradient-to-r from-blue-400 to-purple-500 flex items-center justify-center">
224
+ <i class="fas fa-map-marked-alt text-white text-5xl"></i>
225
+ </div>
226
+ <div class="p-6">
227
+ <h3 class="text-xl font-semibold text-white mb-2">TrajectoryQA</h3>
228
+ <p class="text-gray-300 mb-4">
229
+ System for responding to inquiries based on trajectory descriptions using Geolife dataset and OpenStreetMap.
230
+ Achieved 79.6% accuracy with GPT-2 model.
231
+ </p>
232
+ <div class="flex flex-wrap gap-2">
233
+ <span class="bg-blue-900 bg-opacity-30 text-blue-400 text-xs px-3 py-1 rounded-full">DuckDB</span>
234
+ <span class="bg-blue-900 bg-opacity-30 text-blue-400 text-xs px-3 py-1 rounded-full">Transformers</span>
235
+ <span class="bg-blue-900 bg-opacity-30 text-blue-400 text-xs px-3 py-1 rounded-full">NLP</span>
236
+ </div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Project 2 -->
241
+ <div class="bg-gray-900 rounded-xl shadow-md overflow-hidden hover:shadow-xl transition border border-gray-800">
242
+ <div class="h-40 bg-gradient-to-r from-green-400 to-teal-500 flex items-center justify-center">
243
+ <i class="fas fa-envelope text-white text-5xl"></i>
244
+ </div>
245
+ <div class="p-6">
246
+ <h3 class="text-xl font-semibold text-white mb-2">Email Lead Generator</h3>
247
+ <p class="text-gray-300 mb-4">
248
+ Two-agent system using LangChain and GPT-4 for lead generation and follow-up.
249
+ Opener agent creates initial emails, Escalator handles responses.
250
+ </p>
251
+ <div class="flex flex-wrap gap-2">
252
+ <span class="bg-green-900 bg-opacity-30 text-green-400 text-xs px-3 py-1 rounded-full">LangChain</span>
253
+ <span class="bg-green-900 bg-opacity-30 text-green-400 text-xs px-3 py-1 rounded-full">GPT-4</span>
254
+ <span class="bg-green-900 bg-opacity-30 text-green-400 text-xs px-3 py-1 rounded-full">Automation</span>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Project 3 -->
260
+ <div class="bg-gray-900 rounded-xl shadow-md overflow-hidden hover:shadow-xl transition border border-gray-800">
261
+ <div class="h-40 bg-gradient-to-r from-purple-400 to-pink-500 flex items-center justify-center">
262
+ <i class="fas fa-code text-white text-5xl"></i>
263
+ </div>
264
+ <div class="p-6">
265
+ <h3 class="text-xl font-semibold text-white mb-2">Smart Contract Auditor</h3>
266
+ <p class="text-gray-300 mb-4">
267
+ Code review agent using OpenAI API and LangChain's ReAct prompting.
268
+ Integrated Slither and ItyFuzz for comprehensive analysis.
269
+ </p>
270
+ <div class="flex flex-wrap gap-2">
271
+ <span class="bg-purple-900 bg-opacity-30 text-purple-400 text-xs px-3 py-1 rounded-full">Blockchain</span>
272
+ <span class="bg-purple-900 bg-opacity-30 text-purple-400 text-xs px-3 py-1 rounded-full">AI</span>
273
+ <span class="bg-purple-900 bg-opacity-30 text-purple-400 text-xs px-3 py-1 rounded-full">Security</span>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Project 4 -->
279
+ <div class="bg-gray-900 rounded-xl shadow-md overflow-hidden hover:shadow-xl transition border border-gray-800">
280
+ <div class="h-40 bg-gradient-to-r from-yellow-400 to-orange-500 flex items-center justify-center">
281
+ <i class="fas fa-satellite-dish text-white text-5xl"></i>
282
+ </div>
283
+ <div class="p-6">
284
+ <h3 class="text-xl font-semibold text-white mb-2">Satellite Image Authentication</h3>
285
+ <p class="text-gray-300 mb-4">
286
+ Hybrid technique combining Learned Noise Prediction and Fourier Transform
287
+ for distinguishing authentic satellite images (89% accuracy).
288
+ </p>
289
+ <div class="flex flex-wrap gap-2">
290
+ <span class="bg-yellow-900 bg-opacity-30 text-yellow-400 text-xs px-3 py-1 rounded-full">CV</span>
291
+ <span class="bg-yellow-900 bg-opacity-30 text-yellow-400 text-xs px-3 py-1 rounded-full">Stable Diffusion</span>
292
+ <span class="bg-yellow-900 bg-opacity-30 text-yellow-400 text-xs px-3 py-1 rounded-full">Forensics</span>
293
+ </div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Skills Panel -->
300
+ <div id="skills-panel" class="panel ui-element w-full max-w-4xl p-10 hidden">
301
+ <h2 class="text-3xl font-bold text-white mb-8">Technical Skills</h2>
302
+
303
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
304
+ <div>
305
+ <h3 class="text-xl font-semibold text-white mb-4">Programming & Tools</h3>
306
+ <div class="space-y-4">
307
+ <div>
308
+ <div class="flex justify-between mb-1">
309
+ <span class="text-gray-300">Python</span>
310
+ <span class="text-gray-400">95%</span>
311
+ </div>
312
+ <div class="w-full bg-gray-800 rounded-full h-2">
313
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 95%"></div>
314
+ </div>
315
+ </div>
316
+ <div>
317
+ <div class="flex justify-between mb-1">
318
+ <span class="text-gray-300">PyTorch</span>
319
+ <span class="text-gray-400">90%</span>
320
+ </div>
321
+ <div class="w-full bg-gray-800 rounded-full h-2">
322
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 90%"></div>
323
+ </div>
324
+ </div>
325
+ <div>
326
+ <div class="flex justify-between mb-1">
327
+ <span class="text-gray-300">HuggingFace</span>
328
+ <span class="text-gray-400">85%</span>
329
+ </div>
330
+ <div class="w-full bg-gray-800 rounded-full h-2">
331
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 85%"></div>
332
+ </div>
333
+ </div>
334
+ <div>
335
+ <div class="flex justify-between mb-1">
336
+ <span class="text-gray-300">Docker</span>
337
+ <span class="text-gray-400">80%</span>
338
+ </div>
339
+ <div class="w-full bg-gray-800 rounded-full h-2">
340
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 80%"></div>
341
+ </div>
342
+ </div>
343
+ </div>
344
+ </div>
345
+
346
+ <div>
347
+ <h3 class="text-xl font-semibold text-white mb-4">Machine Learning</h3>
348
+ <div class="space-y-4">
349
+ <div>
350
+ <div class="flex justify-between mb-1">
351
+ <span class="text-gray-300">Computer Vision</span>
352
+ <span class="text-gray-400">90%</span>
353
+ </div>
354
+ <div class="w-full bg-gray-800 rounded-full h-2">
355
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 90%"></div>
356
+ </div>
357
+ </div>
358
+ <div>
359
+ <div class="flex justify-between mb-1">
360
+ <span class="text-gray-300">NLP</span>
361
+ <span class="text-gray-400">85%</span>
362
+ </div>
363
+ <div class="w-full bg-gray-800 rounded-full h-2">
364
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 85%"></div>
365
+ </div>
366
+ </div>
367
+ <div>
368
+ <div class="flex justify-between mb-1">
369
+ <span class="text-gray-300">LLMs</span>
370
+ <span class="text-gray-400">80%</span>
371
+ </div>
372
+ <div class="w-full bg-gray-800 rounded-full h-2">
373
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 80%"></div>
374
+ </div>
375
+ </div>
376
+ <div>
377
+ <div class="flex justify-between mb-1">
378
+ <span class="text-gray-300">Generative AI</span>
379
+ <span class="text-gray-400">75%</span>
380
+ </div>
381
+ <div class="w-full bg-gray-800 rounded-full h-2">
382
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 75%"></div>
383
+ </div>
384
+ </div>
385
+ </div>
386
+ </div>
387
+
388
+ <div>
389
+ <h3 class="text-xl font-semibold text-white mb-4">Data Engineering</h3>
390
+ <div class="space-y-4">
391
+ <div>
392
+ <div class="flex justify-between mb-1">
393
+ <span class="text-gray-300">SQL</span>
394
+ <span class="text-gray-400">90%</span>
395
+ </div>
396
+ <div class="w-full bg-gray-800 rounded-full h-2">
397
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 90%"></div>
398
+ </div>
399
+ </div>
400
+ <div>
401
+ <div class="flex justify-between mb-1">
402
+ <span class="text-gray-300">DuckDB</span>
403
+ <span class="text-gray-400">85%</span>
404
+ </div>
405
+ <div class="w-full bg-gray-800 rounded-full h-2">
406
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 85%"></div>
407
+ </div>
408
+ </div>
409
+ <div>
410
+ <div class="flex justify-between mb-1">
411
+ <span class="text-gray-300">PySpark</span>
412
+ <span class="text-gray-400">80%</span>
413
+ </div>
414
+ <div class="w-full bg-gray-800 rounded-full h-2">
415
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 80%"></div>
416
+ </div>
417
+ </div>
418
+ <div>
419
+ <div class="flex justify-between mb-1">
420
+ <span class="text-gray-300">Airflow</span>
421
+ <span class="text-gray-400">70%</span>
422
+ </div>
423
+ <div class="w-full bg-gray-800 rounded-full h-2">
424
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 70%"></div>
425
+ </div>
426
+ </div>
427
+ </div>
428
+ </div>
429
+
430
+ <div>
431
+ <h3 class="text-xl font-semibold text-white mb-4">Web3 & Blockchain</h3>
432
+ <div class="space-y-4">
433
+ <div>
434
+ <div class="flex justify-between mb-1">
435
+ <span class="text-gray-300">Smart Contracts</span>
436
+ <span class="text-gray-400">80%</span>
437
+ </div>
438
+ <div class="w-full bg-gray-800 rounded-full h-2">
439
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 80%"></div>
440
+ </div>
441
+ </div>
442
+ <div>
443
+ <div class="flex justify-between mb-1">
444
+ <span class="text-gray-300">Slither</span>
445
+ <span class="text-gray-400">75%</span>
446
+ </div>
447
+ <div class="w-full bg-gray-800 rounded-full h-2">
448
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 75%"></div>
449
+ </div>
450
+ </div>
451
+ <div>
452
+ <div class="flex justify-between mb-1">
453
+ <span class="text-gray-300">Solidity</span>
454
+ <span class="text-gray-400">70%</span>
455
+ </div>
456
+ <div class="w-full bg-gray-800 rounded-full h-2">
457
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 70%"></div>
458
+ </div>
459
+ </div>
460
+ <div>
461
+ <div class="flex justify-between mb-1">
462
+ <span class="text-gray-300">Web3.py</span>
463
+ <span class="text-gray-400">65%</span>
464
+ </div>
465
+ <div class="w-full bg-gray-800 rounded-full h-2">
466
+ <div class="bg-gradient-to-r from-blue-400 to-purple-500 h-2 rounded-full" style="width: 65%"></div>
467
+ </div>
468
+ </div>
469
+ </div>
470
+ </div>
471
+ </div>
472
+ </div>
473
+
474
+ <!-- Contact Panel -->
475
+ <div id="contact-panel" class="panel ui-element w-full max-w-4xl p-10 hidden">
476
+ <h2 class="text-3xl font-bold text-white mb-8">Get In Touch</h2>
477
+
478
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
479
+ <div>
480
+ <h3 class="text-xl font-semibold text-white mb-4">Contact Information</h3>
481
+ <div class="space-y-4">
482
+ <div class="flex items-center gap-4">
483
+ <div class="w-12 h-12 rounded-full bg-blue-900 bg-opacity-30 flex items-center justify-center">
484
+ <i class="fas fa-envelope text-blue-400 text-xl"></i>
485
+ </div>
486
+ <div>
487
+ <p class="text-gray-400">Email</p>
488
+ <p class="text-white font-medium">[email protected]</p>
489
+ </div>
490
+ </div>
491
+ <div class="flex items-center gap-4">
492
+ <div class="w-12 h-12 rounded-full bg-blue-900 bg-opacity-30 flex items-center justify-center">
493
+ <i class="fas fa-phone text-blue-400 text-xl"></i>
494
+ </div>
495
+ <div>
496
+ <p class="text-gray-400">Phone</p>
497
+ <p class="text-white font-medium">+92-300-4755991</p>
498
+ </div>
499
+ </div>
500
+ <div class="flex items-center gap-4">
501
+ <div class="w-12 h-12 rounded-full bg-blue-900 bg-opacity-30 flex items-center justify-center">
502
+ <i class="fas fa-map-marker-alt text-blue-400 text-xl"></i>
503
+ </div>
504
+ <div>
505
+ <p class="text-gray-400">Location</p>
506
+ <p class="text-white font-medium">Pakistan</p>
507
+ </div>
508
+ </div>
509
+ </div>
510
+
511
+ <div class="mt-8">
512
+ <h3 class="text-xl font-semibold text-white mb-4">Social Media</h3>
513
+ <div class="flex space-x-4">
514
+ <a href="https://linkedin.com/in/nabeelraza-7" target="_blank" class="w-12 h-12 rounded-full bg-blue-900 bg-opacity-30 hover:bg-opacity-50 flex items-center justify-center transition">
515
+ <i class="fab fa-linkedin-in text-blue-400 text-xl"></i>
516
+ </a>
517
+ <a href="https://github.com/nabeelraza-7" target="_blank" class="w-12 h-12 rounded-full bg-blue-900 bg-opacity-30 hover:bg-opacity-50 flex items-center justify-center transition">
518
+ <i class="fab fa-github text-blue-400 text-xl"></i>
519
+ </a>
520
+ <a href="#" class="w-12 h-12 rounded-full bg-blue-900 bg-opacity-30 hover:bg-opacity-50 flex items-center justify-center transition">
521
+ <i class="fab fa-twitter text-blue-400 text-xl"></i>
522
+ </a>
523
+ <a href="#" class="w-12 h-12 rounded-full bg-blue-900 bg-opacity-30 hover:bg-opacity-50 flex items-center justify-center transition">
524
+ <i class="fab fa-kaggle text-blue-400 text-xl"></i>
525
+ </a>
526
+ </div>
527
+ </div>
528
+ </div>
529
+
530
+ <div>
531
+ <h3 class="text-xl font-semibold text-white mb-4">Send Me a Message</h3>
532
+ <form class="space-y-4">
533
+ <div>
534
+ <label for="name" class="block text-gray-300 mb-2">Name</label>
535
+ <input type="text" id="name" class="w-full px-4 py-2 bg-gray-800 border border-gray-700 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition text-white">
536
+ </div>
537
+ <div>
538
+ <label for="email" class="block text-gray-300 mb-2">Email</label>
539
+ <input type="email" id="email" class="w-full px-4 py-2 bg-gray-800 border border-gray-700 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition text-white">
540
+ </div>
541
+ <div>
542
+ <label for="message" class="block text-gray-300 mb-2">Message</label>
543
+ <textarea id="message" rows="4" class="w-full px-4 py-2 bg-gray-800 border border-gray-700 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition text-white"></textarea>
544
+ </div>
545
+ <button type="submit" class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-3 rounded-lg transition w-full">
546
+ Send Message
547
+ </button>
548
+ </form>
549
+ </div>
550
+ </div>
551
+ </div>
552
+ </main>
553
+
554
+ <!-- Footer -->
555
+ <footer class="p-6 text-center ui-element">
556
+ <p class="text-white drop-shadow-lg">© 2024 Nabeel Raza. All rights reserved.</p>
557
+ </footer>
558
+ </div>
559
+
560
+ <script>
561
+ // Three.js Scene Setup
562
+ let scene, camera, renderer, particles;
563
+
564
+ function initThreeJS() {
565
+ // Scene
566
+ scene = new THREE.Scene();
567
+ scene.background = new THREE.Color(0x000000);
568
+
569
+ // Camera
570
+ camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000);
571
+ camera.position.z = 30;
572
+
573
+ // Renderer
574
+ renderer = new THREE.WebGLRenderer({ antialias: true, alpha: true });
575
+ renderer.setSize(window.innerWidth, window.innerHeight);
576
+ document.getElementById('canvas-container').appendChild(renderer.domElement);
577
+
578
+ // Particles
579
+ const particleCount = 1500;
580
+ const particlesGeometry = new THREE.BufferGeometry();
581
+ const positions = new Float32Array(particleCount * 3);
582
+ const sizes = new Float32Array(particleCount);
583
+
584
+ for (let i = 0; i < particleCount; i++) {
585
+ positions[i * 3] = (Math.random() - 0.5) * 500;
586
+ positions[i * 3 + 1] = (Math.random() - 0.5) * 500;
587
+ positions[i * 3 + 2] = (Math.random() - 0.5) * 500;
588
+
589
+ sizes[i] = Math.random() * 2;
590
+ }
591
+
592
+ particlesGeometry.setAttribute('position', new THREE.BufferAttribute(positions, 3));
593
+ particlesGeometry.setAttribute('size', new THREE.BufferAttribute(sizes, 1));
594
+
595
+ const particlesMaterial = new THREE.PointsMaterial({
596
+ size: 1,
597
+ color: 0xffffff,
598
+ transparent: true,
599
+ opacity: 0.8,
600
+ sizeAttenuation: true,
601
+ blending: THREE.AdditiveBlending
602
+ });
603
+
604
+ particles = new THREE.Points(particlesGeometry, particlesMaterial);
605
+ scene.add(particles);
606
+
607
+ // Add some larger stars
608
+ const starGeometry = new THREE.BufferGeometry();
609
+ const starPositions = new Float32Array(100 * 3);
610
+ const starSizes = new Float32Array(100);
611
+
612
+ for (let i = 0; i < 100; i++) {
613
+ starPositions[i * 3] = (Math.random() - 0.5) * 1000;
614
+ starPositions[i * 3 + 1] = (Math.random() - 0.5) * 1000;
615
+ starPositions[i * 3 + 2] = (Math.random() - 0.5) * 1000;
616
+
617
+ starSizes[i] = 2 + Math.random() * 3;
618
+ }
619
+
620
+ starGeometry.setAttribute('position', new THREE.BufferAttribute(starPositions, 3));
621
+ starGeometry.setAttribute('size', new THREE.BufferAttribute(starSizes, 1));
622
+
623
+ const stars = new THREE.Points(starGeometry, new THREE.PointsMaterial({
624
+ size: 1,
625
+ color: 0xffffff,
626
+ sizeAttenuation: true
627
+ }));
628
+ scene.add(stars);
629
+
630
+ // Animation
631
+ function animate() {
632
+ requestAnimationFrame(animate);
633
+
634
+ particles.rotation.x += 0.0005;
635
+ particles.rotation.y += 0.0005;
636
+
637
+ renderer.render(scene, camera);
638
+ }
639
+
640
+ animate();
641
+
642
+ // Handle window resize
643
+ window.addEventListener('resize', () => {
644
+ camera.aspect = window.innerWidth / window.innerHeight;
645
+ camera.updateProjectionMatrix();
646
+ renderer.setSize(window.innerWidth, window.innerHeight);
647
+ });
648
+ }
649
+
650
+ // UI Navigation
651
+ function initUI() {
652
+ const navAbout = document.getElementById('nav-about');
653
+ const navExperience = document.getElementById('nav-experience');
654
+ const navProjects = document.getElementById('nav-projects');
655
+ const navSkills = document.getElementById('nav-skills');
656
+ const navContact = document.getElementById('nav-contact');
657
+
658
+ const aboutPanel = document.getElementById('about-panel');
659
+ const experiencePanel = document.getElementById('experience-panel');
660
+ const projectsPanel = document.getElementById('projects-panel');
661
+ const skillsPanel = document.getElementById('skills-panel');
662
+ const contactPanel = document.getElementById('contact-panel');
663
+
664
+ function hideAllPanels() {
665
+ aboutPanel.classList.add('hidden');
666
+ experiencePanel.classList.add('hidden');
667
+ projectsPanel.classList.add('hidden');
668
+ skillsPanel.classList.add('hidden');
669
+ contactPanel.classList.add('hidden');
670
+ }
671
+
672
+ navAbout.addEventListener('click', () => {
673
+ hideAllPanels();
674
+ aboutPanel.classList.remove('hidden');
675
+ });
676
+
677
+ navExperience.addEventListener('click', () => {
678
+ hideAllPanels();
679
+ experiencePanel.classList.remove('hidden');
680
+ });
681
+
682
+ navProjects.addEventListener('click', () => {
683
+ hideAllPanels();
684
+ projectsPanel.classList.remove('hidden');
685
+ });
686
+
687
+ navSkills.addEventListener('click', () => {
688
+ hideAllPanels();
689
+ skillsPanel.classList.remove('hidden');
690
+ });
691
+
692
+ navContact.addEventListener('click', () => {
693
+ hideAllPanels();
694
+ contactPanel.classList.remove('hidden');
695
+ });
696
+ }
697
+
698
+ // Initialize
699
+ window.onload = function() {
700
+ initThreeJS();
701
+ initUI();
702
+ };
703
+ </script>
704
+ <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=nabeelraza/portfolio" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p></body>
705
+ </html>