geniusmanish commited on
Commit
ffb5345
·
verified ·
1 Parent(s): 841e2cc

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +437 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: My First Work
3
- emoji: 👁
4
- colorFrom: purple
5
- colorTo: blue
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: my-first-work
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
+ colorTo: green
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,437 @@
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>What I Do | Digital Creator</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
12
+ }
13
+ .card-hover:hover {
14
+ transform: translateY(-10px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .skill-bar {
18
+ transition: width 1.5s ease-in-out;
19
+ }
20
+ @keyframes float {
21
+ 0%, 100% { transform: translateY(0); }
22
+ 50% { transform: translateY(-20px); }
23
+ }
24
+ .floating {
25
+ animation: float 6s ease-in-out infinite;
26
+ }
27
+ </style>
28
+ </head>
29
+ <body class="font-sans bg-gray-50">
30
+ <!-- Hero Section -->
31
+ <header class="gradient-bg text-white py-20 px-4 sm:px-6 lg:px-8">
32
+ <div class="max-w-7xl mx-auto text-center">
33
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">What I Do Best</h1>
34
+ <p class="text-xl md:text-2xl max-w-3xl mx-auto mb-10">Crafting digital experiences that captivate, engage, and convert</p>
35
+ <button onclick="scrollToSection('services')" class="bg-white text-indigo-700 px-8 py-3 rounded-full font-semibold hover:bg-gray-100 transition duration-300">
36
+ Explore My Skills
37
+ </button>
38
+ </div>
39
+ </header>
40
+
41
+ <!-- Services Section -->
42
+ <section id="services" class="py-20 px-4 sm:px-6 lg:px-8">
43
+ <div class="max-w-7xl mx-auto">
44
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-gray-800">My Digital Craftsmanship</h2>
45
+
46
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
47
+ <!-- Service Card 1 -->
48
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden transition-all duration-300 card-hover">
49
+ <div class="p-6">
50
+ <div class="w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mb-6">
51
+ <i class="fas fa-code text-indigo-600 text-2xl"></i>
52
+ </div>
53
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Web Development</h3>
54
+ <p class="text-gray-600 mb-4">Building responsive, fast, and accessible websites that work flawlessly across all devices.</p>
55
+ <div class="flex flex-wrap gap-2">
56
+ <span class="bg-indigo-100 text-indigo-800 text-xs px-3 py-1 rounded-full">HTML5</span>
57
+ <span class="bg-indigo-100 text-indigo-800 text-xs px-3 py-1 rounded-full">CSS3</span>
58
+ <span class="bg-indigo-100 text-indigo-800 text-xs px-3 py-1 rounded-full">JavaScript</span>
59
+ <span class="bg-indigo-100 text-indigo-800 text-xs px-3 py-1 rounded-full">React</span>
60
+ </div>
61
+ </div>
62
+ </div>
63
+
64
+ <!-- Service Card 2 -->
65
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden transition-all duration-300 card-hover">
66
+ <div class="p-6">
67
+ <div class="w-16 h-16 bg-pink-100 rounded-full flex items-center justify-center mb-6">
68
+ <i class="fas fa-paint-brush text-pink-600 text-2xl"></i>
69
+ </div>
70
+ <h3 class="text-xl font-bold text-gray-800 mb-3">UI/UX Design</h3>
71
+ <p class="text-gray-600 mb-4">Creating intuitive interfaces with user experience at the core of every design decision.</p>
72
+ <div class="flex flex-wrap gap-2">
73
+ <span class="bg-pink-100 text-pink-800 text-xs px-3 py-1 rounded-full">Figma</span>
74
+ <span class="bg-pink-100 text-pink-800 text-xs px-3 py-1 rounded-full">Adobe XD</span>
75
+ <span class="bg-pink-100 text-pink-800 text-xs px-3 py-1 rounded-full">User Research</span>
76
+ <span class="bg-pink-100 text-pink-800 text-xs px-3 py-1 rounded-full">Prototyping</span>
77
+ </div>
78
+ </div>
79
+ </div>
80
+
81
+ <!-- Service Card 3 -->
82
+ <div class="bg-white rounded-xl shadow-lg overflow-hidden transition-all duration-300 card-hover">
83
+ <div class="p-6">
84
+ <div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mb-6">
85
+ <i class="fas fa-mobile-alt text-green-600 text-2xl"></i>
86
+ </div>
87
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Mobile Development</h3>
88
+ <p class="text-gray-600 mb-4">Developing cross-platform mobile applications with native-like performance.</p>
89
+ <div class="flex flex-wrap gap-2">
90
+ <span class="bg-green-100 text-green-800 text-xs px-3 py-1 rounded-full">React Native</span>
91
+ <span class="bg-green-100 text-green-800 text-xs px-3 py-1 rounded-full">Flutter</span>
92
+ <span class="bg-green-100 text-green-800 text-xs px-3 py-1 rounded-full">iOS</span>
93
+ <span class="bg-green-100 text-green-800 text-xs px-3 py-1 rounded-full">Android</span>
94
+ </div>
95
+ </div>
96
+ </div>
97
+ </div>
98
+ </div>
99
+ </section>
100
+
101
+ <!-- Skills Section -->
102
+ <section class="py-20 px-4 sm:px-6 lg:px-8 bg-gray-100">
103
+ <div class="max-w-7xl mx-auto">
104
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-gray-800">My Technical Arsenal</h2>
105
+
106
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
107
+ <div>
108
+ <div class="mb-8">
109
+ <div class="flex justify-between mb-2">
110
+ <span class="font-medium text-gray-700">HTML/CSS</span>
111
+ <span class="text-gray-500">95%</span>
112
+ </div>
113
+ <div class="w-full bg-gray-300 rounded-full h-2.5">
114
+ <div class="skill-bar bg-indigo-600 h-2.5 rounded-full" style="width: 0%" data-width="95%"></div>
115
+ </div>
116
+ </div>
117
+
118
+ <div class="mb-8">
119
+ <div class="flex justify-between mb-2">
120
+ <span class="font-medium text-gray-700">JavaScript</span>
121
+ <span class="text-gray-500">90%</span>
122
+ </div>
123
+ <div class="w-full bg-gray-300 rounded-full h-2.5">
124
+ <div class="skill-bar bg-indigo-600 h-2.5 rounded-full" style="width: 0%" data-width="90%"></div>
125
+ </div>
126
+ </div>
127
+
128
+ <div class="mb-8">
129
+ <div class="flex justify-between mb-2">
130
+ <span class="font-medium text-gray-700">React</span>
131
+ <span class="text-gray-500">85%</span>
132
+ </div>
133
+ <div class="w-full bg-gray-300 rounded-full h-2.5">
134
+ <div class="skill-bar bg-indigo-600 h-2.5 rounded-full" style="width: 0%" data-width="85%"></div>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <div>
140
+ <div class="mb-8">
141
+ <div class="flex justify-between mb-2">
142
+ <span class="font-medium text-gray-700">UI/UX Design</span>
143
+ <span class="text-gray-500">88%</span>
144
+ </div>
145
+ <div class="w-full bg-gray-300 rounded-full h-2.5">
146
+ <div class="skill-bar bg-indigo-600 h-2.5 rounded-full" style="width: 0%" data-width="88%"></div>
147
+ </div>
148
+ </div>
149
+
150
+ <div class="mb-8">
151
+ <div class="flex justify-between mb-2">
152
+ <span class="font-medium text-gray-700">Mobile Development</span>
153
+ <span class="text-gray-500">80%</span>
154
+ </div>
155
+ <div class="w-full bg-gray-300 rounded-full h-2.5">
156
+ <div class="skill-bar bg-indigo-600 h-2.5 rounded-full" style="width: 0%" data-width="80%"></div>
157
+ </div>
158
+ </div>
159
+
160
+ <div class="mb-8">
161
+ <div class="flex justify-between mb-2">
162
+ <span class="font-medium text-gray-700">Backend Integration</span>
163
+ <span class="text-gray-500">75%</span>
164
+ </div>
165
+ <div class="w-full bg-gray-300 rounded-full h-2.5">
166
+ <div class="skill-bar bg-indigo-600 h-2.5 rounded-full" style="width: 0%" data-width="75%"></div>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ </div>
172
+ </section>
173
+
174
+ <!-- Process Section -->
175
+ <section class="py-20 px-4 sm:px-6 lg:px-8">
176
+ <div class="max-w-7xl mx-auto">
177
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-gray-800">My Creative Process</h2>
178
+
179
+ <div class="relative">
180
+ <!-- Timeline line -->
181
+ <div class="hidden md:block absolute left-1/2 h-full w-1 bg-indigo-200 transform -translate-x-1/2"></div>
182
+
183
+ <!-- Process Step 1 -->
184
+ <div class="flex flex-col md:flex-row items-center mb-16">
185
+ <div class="md:w-1/2 md:pr-12 mb-8 md:mb-0 order-1 md:order-1">
186
+ <div class="bg-white p-8 rounded-xl shadow-lg">
187
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Discovery & Research</h3>
188
+ <p class="text-gray-600">Understanding your business goals, target audience, and project requirements through in-depth research and discovery sessions.</p>
189
+ </div>
190
+ </div>
191
+ <div class="md:w-1/2 md:pl-12 order-2 md:order-2">
192
+ <div class="w-20 h-20 bg-indigo-600 rounded-full flex items-center justify-center mx-auto">
193
+ <span class="text-white text-2xl font-bold">1</span>
194
+ </div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Process Step 2 -->
199
+ <div class="flex flex-col md:flex-row items-center mb-16">
200
+ <div class="md:w-1/2 md:pr-12 order-2 md:order-1">
201
+ <div class="w-20 h-20 bg-indigo-600 rounded-full flex items-center justify-center mx-auto">
202
+ <span class="text-white text-2xl font-bold">2</span>
203
+ </div>
204
+ </div>
205
+ <div class="md:w-1/2 md:pl-12 mb-8 md:mb-0 order-1 md:order-2">
206
+ <div class="bg-white p-8 rounded-xl shadow-lg">
207
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Design & Prototyping</h3>
208
+ <p class="text-gray-600">Creating wireframes, mockups, and interactive prototypes to visualize the user experience before development begins.</p>
209
+ </div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Process Step 3 -->
214
+ <div class="flex flex-col md:flex-row items-center mb-16">
215
+ <div class="md:w-1/2 md:pr-12 mb-8 md:mb-0 order-1 md:order-1">
216
+ <div class="bg-white p-8 rounded-xl shadow-lg">
217
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Development</h3>
218
+ <p class="text-gray-600">Bringing designs to life with clean, efficient code while ensuring cross-browser compatibility and mobile responsiveness.</p>
219
+ </div>
220
+ </div>
221
+ <div class="md:w-1/2 md:pl-12 order-2 md:order-2">
222
+ <div class="w-20 h-20 bg-indigo-600 rounded-full flex items-center justify-center mx-auto">
223
+ <span class="text-white text-2xl font-bold">3</span>
224
+ </div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Process Step 4 -->
229
+ <div class="flex flex-col md:flex-row items-center">
230
+ <div class="md:w-1/2 md:pr-12 order-2 md:order-1">
231
+ <div class="w-20 h-20 bg-indigo-600 rounded-full flex items-center justify-center mx-auto">
232
+ <span class="text-white text-2xl font-bold">4</span>
233
+ </div>
234
+ </div>
235
+ <div class="md:w-1/2 md:pl-12 mb-8 md:mb-0 order-1 md:order-2">
236
+ <div class="bg-white p-8 rounded-xl shadow-lg">
237
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Testing & Launch</h3>
238
+ <p class="text-gray-600">Rigorous testing across devices and browsers, followed by deployment and post-launch support to ensure everything runs smoothly.</p>
239
+ </div>
240
+ </div>
241
+ </div>
242
+ </div>
243
+ </div>
244
+ </section>
245
+
246
+ <!-- Testimonial Section -->
247
+ <section class="py-20 px-4 sm:px-6 lg:px-8 bg-indigo-50">
248
+ <div class="max-w-7xl mx-auto">
249
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 text-gray-800">What Clients Say</h2>
250
+
251
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
252
+ <!-- Testimonial 1 -->
253
+ <div class="bg-white p-8 rounded-xl shadow-md">
254
+ <div class="flex items-center mb-4">
255
+ <div class="w-12 h-12 bg-indigo-100 rounded-full flex items-center justify-center mr-4">
256
+ <i class="fas fa-user text-indigo-600"></i>
257
+ </div>
258
+ <div>
259
+ <h4 class="font-bold text-gray-800">Sarah Johnson</h4>
260
+ <p class="text-gray-600 text-sm">CEO, TechStart Inc.</p>
261
+ </div>
262
+ </div>
263
+ <p class="text-gray-600 italic">"The website delivered exceeded our expectations. The attention to detail and user experience was phenomenal. Highly recommended!"</p>
264
+ <div class="flex mt-4 text-yellow-400">
265
+ <i class="fas fa-star"></i>
266
+ <i class="fas fa-star"></i>
267
+ <i class="fas fa-star"></i>
268
+ <i class="fas fa-star"></i>
269
+ <i class="fas fa-star"></i>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Testimonial 2 -->
274
+ <div class="bg-white p-8 rounded-xl shadow-md">
275
+ <div class="flex items-center mb-4">
276
+ <div class="w-12 h-12 bg-indigo-100 rounded-full flex items-center justify-center mr-4">
277
+ <i class="fas fa-user text-indigo-600"></i>
278
+ </div>
279
+ <div>
280
+ <h4 class="font-bold text-gray-800">Michael Chen</h4>
281
+ <p class="text-gray-600 text-sm">Founder, DesignHub</p>
282
+ </div>
283
+ </div>
284
+ <p class="text-gray-600 italic">"Working with this developer was a game-changer for our business. The mobile app they built increased our user engagement by 40%."</p>
285
+ <div class="flex mt-4 text-yellow-400">
286
+ <i class="fas fa-star"></i>
287
+ <i class="fas fa-star"></i>
288
+ <i class="fas fa-star"></i>
289
+ <i class="fas fa-star"></i>
290
+ <i class="fas fa-star"></i>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Testimonial 3 -->
295
+ <div class="bg-white p-8 rounded-xl shadow-md">
296
+ <div class="flex items-center mb-4">
297
+ <div class="w-12 h-12 bg-indigo-100 rounded-full flex items-center justify-center mr-4">
298
+ <i class="fas fa-user text-indigo-600"></i>
299
+ </div>
300
+ <div>
301
+ <h4 class="font-bold text-gray-800">Emily Rodriguez</h4>
302
+ <p class="text-gray-600 text-sm">Marketing Director</p>
303
+ </div>
304
+ </div>
305
+ <p class="text-gray-600 italic">"The UI redesign completely transformed our conversion rates. The developer understood our brand perfectly and delivered beyond expectations."</p>
306
+ <div class="flex mt-4 text-yellow-400">
307
+ <i class="fas fa-star"></i>
308
+ <i class="fas fa-star"></i>
309
+ <i class="fas fa-star"></i>
310
+ <i class="fas fa-star"></i>
311
+ <i class="fas fa-star-half-alt"></i>
312
+ </div>
313
+ </div>
314
+ </div>
315
+ </div>
316
+ </section>
317
+
318
+ <!-- CTA Section -->
319
+ <section class="py-20 px-4 sm:px-6 lg:px-8 gradient-bg text-white">
320
+ <div class="max-w-4xl mx-auto text-center">
321
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Bring Your Vision to Life?</h2>
322
+ <p class="text-xl mb-10">Let's collaborate on your next digital project. I'm just one message away!</p>
323
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
324
+ <button class="bg-white text-indigo-700 px-8 py-3 rounded-full font-semibold hover:bg-gray-100 transition duration-300">
325
+ Get in Touch
326
+ </button>
327
+ <button class="border-2 border-white text-white px-8 py-3 rounded-full font-semibold hover:bg-white hover:text-indigo-700 transition duration-300">
328
+ View Portfolio
329
+ </button>
330
+ </div>
331
+ </div>
332
+ </section>
333
+
334
+ <!-- Footer -->
335
+ <footer class="bg-gray-900 text-white py-12 px-4 sm:px-6 lg:px-8">
336
+ <div class="max-w-7xl mx-auto">
337
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
338
+ <div>
339
+ <h3 class="text-xl font-bold mb-4">Digital Creator</h3>
340
+ <p class="text-gray-400">Crafting exceptional digital experiences that drive results and delight users.</p>
341
+ </div>
342
+ <div>
343
+ <h4 class="font-bold mb-4">Services</h4>
344
+ <ul class="space-y-2 text-gray-400">
345
+ <li><a href="#" class="hover:text-white transition">Web Development</a></li>
346
+ <li><a href="#" class="hover:text-white transition">UI/UX Design</a></li>
347
+ <li><a href="#" class="hover:text-white transition">Mobile Apps</a></li>
348
+ <li><a href="#" class="hover:text-white transition">Consulting</a></li>
349
+ </ul>
350
+ </div>
351
+ <div>
352
+ <h4 class="font-bold mb-4">Quick Links</h4>
353
+ <ul class="space-y-2 text-gray-400">
354
+ <li><a href="#" class="hover:text-white transition">About</a></li>
355
+ <li><a href="#" class="hover:text-white transition">Portfolio</a></li>
356
+ <li><a href="#" class="hover:text-white transition">Blog</a></li>
357
+ <li><a href="#" class="hover:text-white transition">Contact</a></li>
358
+ </ul>
359
+ </div>
360
+ <div>
361
+ <h4 class="font-bold mb-4">Connect</h4>
362
+ <div class="flex space-x-4">
363
+ <a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-indigo-600 transition">
364
+ <i class="fab fa-twitter"></i>
365
+ </a>
366
+ <a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-indigo-600 transition">
367
+ <i class="fab fa-linkedin-in"></i>
368
+ </a>
369
+ <a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-indigo-600 transition">
370
+ <i class="fab fa-github"></i>
371
+ </a>
372
+ <a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-indigo-600 transition">
373
+ <i class="fab fa-dribbble"></i>
374
+ </a>
375
+ </div>
376
+ </div>
377
+ </div>
378
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
379
+ <p>&copy; 2023 Digital Creator. All rights reserved.</p>
380
+ </div>
381
+ </div>
382
+ </footer>
383
+
384
+ <!-- Floating Action Button -->
385
+ <div class="fixed bottom-8 right-8">
386
+ <button onclick="scrollToTop()" class="w-14 h-14 bg-indigo-600 rounded-full flex items-center justify-center text-white shadow-lg hover:bg-indigo-700 transition duration-300 floating">
387
+ <i class="fas fa-arrow-up"></i>
388
+ </button>
389
+ </div>
390
+
391
+ <script>
392
+ // Animate skill bars on scroll
393
+ function animateSkillBars() {
394
+ const skillBars = document.querySelectorAll('.skill-bar');
395
+ skillBars.forEach(bar => {
396
+ const width = bar.getAttribute('data-width');
397
+ bar.style.width = width;
398
+ });
399
+ }
400
+
401
+ // Scroll to section
402
+ function scrollToSection(sectionId) {
403
+ const section = document.getElementById(sectionId);
404
+ section.scrollIntoView({ behavior: 'smooth' });
405
+ }
406
+
407
+ // Scroll to top
408
+ function scrollToTop() {
409
+ window.scrollTo({ top: 0, behavior: 'smooth' });
410
+ }
411
+
412
+ // Intersection Observer for animations
413
+ const observer = new IntersectionObserver((entries) => {
414
+ entries.forEach(entry => {
415
+ if (entry.isIntersecting) {
416
+ if (entry.target.classList.contains('skill-bar')) {
417
+ animateSkillBars();
418
+ }
419
+ entry.target.classList.add('animate-fadeIn');
420
+ }
421
+ });
422
+ }, { threshold: 0.1 });
423
+
424
+ // Observe elements
425
+ document.querySelectorAll('.skill-bar').forEach(el => observer.observe(el));
426
+ document.querySelectorAll('.card-hover').forEach(el => observer.observe(el));
427
+
428
+ // Initialize animations when page loads
429
+ window.addEventListener('load', () => {
430
+ const elements = document.querySelectorAll('[class*="animate-"]');
431
+ elements.forEach(el => {
432
+ el.style.opacity = '0';
433
+ });
434
+ });
435
+ </script>
436
+ <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=geniusmanish/my-first-work" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
437
+ </html>