BpA2QxKcQsYh775 commited on
Commit
cfa044b
·
verified ·
1 Parent(s): 842dd8d

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +608 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Osamawep2
3
- emoji: 🔥
4
- colorFrom: green
5
- colorTo: red
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: osamawep2
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,608 @@
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>Full Stack Developer Portfolio</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ /* Custom CSS for smooth scrolling and animations */
11
+ html {
12
+ scroll-behavior: smooth;
13
+ }
14
+ .hero-bg {
15
+ background: linear-gradient(135deg, rgba(101,78,163,0.8) 0%, rgba(234,175,200,0.8) 100%);
16
+ }
17
+ .section-title {
18
+ position: relative;
19
+ display: inline-block;
20
+ }
21
+ .section-title:after {
22
+ content: '';
23
+ position: absolute;
24
+ width: 50%;
25
+ height: 3px;
26
+ bottom: -8px;
27
+ left: 25%;
28
+ background: #7c3aed;
29
+ }
30
+ .skill-card:hover {
31
+ transform: translateY(-5px);
32
+ box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
33
+ }
34
+ .work-card:hover .work-overlay {
35
+ opacity: 1;
36
+ }
37
+ .work-overlay {
38
+ transition: all 0.3s ease;
39
+ }
40
+ @keyframes fadeIn {
41
+ from { opacity: 0; transform: translateY(20px); }
42
+ to { opacity: 1; transform: translateY(0); }
43
+ }
44
+ .fade-in {
45
+ animation: fadeIn 0.8s ease forwards;
46
+ }
47
+ </style>
48
+ </head>
49
+ <body class="font-sans bg-gray-50 text-gray-800">
50
+ <!-- Navigation -->
51
+ <header class="fixed w-full bg-white shadow-sm z-50">
52
+ <nav class="container mx-auto px-6 py-3 flex justify-between items-center">
53
+ <a href="#home" class="text-2xl font-bold text-purple-600">DevPortfolio</a>
54
+ <div class="hidden md:flex space-x-8">
55
+ <a href="#home" class="text-gray-700 hover:text-purple-600 transition">Home</a>
56
+ <a href="#skills" class="text-gray-700 hover:text-purple-600 transition">Skills</a>
57
+ <a href="#experience" class="text-gray-700 hover:text-purple-600 transition">Experience</a>
58
+ <a href="#employment" class="text-gray-700 hover:text-purple-600 transition">Employment</a>
59
+ <a href="#works" class="text-gray-700 hover:text-purple-600 transition">Works</a>
60
+ <a href="#contact" class="text-gray-700 hover:text-purple-600 transition">Contact</a>
61
+ </div>
62
+ <button class="md:hidden focus:outline-none" id="mobile-menu-button">
63
+ <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
64
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7"></path>
65
+ </svg>
66
+ </button>
67
+ </nav>
68
+ <!-- Mobile Menu -->
69
+ <div class="hidden md:hidden bg-white shadow-lg" id="mobile-menu">
70
+ <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
71
+ <a href="#home" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-purple-600">Home</a>
72
+ <a href="#skills" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-purple-600">Skills</a>
73
+ <a href="#experience" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-purple-600">Experience</a>
74
+ <a href="#employment" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-purple-600">Employment</a>
75
+ <a href="#works" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-purple-600">Works</a>
76
+ <a href="#contact" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-purple-600">Contact</a>
77
+ </div>
78
+ </div>
79
+ </header>
80
+
81
+ <!-- Hero Section -->
82
+ <section id="home" class="hero-bg min-h-screen flex items-center justify-center pt-20 pb-20">
83
+ <div class="container mx-auto px-6 text-center md:text-left">
84
+ <div class="flex flex-col md:flex-row items-center">
85
+ <div class="md:w-1/2 mb-10 md:mb-0 fade-in">
86
+ <h1 class="text-4xl md:text-5xl font-bold text-white mb6">Hi, I'm <span class="text-purple-200">John Doe</span></h1>
87
+ <h2 class="text-2xl md:text-3xl font-semibold text-purple-100 mb-6">Full Stack Web Developer</h2>
88
+ <p class="text-white text-lg mb-8 max-w-lg mx-auto md:mx-0">
89
+ I build exceptional digital experiences with modern web technologies.
90
+ Passionate about creating responsive, performant, and accessible web applications.
91
+ </p>
92
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4 justify-center md:justify-start">
93
+ <a href="#contact" class="px-8 py-3 bg-purple-600 text-white rounded-lg hover:bg-purple-700 transition">
94
+ Hire Me
95
+ </a>
96
+ <a href="#" class="px-8 py-3 bg-white text-purple-600 rounded-lg hover:bg-gray-100 transition flex items-center justify-center">
97
+ <i class="fas fa-download mr-2"></i> DOWNLOAD CV
98
+ </a>
99
+ </div>
100
+ </div>
101
+ <div class="md:w-1/2 flex justify-center fade-in">
102
+ <div class="relative w-64 h-64 md:w-80 md:h-80 rounded-full overflow-hidden border-4 border-white shadow-xl">
103
+ <img src="https://images.unsplash.com/photo-1633332755192-727a05c4013d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8dXNlcnxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=500&q=60"
104
+ alt="Profile" class="w-full h-full object-cover">
105
+ </div>
106
+ </div>
107
+ </div>
108
+ <div class="mt-16 flex justify-center space-x-6">
109
+ <a href="#" class="text-white hover:text-purple-200 text-2xl transition">
110
+ <i class="fab fa-github"></i>
111
+ </a>
112
+ <a href="#" class="text-white hover:text-purple-200 text-2xl transition">
113
+ <i class="fab fa-linkedin"></i>
114
+ </a>
115
+ <a href="#" class="text-white hover:text-purple-200 text-2xl transition">
116
+ <i class="fab fa-twitter"></i>
117
+ </a>
118
+ <a href="#" class="text-white hover:text-purple-200 text-2xl transition">
119
+ <i class="fab fa-instagram"></i>
120
+ </a>
121
+ <a href="#" class="text-white hover:text-purple-200 text-2xl transition">
122
+ <i class="fab fa-facebook"></i>
123
+ </a>
124
+ </div>
125
+ </div>
126
+ </section>
127
+
128
+ <!-- Skills Section -->
129
+ <section id="skills" class="py-20 bg-white">
130
+ <div class="container mx-auto px-6">
131
+ <h2 class="text-3xl font-bold text-center mb-16 section-title">My Skills</h2>
132
+
133
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
134
+ <!-- Frontend Skills -->
135
+ <div class="bg-gray-50 p-6 rounded-xl shadow-md skill-card transition transform hover:shadow-lg">
136
+ <div class="text-purple-600 text-4xl mb-4 flex items-center">
137
+ <i class="fas fa-laptop-code mr-3"></i>
138
+ <h3 class="text-xl font-semibold">Frontend</h3>
139
+ </div>
140
+ <div class="space-y-4 mt-4">
141
+ <div>
142
+ <div class="flex justify-between mb-1">
143
+ <span class="text-gray-700">HTML5 & CSS3</span>
144
+ <span class="text-gray-600">95%</span>
145
+ </div>
146
+ <div class="w-full bg-gray-200 rounded-full h-2">
147
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 95%"></div>
148
+ </div>
149
+ </div>
150
+ <div>
151
+ <div class="flex justify-between mb-1">
152
+ <span class="text-gray-700">JavaScript</span>
153
+ <span class="text-gray-600">90%</span>
154
+ </div>
155
+ <div class="w-full bg-gray-200 rounded-full h-2">
156
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 90%"></div>
157
+ </div>
158
+ </div>
159
+ <div>
160
+ <div class="flex justify-between mb-1">
161
+ <span class="text-gray-700">React.js</span>
162
+ <span class="text-gray-600">88%</span>
163
+ </div>
164
+ <div class="w-full bg-gray-200 rounded-full h-2">
165
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 88%"></div>
166
+ </div>
167
+ </div>
168
+ <div>
169
+ <div class="flex justify-between mb-1">
170
+ <span class="text-gray-700">Vue.js</span>
171
+ <span class="text-gray-600">80%</span>
172
+ </div>
173
+ <div class="w-full bg-gray-200 rounded-full h-2">
174
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 80%"></div>
175
+ </div>
176
+ </div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Backend Skills -->
181
+ <div class="bg-gray-50 p-6 rounded-xl shadow-md skill-card transition transform hover:shadow-lg">
182
+ <div class="text-purple-600 text-4xl mb-4 flex items-center">
183
+ <i class="fas fa-server mr-3"></i>
184
+ <h3 class="text-xl font-semibold">Backend</h3>
185
+ </div>
186
+ <div class="space-y-4 mt-4">
187
+ <div>
188
+ <div class="flex justify-between mb-1">
189
+ <span class="text-gray-700">Node.js</span>
190
+ <span class="text-gray-600">92%</span>
191
+ </div>
192
+ <div class="w-full bg-gray-200 rounded-full h-2">
193
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 92%"></div>
194
+ </div>
195
+ </div>
196
+ <div>
197
+ <div class="flex justify-between mb-1">
198
+ <span class="text-gray-700">Express.js</span>
199
+ <span class="text-gray-600">90%</span>
200
+ </div>
201
+ <div class="w-full bg-gray-200 rounded-full h-2">
202
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 90%"></div>
203
+ </div>
204
+ </div>
205
+ <div>
206
+ <div class="flex justify-between mb-1">
207
+ <span class="text-gray-700">PHP</span>
208
+ <span class="text-gray-600">85%</span>
209
+ </div>
210
+ <div class="w-full bg-gray-200 rounded-full h-2">
211
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 85%"></div>
212
+ </div>
213
+ </div>
214
+ <div>
215
+ <div class="flex justify-between mb-1">
216
+ <span class="text-gray-700">Python/Django</span>
217
+ <span class="text-gray-600">80%</span>
218
+ </div>
219
+ <div class="w-full bg-gray-200 rounded-full h-2">
220
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 80%"></div>
221
+ </div>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Other Skills -->
227
+ <div class="bg-gray-50 p-6 rounded-xl shadow-md skill-card transition transform hover:shadow-lg">
228
+ <div class="text-purple-600 text-4xl mb-4 flex items-center">
229
+ <i class="fas fa-tools mr-3"></i>
230
+ <h3 class="text-xl font-semibold">Other</h3>
231
+ </div>
232
+ <div class="space-y-4 mt-4">
233
+ <div>
234
+ <div class="flex justify-between mb-1">
235
+ <span class="text-gray-700">MySQL/MongoDB</span>
236
+ <span class="text-gray-600">90%</span>
237
+ </div>
238
+ <div class="w-full bg-gray-200 rounded-full h-2">
239
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 90%"></div>
240
+ </div>
241
+ </div>
242
+ <div>
243
+ <div class="flex justify-between mb-1">
244
+ <span class="text-gray-700">Git/Version Control</span>
245
+ <span class="text-gray-600">88%</span>
246
+ </div>
247
+ <div class="w-full bg-gray-200 rounded-full h-2">
248
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 88%"></div>
249
+ </div>
250
+ </div>
251
+ <div>
252
+ <div class="flex justify-between mb-1">
253
+ <span class="text-gray-700">Docker</span>
254
+ <span class="text-gray-600">75%</span>
255
+ </div>
256
+ <div class="w-full bg-gray-200 rounded-full h-2">
257
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 75%"></div>
258
+ </div>
259
+ </div>
260
+ <div>
261
+ <div class="flex justify-between mb-1">
262
+ <span class="text-gray-700">AWS</span>
263
+ <span class="text-gray-600">70%</span>
264
+ </div>
265
+ <div class="w-full bg-gray-200 rounded-full h-2">
266
+ <div class="bg-purple-600 h-2 rounded-full" style="width: 70%"></div>
267
+ </div>
268
+ </div>
269
+ </div>
270
+ </div>
271
+ </div>
272
+ </div>
273
+ </section>
274
+
275
+ <!-- Experience Section -->
276
+ <section id="experience" class="py-20 bg-gray-50">
277
+ <div class="container mx-auto px-6">
278
+ <h2 class="text-3xl font-bold text-center mb-16 section-title">My Experience</h2>
279
+
280
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
281
+ <div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition">
282
+ <div class="text-purple-600 text-4xl mb-4">
283
+ <i class="fas fa-code"></i>
284
+ </div>
285
+ <h3 class="text-xl font-semibold mb-3">8+ Years</h3>
286
+ <p class="text-gray-600">Web Development Experience</p>
287
+ </div>
288
+
289
+ <div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition">
290
+ <div class="text-purple-600 text-4xl mb-4">
291
+ <i class="fas fa-project-diagram"></i>
292
+ </div>
293
+ <h3 class="text-xl font-semibold mb-3">50+ Projects</h3>
294
+ <p class="text-gray-600">Completed Successfully</p>
295
+ </div>
296
+
297
+ <div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition">
298
+ <div class="text-purple-600 text-4xl mb-4">
299
+ <i class="fas fa-users"></i>
300
+ </div>
301
+ <h3 class="text-xl font-semibold mb-3">30+ Clients</h3>
302
+ <p class="text-gray-600">Satisfied Worldwide</p>
303
+ </div>
304
+ </div>
305
+ </div>
306
+ </section>
307
+
308
+ <!-- Employment Section -->
309
+ <section id="employment" class="py-20 bg-white">
310
+ <div class="container mx-auto px-6">
311
+ <h2 class="text-3xl font-bold text-center mb-16 section-title">Employment History</h2>
312
+
313
+ <div class="space-y-8 max-w-3xl mx-auto">
314
+ <!-- Job 1 -->
315
+ <div class="p-6 border-l-4 border-purple-600 bg-gray-50 rounded-r-lg shadow-sm">
316
+ <div class="flex flex-col md:flex-row md:justify-between md:items-center">
317
+ <div>
318
+ <h3 class="text-xl font-semibold">Senior Full Stack Developer</h3>
319
+ <h4 class="text-gray-600">TechCorp Solutions</h4>
320
+ </div>
321
+ <span class="text-gray-500 mt-2 md:mt-0">Jan 2020 - Present</span>
322
+ </div>
323
+ <ul class="mt-4 list-disc list-inside text-gray-600 space-y-2">
324
+ <li>Led a team of 5 developers in building enterprise-level web applications</li>
325
+ <li>Developed RESTful APIs handling over 100k requests per minute</li>
326
+ <li>Implemented CI/CD pipelines reducing deployment time by 70%</li>
327
+ <li>Optimized frontend performance, improving page load times by 50%</li>
328
+ </ul>
329
+ </div>
330
+
331
+ <!-- Job 2 -->
332
+ <div class="p-6 border-l-4 border-purple-600 bg-gray-50 rounded-r-lg shadow-sm">
333
+ <div class="flex flex-col md:flex-row md:justify-between md:items-center">
334
+ <div>
335
+ <h3 class="text-xl font-semibold">Web Developer</h3>
336
+ <h4 class="text-gray-600">Digital Creations</h4>
337
+ </div>
338
+ <span class="text-gray-500 mt-2 md:mt-0">Mar 2016 - Dec 2019</span>
339
+ </div>
340
+ <ul class="mt-4 list-disc list-inside text-gray-600 space-y-2">
341
+ <li>Developed and maintained 10+ client websites with WordPress and custom solutions</li>
342
+ <li>Built a SaaS platform with React frontend and Node.js backend</li>
343
+ <li>Implemented responsive designs for mobile compatibility</li>
344
+ <li>Improved website security, eliminating all SQL injection vulnerabilities</li>
345
+ </ul>
346
+ </div>
347
+
348
+ <!-- Job 3 -->
349
+ <div class="p-6 border-l-4 border-purple-600 bg-gray-50 rounded-r-lg shadow-sm">
350
+ <div class="flex flex-col md:flex-row md:justify-between md:items-center">
351
+ <div>
352
+ <h3 class="text-xl font-semibold">Junior Developer</h3>
353
+ <h4 class="text-gray-600">WebStart Inc.</h4>
354
+ </div>
355
+ <span class="text-gray-500 mt-2 md:mt-0">Sep 2014 - Feb 2016</span>
356
+ </div>
357
+ <ul class="mt-4 list-disc list-inside text-gray-600 space-y-2">
358
+ <li>Assisted in developing and maintaining company websites</li>
359
+ <li>Built custom WordPress themes and plugins</li>
360
+ <li>Learned modern web development practices and frameworks</li>
361
+ <li>Fixed bugs and improved existing code quality</li>
362
+ </ul>
363
+ </div>
364
+ </div>
365
+ </div>
366
+ </section>
367
+
368
+ <!-- Works Section -->
369
+ <section id="works" class="py-20 bg-gray-50">
370
+ <div class="container mx-auto px-6">
371
+ <h2 class="text-3xl font-bold text-center mb-16 section-title">My Works</h2>
372
+
373
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
374
+ <!-- Project 1 -->
375
+ <div class="bg-white rounded-xl overflow-hidden shadow-md work-card">
376
+ <div class="relative h-48 overflow-hidden">
377
+ <img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8ZGFzaGJvYXJkfGVufDB8fDB8fHww&auto=format&fit=crop&w=500&q=60"
378
+ alt="Project 1" class="w-full h-full object-cover">
379
+ <div class="absolute inset-0 bg-purple-600 bg-opacity-75 flex items-center justify-center opacity-0 work-overlay">
380
+ <a href="#" class="text-white font-semibold px-4 py-2 border border-white rounded hover:bg-white hover:text-purple-600 transition">View Details</a>
381
+ </div>
382
+ </div>
383
+ <div class="p-6">
384
+ <h3 class="text-xl font-semibold mb-2">Analytics Dashboard</h3>
385
+ <p class="text-gray-600 mb-4">A comprehensive analytics platform with real-time data visualization</p>
386
+ <div class="flex flex-wrap gap-2">
387
+ <span class="text-xs bg-purple-100 text-purple-800 px-2 py-1 rounded">React</span>
388
+ <span class="text-xs bg-purple-100 text-purple-800 px-2 py-1 rounded">Node.js</span>
389
+ <span class="text-xs bg-purple-100 text-purple-800 px-2 py-1 rounded">MongoDB</span>
390
+ </div>
391
+ </div>
392
+ </div>
393
+
394
+ <!-- Project 2 -->
395
+ <div class="bg-white rounded-xl overflow-hidden shadow-md work-card">
396
+ <div class="relative h-48 overflow-hidden">
397
+ <img src="https://images.unsplash.com/photo-1541462608143-67571c6738dd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8ZWNvbW1lcmNlfGVufDB8fDB8fHww&auto=format&fit-crop&w=500&q=60"
398
+ alt="Project 2" class="w-full h-full object-cover">
399
+ <div class="absolute inset-0 bg-purple-600 bg-opacity-75 flex items-center justify-center opacity-0 work-overlay">
400
+ <a href="#" class="text-white font-semibold px-4 py-2 border border-white rounded hover:bg-white hover:text-purple-600 transition">View Details</a>
401
+ </div>
402
+ </div>
403
+ <div class="p-6">
404
+ <h3 class="text-xl font-semibold mb-2">E-commerce Platform</h3>
405
+ <p class="text-gray-600 mb-4">Full-featured online store with payment integration</p>
406
+ <div class="flex flex-wrap gap-2">
407
+ <span class="text-xs bg-purple-100 text-purple-800 px-2 py-1 rounded">Vue.js</span>
408
+ <span class="text-xs bg-purple-100 text-purple-800 px-2 py-1 rounded">Laravel</span>
409
+ <span class="text-xs bg-purple-100 text-purple-800 px-2 py-1 rounded">MySQL</span>
410
+ </div>
411
+ </div>
412
+ </div>
413
+
414
+ <!-- Project 3 -->
415
+ <div class="bg-white rounded-xl overflow-hidden shadow-md work-card">
416
+ <div class="relative h-48 overflow-hidden">
417
+ <img src="https://images.unsplash.com/photo-1607748862156-7c548e7e98f4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8bW9iaWxlJTIwYXBwfGVufDB8fDB8fHww&auto=format&fit=crop&w=500&q=60"
418
+ alt="Project 3" class="w-full h-full object-cover">
419
+ <div class="absolute inset-0 bg-purple-600 bg-opacity-75 flex items-center justify-center opacity-0 work-overlay">
420
+ <a href="#" class="text-white font-semibold px-4 py-2 border border-white rounded hover:bg-white hover:text-purple-600 transition">View Details</a>
421
+ </div>
422
+ </div>
423
+ <div class="p-6">
424
+ <h3 class="text-xl font-semibold mb-2">Task Management App</h3>
425
+ <p class="text-gray-600 mb-4">Collaborative project management tool with real-time updates</p>
426
+ <div class="flex flex-wrap gap-2">
427
+ <span class="text-xs bg-purple-100 text-purple-800 px-2 py-1 rounded">React Native</span>
428
+ <span class="text-xs bg-purple-100 text-purple-800 px-2 py-1 rounded">Firebase</span>
429
+ <span class="text-xs bg-purple-100 text-purple-800 px-2 py-1 rounded">Redux</span>
430
+ </div>
431
+ </div>
432
+ </div>
433
+ </div>
434
+
435
+ <div class="text-center mt-12">
436
+ <a href="#" class="px-8 py-3 bg-purple-600 text-white rounded-lg hover:bg-purple-700 transition inline-block">
437
+ View More Projects
438
+ </a>
439
+ </div>
440
+ </div>
441
+ </section>
442
+
443
+ <!-- Contact Section -->
444
+ <section id="contact" class="py-20 bg-white">
445
+ <div class="container mx-auto px-6">
446
+ <h2 class="text-3xl font-bold text-center mb-16 section-title">Get In Touch</h2>
447
+
448
+ <div class="flex flex-col md:flex-row gap-12 max-w-6xl mx-auto">
449
+ <div class="md:w-1/2">
450
+ <h3 class="text-xl font-semibold mb-4">Contact Information</h3>
451
+ <p class="text-gray-600 mb-6">Feel free to reach out to me for any questions or opportunities. I'll get back to you as soon as possible.</p>
452
+
453
+ <div class="space-y-4">
454
+ <div class="flex items-start">
455
+ <div class="text-purple-600 mr-4 mt-1">
456
+ <i class="fas fa-envelope text-xl"></i>
457
+ </div>
458
+ <div>
459
+ <h4 class="font-medium">Email</h4>
460
+ <p class="text-gray-600">[email protected]</p>
461
+ </div>
462
+ </div>
463
+
464
+ <div class="flex items-start">
465
+ <div class="text-purple-600 mr-4 mt-1">
466
+ <i class="fas fa-phone-alt text-xl"></i>
467
+ </div>
468
+ <div>
469
+ <h4 class="font-medium">Phone</h4>
470
+ <p class="text-gray-600">+1 (555) 123-4567</p>
471
+ </div>
472
+ </div>
473
+
474
+ <div class="flex items-start">
475
+ <div class="text-purple-600 mr-4 mt-1">
476
+ <i class="fas fa-map-marker-alt text-xl"></i>
477
+ </div>
478
+ <div>
479
+ <h4 class="font-medium">Location</h4>
480
+ <p class="text-gray-600">San Francisco, CA</p>
481
+ </div>
482
+ </div>
483
+ </div>
484
+
485
+ <div class="mt-8">
486
+ <h4 class="font-medium mb-4">Follow Me</h4>
487
+ <div class="flex space-x-4">
488
+ <a href="#" class="text-gray-600 hover:text-purple-600 transition">
489
+ <i class="fab fa-github fa-lg"></i>
490
+ </a>
491
+ <a href="#" class="text-gray-600 hover:text-purple-600 transition">
492
+ <i class="fab fa-linkedin fa-lg"></i>
493
+ </a>
494
+ <a href="#" class="text-gray-600 hover:text-purple-600 transition">
495
+ <i class="fab fa-twitter fa-lg"></i>
496
+ </a>
497
+ <a href="#" class="text-gray-600 hover:text-purple-600 transition">
498
+ <i class="fab fa-instagram fa-lg"></i>
499
+ </a>
500
+ </div>
501
+ </div>
502
+ </div>
503
+
504
+ <div class="md:w-1/2">
505
+ <form class="space-y-6">
506
+ <div>
507
+ <label for="name" class="block text-gray-700 mb-1">Your Name</label>
508
+ <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-600 focus:border-transparent">
509
+ </div>
510
+
511
+ <div>
512
+ <label for="email" class="block text-gray-700 mb-1">Your Email</label>
513
+ <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-600 focus:border-transparent">
514
+ </div>
515
+
516
+ <div>
517
+ <label for="subject" class="block text-gray-700 mb-1">Subject</label>
518
+ <input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-600 focus:border-transparent">
519
+ </div>
520
+
521
+ <div>
522
+ <label for="message" class="block text-gray-700 mb-1">Message</label>
523
+ <textarea id="message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-600 focus:border-transparent"></textarea>
524
+ </div>
525
+
526
+ <button type="submit" class="w-full px-6 py-3 bg-purple-600 text-white rounded-lg hover:bg-purple-700 transition">
527
+ Send Message
528
+ </button>
529
+ </form>
530
+ </div>
531
+ </div>
532
+ </div>
533
+ </section>
534
+
535
+ <!-- Footer -->
536
+ <footer class="bg-gray-800 text-white py-8">
537
+ <div class="container mx-auto px-6">
538
+ <div class="flex flex-col md:flex-row justify-between items-center">
539
+ <div class="mb-4 md:mb-0">
540
+ <a href="#" class="text-2xl font-bold text-purple(400)">DevPortfolio</a>
541
+ <p class="text-gray-400 mt-1">© 2023 All Rights Reserved</p>
542
+ </div>
543
+
544
+ <div class="flex space-x-6">
545
+ <a href="#" class="text-gray-400 hover:text-white transition">
546
+ <i class="fab fa-github"></i>
547
+ </a>
548
+ <a href="#" class="text-gray-400 hover:text-white transition">
549
+ <i class="fab fa-linkedin"></i>
550
+ </a>
551
+ <a href="#" class="text-gray-400 hover:text-white transition">
552
+ <i class="fab fa-twitter"></i>
553
+ </a>
554
+ <a href="#" class="text-gray-400 hover:text-white transition">
555
+ <i class="fab fa-instagram"></i>
556
+ </a>
557
+ </div>
558
+ </div>
559
+ </div>
560
+ </footer>
561
+
562
+ <script>
563
+ // Mobile menu toggle
564
+ const mobileMenuButton = document.getElementById('mobile-menu-button');
565
+ const mobileMenu = document.getElementById('mobile-menu');
566
+
567
+ mobileMenuButton.addEventListener('click', () => {
568
+ mobileMenu.classList.toggle('hidden');
569
+ });
570
+
571
+ // Smooth scrolling for all links
572
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
573
+ anchor.addEventListener('click', function (e) {
574
+ e.preventDefault();
575
+
576
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
577
+ behavior: 'smooth'
578
+ });
579
+
580
+ // Close mobile menu if open
581
+ mobileMenu.classList.add('hidden');
582
+ });
583
+ });
584
+
585
+ // Add fade-in animation to elements when they come into view
586
+ const fadeElements = document.querySelectorAll('.fade-in');
587
+
588
+ const fadeInObserver = new IntersectionObserver((entries) => {
589
+ entries.forEach(entry => {
590
+ if (entry.isIntersecting) {
591
+ entry.target.style.opacity = 1;
592
+ entry.target.style.transform = 'translateY(0)';
593
+ }
594
+ });
595
+ }, { threshold: 0.1 });
596
+
597
+ fadeElements.forEach(el => {
598
+ fadeInObserver.observe(el);
599
+ });
600
+
601
+ // Simulate CV download
602
+ document.querySelector('[href=""]').addEventListener('click', function(e) {
603
+ e.preventDefault();
604
+ alert('CV download would start here. This is a demo.');
605
+ });
606
+ </script>
607
+ <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=BpA2QxKcQsYh775/osamawep2" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p></body>
608
+ </html>