File size: 29,084 Bytes
24b47cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Karthikeyan V | Cybersecurity Expert</title>
    <link rel="stylesheet" href="style.css">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
</head>
<body class="bg-black text-green-400 font-mono overflow-x-hidden">
    <!-- Matrix Background Effect -->
    <canvas id="matrix" class="fixed top-0 left-0 -z-10 w-full h-full"></canvas>
    
    <!-- Navigation -->
    <nav class="fixed top-0 left-0 w-full bg-black bg-opacity-90 border-b border-green-500 z-50">
        <div class="container mx-auto px-4 py-3 flex justify-between items-center">
            <div class="text-2xl font-bold">karthithehacker</div>
            <div class="hidden md:flex space-x-6">
                <a href="#home" class="hover:text-green-300 transition">Home</a>
                <a href="#about" class="hover:text-green-300 transition">About</a>
                <a href="#services" class="hover:text-green-300 transition">Services</a>
                <a href="#courses" class="hover:text-green-300 transition">Courses</a>
                <a href="#portfolio" class="hover:text-green-300 transition">Portfolio</a>
                <a href="#testimonials" class="hover:text-green-300 transition">Testimonials</a>
                <a href="https://karthithehacker.com/blog/" class="hover:text-green-300 transition">Blogs</a>
            </div>
            <button class="md:hidden" id="menu-toggle">
                <i data-feather="menu"></i>
            </button>
        </div>
    </nav>

    <!-- Hero Section -->
    <section id="home" class="min-h-screen flex items-center pt-20">
        <div class="container mx-auto px-4 py-20">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-10 md:mb-0">
                    <div class="flex items-center mb-6">
                        <img src="https://karthithehacker.com/assets/hand-emoji-BDlFEhYJ.svg" alt="Wave" class="w-10 h-10 mr-3">
                        <h1 class="text-3xl md:text-5xl font-bold">Hi, I'm Karthikeyan V</h1>
                    </div>
                    <h2 class="text-2xl md:text-4xl font-bold mb-6 text-green-300">Cybersecurity Researcher and Investigator</h2>
                    <p class="text-lg mb-8">CEO of Cappricio Securities, a cybersecurity firm in Chennai, India. I specialize in ethical hacking, securing platforms like Android OS, Google, and Microsoft from vulnerabilities and threats.</p>
                    
                    <div class="flex space-x-4 mb-10">
                        <a href="https://medium.com/@karthithehacker" class="hover:text-green-300 transition">
                            <i data-feather="book" class="w-6 h-6"></i>
                        </a>
                        <a href="https://x.com/karthithehacker" class="hover:text-green-300 transition">
                            <i data-feather="twitter" class="w-6 h-6"></i>
                        </a>
                        <a href="https://instagram.com/karthi_the_hacker" class="hover:text-green-300 transition">
                            <i data-feather="instagram" class="w-6 h-6"></i>
                        </a>
                        <a href="https://www.linkedin.com/in/karthikeyan--v/" class="hover:text-green-300 transition">
                            <i data-feather="linkedin" class="w-6 h-6"></i>
                        </a>
                        <a href="https://youtube.com/@karthi_the_hacker" class="hover:text-green-300 transition">
                            <i data-feather="youtube" class="w-6 h-6"></i>
                        </a>
                    </div>
                    
                    <a href="https://karthithehacker.com/ethical-hacking-roadmap/" class="inline-block px-6 py-3 bg-green-600 hover:bg-green-700 text-black font-bold rounded transition">
                        View Roadmaps
                    </a>
                </div>
                <div class="md:w-1/2 flex flex-wrap justify-center">
                    <img src="https://logos.bugcrowdusercontent.com/logos/ef74/d1fa/62a5b64c/3809e0af42850a579f02c3434743e3ca_bugcrowd__1_.png" alt="Bugcrowd" class="m-2 w-32 h-32 object-contain">
                    <img src="https://i.ibb.co/KVcjnQZ/android.png" alt="Android" class="m-2 w-32 h-32 object-contain">
                    <img src="https://i.ibb.co/pdPr0dg/burpsuite.webp" alt="Burp Suite" class="m-2 w-32 h-32 object-contain">
                    <img src="https://i.ibb.co/YdP7zz9/cappriciosec.png" alt="Cappricio Sec" class="m-2 w-32 h-32 object-contain">
                    <img src="https://i.ibb.co/Pg85dfc/image-3.png" alt="Security" class="m-2 w-32 h-32 object-contain">
                    <img src="https://i.ibb.co/KFrrgyP/image-5.png" alt="Security" class="m-2 w-32 h-32 object-contain">
                </div>
            </div>
        </div>
    </section>

    <!-- About Section -->
    <section id="about" class="py-20 bg-black bg-opacity-80 border-t border-b border-green-800">
        <div class="container mx-auto px-4">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/3 mb-10 md:mb-0">
                    <div class="relative">
                        <img src="https://karthithehacker.com/assets/scribble-BHHtV87M.svg" alt="Scribble" class="absolute -top-10 -left-10 w-20 h-20">
                        <div class="text-center">
                            <span class="text-6xl font-bold block">10+</span>
                            <span class="text-xl">years of experience</span>
                        </div>
                    </div>
                </div>
                <div class="md:w-2/3">
                    <h2 class="text-3xl font-bold mb-6">About me</h2>
                    <p class="text-lg mb-6">I'm Karthikeyan, a Cybersecurity Researcher, Investigator, and Educator based in Chennai, India. I lead Cappricio Securities, a cybersecurity consulting firm focused on discovering and securing vulnerabilities across various platforms. With hands-on experience securing major platforms like Android OS, Google, Microsoft, Facebook, Snapchat, and Upwork, my mission extends beyond just finding weaknesses—I work to fortify these systems against potential cyber threats.</p>
                    <p class="text-lg">In addition to my consulting work, I have trained over 25,000 students across India, equipping the next generation with practical cybersecurity skills and knowledge to tackle real-world challenges. My goal is to make your digital experience safe from malicious actors and empower others to do the same.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Services Section -->
    <section id="services" class="py-20">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold mb-12 text-center">Services</h2>
            
            <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
                <!-- Service 1 -->
                <div class="bg-gray-900 p-6 rounded-lg border border-green-800 hover:border-green-500 transition">
                    <div class="flex items-center mb-4">
                        <img src="https://karthithehacker.com/assets/web-security-BTzx_-Ea.png" alt="Web Security" class="w-12 h-12 mr-4">
                        <h3 class="text-xl font-bold">Web Security</h3>
                    </div>
                    <p>As a cybersecurity researcher, I specialize in Web VAPT (Vulnerability Assessment and Penetration Testing), focusing on uncovering and addressing vulnerabilities in web applications to protect against cyber threats. Most of my discoveries involve CVEs and server-side bugs.</p>
                </div>
                
                <!-- Service 2 -->
                <div class="bg-gray-900 p-6 rounded-lg border border-green-800 hover:border-green-500 transition">
                    <div class="flex items-center mb-4">
                        <img src="https://karthithehacker.com/assets/cyber-security-tool-development-CjrfX4l8.png" alt="Tool Development" class="w-12 h-12 mr-4">
                        <h3 class="text-xl font-bold">Cyber security tool development</h3>
                    </div>
                    <p>In cybersecurity tool development, I create tools for open-source communities, corporate environments, and clients, aiming to secure applications and support red teaming efforts. Check out my GitHub for open-source projects and explore my contributions to the cybersecurity ecosystem.</p>
                </div>
                
                <!-- Service 3 -->
                <div class="bg-gray-900 p-6 rounded-lg border border-green-800 hover:border-green-500 transition">
                    <div class="flex items-center mb-4">
                        <img src="https://karthithehacker.com/assets/mobile-app-pentesting-CcM7hKYs.png" alt="Mobile Pentesting" class="w-12 h-12 mr-4">
                        <h3 class="text-xl font-bold">Mobile app Pentesting</h3>
                    </div>
                    <p>Mobile app penetration testing is one of my specialties and a personal favorite. I've successfully identified significant vulnerabilities, including a notable bug in Android OS that earned me a $5,000 reward from the Android team in 2020.</p>
                </div>
                
                <!-- Service 4 -->
                <div class="bg-gray-900 p-6 rounded-lg border border-green-800 hover:border-green-500 transition">
                    <div class="flex items-center mb-4">
                        <img src="https://karthithehacker.com/assets/robotics-and-iot-DUIM7mBG.png" alt="Robotics IoT" class="w-12 h-12 mr-4">
                        <h3 class="text-xl font-bold">Robotics and iot</h3>
                    </div>
                    <p>Developing futuristic robots and smart systems with IoT is one of my core skills. I'm not only focused on innovation but also on security, ensuring these systems are built to withstand cyber threats. As both a developer and an IoT penetration tester, I'm dedicated to creating secure IoT products that meet the demands of the future.</p>
                </div>
            </div>
            
            <!-- Stats -->
            <div class="grid md:grid-cols-3 gap-8 mt-16">
                <div class="text-center">
                    <div class="flex items-center justify-center mb-4">
                        <img src="https://karthithehacker.com/assets/alarm-clock-Cte2oa4D.png" alt="Clock" class="w-10 h-10 mr-3">
                        <span class="text-4xl font-bold">70+</span>
                    </div>
                    <p class="text-lg">Projects completed</p>
                </div>
                <div class="text-center">
                    <div class="text-4xl font-bold mb-4">10</div>
                    <p class="text-lg">Years of Experience</p>
                </div>
                <div class="text-center">
                    <div class="flex items-center justify-center mb-4">
                        <img src="https://karthithehacker.com/assets/check-Dwfmr-B6.png" alt="Check" class="w-10 h-10 mr-3">
                        <span class="text-4xl font-bold">1000+</span>
                    </div>
                    <p class="text-lg">Happy client/students</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Portfolio Section -->
    <section id="portfolio" class="py-20 bg-black bg-opacity-80 border-t border-b border-green-800">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold mb-12 text-center">Portfolio</h2>
            
            <div class="flex flex-wrap justify-center mb-8">
                <button class="px-4 py-2 m-1 bg-green-700 text-black font-bold rounded hover:bg-green-600 transition">All</button>
                <button class="px-4 py-2 m-1 bg-gray-800 hover:bg-gray-700 rounded transition">hardware tool</button>
                <button class="px-4 py-2 m-1 bg-gray-800 hover:bg-gray-700 rounded transition">social engineering tool</button>
                <button class="px-4 py-2 m-1 bg-gray-800 hover:bg-gray-700 rounded transition">osint</button>
                <button class="px-4 py-2 m-1 bg-gray-800 hover:bg-gray-700 rounded transition">web security tool</button>
            </div>
            
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
                <div class="relative group overflow-hidden rounded-lg">
                    <img src="https://karthithehacker.com/assets/9-CaIACm3I.gif" alt="HackerFi" class="w-full h-full object-cover transition duration-300 group-hover:scale-110">
                    <div class="absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
                        <a href="https://api.whatsapp.com/send/?phone=%2B918270913635&text=Can%20I%20get%20more%20details%20about%20the%20HackerFi?" class="px-4 py-2 bg-green-600 hover:bg-green-500 text-black font-bold rounded transition">
                            View Details
                        </a>
                    </div>
                </div>
                <div class="relative group overflow-hidden rounded-lg">
                    <img src="https://karthithehacker.com/assets/11-DZxF6neC.gif" alt="PicoDucky" class="w-full h-full object-cover transition duration-300 group-hover:scale-110">
                    <div class="absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
                        <a href="https://api.whatsapp.com/send/?phone=%2B918270913635&text=Can%20I%20get%20more%20details%20about%20the%20PicoDucky?" class="px-4 py-2 bg-green-600 hover:bg-green-500 text-black font-bold rounded transition">
                            View Details
                        </a>
                    </div>
                </div>
                <div class="relative group overflow-hidden rounded-lg">
                    <img src="https://karthithehacker.com/assets/12-c9-0P8xY.gif" alt="SpyBot" class="w-full h-full object-cover transition duration-300 group-hover:scale-110">
                    <div class="absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
                        <a href="https://api.whatsapp.com/send/?phone=%2B918270913635&text=Can%20I%20get%20more%20details%20about%20the%20SpyBot?" class="px-4 py-2 bg-green-600 hover:bg-green-500 text-black font-bold rounded transition">
                            View Details
                        </a>
                    </div>
                </div>
            </div>
            
            <h3 class="text-2xl font-bold mt-20 mb-8 text-center">Bug Reports for Top Brands</h3>
            
            <div class="grid grid-cols-3 sm:grid-cols-4 md:grid-cols-5 lg:grid-cols-7 gap-4">
                <img src="https://i.ibb.co/z5kJ977/android.webp" alt="Android" class="w-full h-auto object-contain">
                <img src="https://i.ibb.co/5hN7hjx/apple.webp" alt="Apple" class="w-full h-auto object-contain">
                <img src="https://i.ibb.co/VLwQCWf/bbc.webp" alt="BBC" class="w-full h-auto object-contain">
                <img src="https://i.ibb.co/9v2sbWY/cambridge-university.webp" alt="Cambridge University" class="w-full h-auto object-contain">
                <img src="https://i.ibb.co/GFPT1q1/ferrari.webp" alt="Ferrari" class="w-full h-auto object-contain">
                <img src="https://i.ibb.co/V2n5mgp/google.webp" alt="Google" class="w-full h-auto object-contain">
                <img src="https://i.ibb.co/THJD7Ws/indian-gov.webp" alt="Indian Government" class="w-full h-auto object-contain">
                <img src="https://i.ibb.co/GW0HmB1/inflectra-white.webp" alt="Inflectra" class="w-full h-auto object-contain">
                <img src="https://i.ibb.co/9c6c7CN/lenovo.webp" alt="Lenovo" class="w-full h-auto object-contain">
                <img src="https://i.ibb.co/LpfCttq/letsbuild.webp" alt="LetsBuild" class="w-full h-auto object-contain">
                <img src="https://i.ibb.co/2kNJzY6/meta.webp" alt="Meta" class="w-full h-auto object-contain">
                <img src="https://i.ibb.co/RgkPGkv/microsoft.webp" alt="Microsoft" class="w-full h-auto object-contain">
                <img src="https://i.ibb.co/Rh5QV9V/nokia.webp" alt="Nokia" class="w-full h-auto object-contain">
            </div>
        </div>
    </section>

    <!-- Courses Section -->
    <section id="courses" class="py-20">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold mb-12 text-center">Courses</h2>
            
            <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
                <div class="relative group overflow-hidden rounded-lg">
                    <img src="https://i.ibb.co/khwtHK0/appsec.webp" alt="AppSec Course" class="w-full h-full object-cover transition duration-300 group-hover:scale-110">
                    <div class="absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
                        <a href="https://api.whatsapp.com/send/?phone=%2B918270913635&text=HI%20karthik%20i%20need%20your%20Course&type=phone_number&app_absent=0" class="px-4 py-2 bg-green-600 hover:bg-green-500 text-black font-bold rounded transition">
                            Enroll Now
                        </a>
                    </div>
                </div>
                <div class="relative group overflow-hidden rounded-lg">
                    <img src="https://i.ibb.co/vkzQjz6/capbb.webp" alt="Bug Bounty Course" class="w-full h-full object-cover transition duration-300 group-hover:scale-110">
                    <div class="absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
                        <a href="https://api.whatsapp.com/send/?phone=%2B918270913635&text=HI%20karthik%20i%20need%20your%20Course&type=phone_number&app_absent=0" class="px-4 py-2 bg-green-600 hover:bg-green-500 text-black font-bold rounded transition">
                            Enroll Now
                        </a>
                    </div>
                </div>
                <div class="relative group overflow-hidden rounded-lg">
                    <img src="https://i.ibb.co/442phJg/CCI.webp" alt="Cyber Crime Investigation" class="w-full h-full object-cover transition duration-300 group-hover:scale-110">
                    <div class="absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
                        <a href="https://api.whatsapp.com/send/?phone=%2B918270913635&text=HI%20karthik%20i%20need%20your%20Course&type=phone_number&app_absent=0" class="px-4 py-2 bg-green-600 hover:bg-green-500 text-black font-bold rounded transition">
                            Enroll Now
                        </a>
                    </div>
                </div>
                <div class="relative group overflow-hidden rounded-lg">
                    <img src="https://i.ibb.co/RQP2tKB/capp-notify.webp" alt="Capp Notify" class="w-full h-full object-cover transition duration-300 group-hover:scale-110">
                    <div class="absolute inset-0 bg-black bg-opacity-70 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
                        <a href="https://api.whatsapp.com/send/?phone=%2B918270913635&text=HI%20karthik%20i%20need%20your%20Course&type=phone_number&app_absent=0" class="px-4 py-2 bg-green-600 hover:bg-green-500 text-black font-bold rounded transition">
                            Enroll Now
                        </a>
                    </div>
                </div>
            </div>
            
            <div class="text-center mt-8">
                <button class="px-6 py-3 bg-gray-800 hover:bg-gray-700 rounded transition">
                    View More Courses
                </button>
            </div>
        </div>
    </section>

    <!-- Testimonials Section -->
    <section id="testimonials" class="py-20 bg-black bg-opacity-80 border-t border-b border-green-800">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold mb-12 text-center">Testimonials and Feedback</h2>
            
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Testimonial 1 -->
                <div class="bg-gray-900 p-6 rounded-lg border border-green-800">
                    <div class="flex items-center mb-4">
                        <img src="https://i.ibb.co/k8TmS87/testimonial-img-1.webp" alt="Sandiyo Christan" class="w-16 h-16 rounded-full mr-4">
                        <div>
                            <h3 class="text-xl font-bold">Sandiyo Christan</h3>
                            <div class="flex text-yellow-400">
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                            </div>
                        </div>
                    </div>
                    <p>I discovered an authentication bypass and earned $200 for finding a bug in one of Bugcrowd's programs. Afterward, I enrolled in web app penetration testing and bug bounty, as well as mobile application bug bounty courses at Cappriciosec University. These courses significantly enhanced my knowledge and provided me with real-time experience in cybersecurity.</p>
                </div>
                
                <!-- Testimonial 2 -->
                <div class="bg-gray-900 p-6 rounded-lg border border-green-800">
                    <div class="flex items-center mb-4">
                        <img src="https://i.ibb.co/tDgWr8Y/testimonial-img-2.webp" alt="Pranav Kataria" class="w-16 h-16 rounded-full mr-4">
                        <div>
                            <h3 class="text-xl font-bold">Pranav Kataria</h3>
                            <div class="flex text-yellow-400">
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                            </div>
                        </div>
                    </div>
                    <p>My name is Pranav Kataria, Assistant Commissioner of Gujarat Police. I have learned many valuable skills from Cappriciosec University, but my favorite topics are RF hacking, mobile tracking, Internet Protocol Detail Records, hacking social accounts and mobile devices, tracking cyber criminals, ATM card cloning, and more. These topics have given me insights into how cybercriminals take advantage of cybercrime and how to track them.</p>
                </div>
                
                <!-- Testimonial 3 -->
                <div class="bg-gray-900 p-6 rounded-lg border border-green-800">
                    <div class="flex items-center mb-4">
                        <img src="https://i.ibb.co/p1J6Zvj/testimonial-img-3.webp" alt="Jeyasri A" class="w-16 h-16 rounded-full mr-4">
                        <div>
                            <h3 class="text-xl font-bold">Jeyasri A</h3>
                            <div class="flex text-yellow-400">
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                            </div>
                        </div>
                    </div>
                    <p>I discovered a code injection bug in one of Google's Android apps, and Google acknowledged my work by providing me with a place in their Hall of Fame. Encouraged by this recognition, I enrolled in Cappricio University's Mobile Application Pen-Testing course. In this course, I delved deep into concepts such as Android static code analysis, iOS dynamic hacking, and malware exploit development.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact Section -->
    <section id="contact" class="py-20">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold mb-12 text-center">Contact</h2>
            
            <div class="max-w-2xl mx-auto bg-gray-900 p-8 rounded-lg border border-green-800">
                <form>
                    <div class="mb-6">
                        <label for="name" class="block mb-2">Name</label>
                        <input type="text" id="name" class="w-full px-4 py-2 bg-gray-800 border border-green-700 rounded focus:outline-none focus:border-green-500">
                    </div>
                    <div class="mb-6">
                        <label for="mobile" class="block mb-2">Mobile no</label>
                        <input type="tel" id="mobile" class="w-full px-4 py-2 bg-gray-800 border border-green-700 rounded focus:outline-none focus:border-green-500">
                    </div>
                    <div class="mb-6">
                        <label for="email" class="block mb-2">Email</label>
                        <input type="email" id="email" class="w-full px-4 py-2 bg-gray-800 border border-green-700 rounded focus:outline-none focus:border-green-500">
                    </div>
                    <div class="mb-6">
                        <label for="message" class="block mb-2">Message</label>
                        <textarea id="message" rows="4" class="w-full px-4 py-2 bg-gray-800 border border-green-700 rounded focus:outline-none focus:border-green-500"></textarea>
                    </div>
                    <button type="submit" class="w-full px-6 py-3 bg-green-600 hover:bg-green-700 text-black font-bold rounded transition">
                        Submit
                    </button>
                </form>
            </div>
            
            <div class="flex justify-center mt-8 space-x-6">
                <a href="https://api.whatsapp.com/send/?phone=%2B918270913635&text=HI%20karthik%20i%20need%20your%20Service&type=phone_number&app_absent=0" class="hover:text-green-300 transition">
                    <i data-feather="message-square" class="w-8 h-8"></i>
                </a>
                <a href="https://medium.com/@karthithehacker" class="hover:text-green-300 transition">
                    <i data-feather="book" class="w-8 h-8"></i>
                </a>
                <a href="https://x.com/karthithehacker" class="hover:text-green-300 transition">
                    <i data-feather="twitter" class="w-8 h-8"></i>
                </a>
                <a href="https://instagram.com/karthi_the_hacker" class="hover:text-green-300 transition">
                    <i data-feather="instagram" class="w-8 h-8"></i>
                </a>
                <a href="https://www.linkedin.com/in/karthikeyan--v/" class="hover:text-green-300 transition">
                    <i data-feather="linkedin" class="w-8 h-8"></i>
                </a>
                <a href="https://youtube.com/@karthi_the_hacker" class="hover:text-green-300 transition">
                    <i data-feather="youtube" class="w-8 h-8"></i>
                </a>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="py-8 bg-black border-t border-green-800">
        <div class="container mx-auto px-4 text-center">
            <p>2025 © All rights reserved</p>
            <p class="mt-2">Developed by <a href="https://www.linkedin.com/in/1sh4sk/" class="text-green-400 hover:text-green-300 transition">1sh4sk</a></p>
        </div>
    </footer>

    <script src="script.js"></script>
    <script>
        feather.replace();
    </script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>