-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
809 lines (739 loc) · 38.1 KB
/
Copy pathindex.html
File metadata and controls
809 lines (739 loc) · 38.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ankit Verma — Full Stack Developer</title>
<!-- Meta Description -->
<meta name="description"
content="Portfolio of Ankit Verma, showcasing expertise in web development, software engineering, and full-stack development.">
<!-- Keywords (optional, less relevant for modern SEO) -->
<meta name="keywords"
content="Ankit Verma,Ankit Verma Software Engineer, Portfolio, Web Developer, Software Engineer, Full Stack Developer, Ankit Verma Portfolio">
<!-- Open Graph Metadata -->
<meta property="og:title" content="Ankit Verma - Portfolio">
<meta property="og:description"
content="Explore Ankit Verma's portfolio, highlighting expertise in full-stack development and software engineering.">
<meta property="og:image" content="https://avcodewizard.github.io/assets/img/Ankit-Verma.jpg">
<meta property="og:url" content="https://avcodewizard.github.io/">
<meta property="og:type" content="website">
<!-- Twitter Cards Metadata -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Ankit Verma - Portfolio">
<meta name="twitter:description"
content="Discover Ankit Verma's projects and professional journey in software engineering and web development.">
<meta name="twitter:image" content="https://avcodewizard.github.io/assets/img/Ankit-Verma.jpg">
<!-- Favicon -->
<link href="https://avcodewizard.github.io/assets/img/favicon.ico" rel="icon" type="image/x-icon">
<link href="https://avcodewizard.github.io/assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Preloading critical assets -->
<link rel="preload" href="https://avcodewizard.github.io/assets/img/Ankit-Verma.jpg" as="image">
<!-- Schema.org JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://avcodewizard.github.io",
"sameAs": [
"https://www.instagram.com/pixels.queue/",
"https://www.linkedin.com/in/ankitvermaonline/",
"https://github.com/avcodewizard",
"https://avcodewizard.github.io"
],
"logo": "https://avcodewizard.github.io/assets/img/my-profile.png",
"image": "https://avcodewizard.github.io/assets/img/Ankit-Verma.jpg",
"name": "Ankit Verma",
"description": "Discover Ankit Verma's projects and professional journey in software engineering and web development.",
"email": "ankitv4087@gmail.com",
"telephone": "+918887382475"
}
</script>
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@400;600;700;800;900&family=Fira+Code:wght@400;500&display=swap" rel="stylesheet">
<!-- Bootstrap Icons (keep for icon usage) -->
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<!-- AOS – Animate On Scroll -->
<link href="https://unpkg.com/aos@2.3.4/dist/aos.css" rel="stylesheet">
<!-- Tailwind CSS CDN -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
accent: '#6c63ff',
accent2: '#ff6584',
accent3: '#43e97b',
dark: '#07071a',
dark2: '#0d0d2b',
},
fontFamily: {
sans: ['Inter', 'Poppins', 'system-ui', 'sans-serif'],
mono: ['Fira Code', 'monospace'],
},
}
}
}
</script>
<!-- Modern Portfolio CSS -->
<link href="assets/css/modern.css" rel="stylesheet">
<meta name="google-site-verification" content="nDN80FId8nVMH1SX0XhqF9NyLUz7Lh0v-5GaRpYu3ys" />
</head>
<body>
<!-- Background blobs -->
<div class="blob blob-1"></div>
<div class="blob blob-2"></div>
<div class="blob blob-3"></div>
<!-- Particles -->
<div id="particles-js"></div>
<!-- Custom Cursor -->
<div class="cursor" id="cursor"></div>
<div class="cursor-follower" id="cursor-follower"></div>
<!-- Preloader -->
<div id="preloader">
<div class="preloader-inner">
<div class="preloader-text">AV</div>
<div class="preloader-bar"><span></span></div>
</div>
</div>
<!-- Scroll to top -->
<a href="#hero" id="scroll-top"><i class="bi bi-arrow-up-short"></i></a>
<!-- ==================== NAVBAR ==================== -->
<nav id="navbar">
<a href="#hero" class="nav-logo">Ankit Verma</a>
<div class="nav-links">
<a href="#hero" class="active">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#resume">Resume</a>
<a href="#projects">Projects</a>
<a href="#services">Services</a>
<a href="/tools/">Tools</a>
<a href="#contact">Contact</a>
<a href="chat">Chat</a>
</div>
<a href="mailto:ankitv4087@gmail.com" class="nav-cta">Hire Me</a>
<div id="nav-toggle" onclick="openMobileNav()">
<span></span><span></span><span></span>
</div>
</nav>
<!-- Mobile Nav Overlay -->
<div id="mobile-nav">
<span class="nav-close" onclick="closeMobileNav()"><i class="bi bi-x-lg"></i></span>
<a href="#hero" onclick="closeMobileNav()">Home</a>
<a href="#about" onclick="closeMobileNav()">About</a>
<a href="#skills" onclick="closeMobileNav()">Skills</a>
<a href="#resume" onclick="closeMobileNav()">Resume</a>
<a href="#projects" onclick="closeMobileNav()">Projects</a>
<a href="#services" onclick="closeMobileNav()">Services</a>
<a href="/tools/" onclick="closeMobileNav()">Tools</a>
<a href="#contact" onclick="closeMobileNav()">Contact</a>
<a href="chat" onclick="closeMobileNav()"><i class="bi bi-chat"></i> Chat</a>
</div>
<main>
<!-- ==================== HERO ==================== -->
<section id="hero" class="hero">
<div class="max-w-7xl mx-auto px-6 w-full">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center min-h-screen py-28">
<!-- Left: Text -->
<div class="hero-content" data-aos="fade-right" data-aos-duration="900">
<div class="hero-badge">
<span></span> Available for freelance work
</div>
<h1 class="hero-title">
Hi, I'm<br>
<span class="grad">Ankit Verma</span>
</h1>
<div class="hero-typed-wrap">
<span class="prefix font-mono">~$</span>
<span class="hero-typed" id="hero-typed"></span>
</div>
<p class="hero-desc">
Software Developer with <strong style="color:var(--text)">6+ years</strong> of experience building powerful web applications. Specialising in PHP, Laravel, Vue.js, JavaScript & Node.js.
</p>
<div class="hero-btns">
<a href="#projects" class="btn-primary">
<i class="bi bi-grid"></i> View Projects
</a>
<a href="#contact" class="btn-outline">
<i class="bi bi-chat-dots"></i> Get In Touch
</a>
</div>
</div>
<!-- Right: Image -->
<div class="hero-img-wrap" data-aos="fade-left" data-aos-duration="900" data-aos-delay="150">
<div class="hero-img-glow"></div>
<div class="hero-img-ring">
<img src="assets/img/my-profile.png" alt="Ankit Verma">
</div>
<!-- Socials -->
<div class="hero-socials">
<a href="https://github.com/avcodewizard" target="_blank" title="GitHub"><i class="bi bi-github"></i></a>
<a href="https://www.linkedin.com/in/ankitvermaonline" target="_blank" title="LinkedIn"><i class="bi bi-linkedin"></i></a>
<a href="https://www.instagram.com/pixels.queue" target="_blank" title="Instagram"><i class="bi bi-instagram"></i></a>
</div>
</div>
</div>
</div>
<!-- Scroll hint -->
<div class="hero-scroll">
<div class="scroll-line"></div>
<span>Scroll</span>
</div>
</section>
<!-- ==================== ABOUT ==================== -->
<section id="about" class="section section-alt">
<div class="max-w-7xl mx-auto px-6">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
<!-- Image -->
<div class="about-img-wrap" data-aos="fade-right" data-aos-duration="800">
<img src="assets/img/Ankit-Verma.jpg" alt="Ankit Verma">
<div class="about-img-badge">
<span class="num">6+</span>
<span class="label">Years Exp.</span>
</div>
</div>
<!-- Content -->
<div data-aos="fade-left" data-aos-duration="800" data-aos-delay="100">
<span class="section-tag">About Me</span>
<h2 class="section-title">Full Stack <span class="grad">Developer</span></h2>
<div class="divider"></div>
<p style="color:var(--muted);margin-bottom:28px;line-height:1.85;">
I'm a Software Developer with <strong style="color:var(--text)">6+ years</strong> of experience building powerful web applications. I leverage modern technologies like PHP, Laravel, Vue.js, JavaScript & Node.js to craft seamless, scalable solutions. I'm passionate about clean code, API design, and cross-functional collaboration.
</p>
<div class="info-grid">
<div class="info-item">
<div class="info-label">Birthday</div>
<div class="info-val">15 Aug 1995</div>
</div>
<div class="info-item">
<div class="info-label">Location</div>
<div class="info-val">Lakhimpur Kheri, UP</div>
</div>
<div class="info-item">
<div class="info-label">Phone</div>
<div class="info-val"><a href="tel:+918887382475">+91 8887382475</a></div>
</div>
<div class="info-item">
<div class="info-label">Email</div>
<div class="info-val"><a href="mailto:ankitv4087@gmail.com">ankitv4087@gmail.com</a></div>
</div>
<div class="info-item">
<div class="info-label">Degree</div>
<div class="info-val">BSc Mathematics</div>
</div>
<div class="info-item">
<div class="info-label">Freelance</div>
<div class="info-val" style="color:var(--accent-3)">✓ Available</div>
</div>
</div>
<div style="margin-top:32px;">
<a href="mailto:ankitv4087@gmail.com" class="btn-primary">
<i class="bi bi-envelope"></i> Hire Me
</a>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== STATS ==================== -->
<section id="stats" class="section">
<div class="max-w-7xl mx-auto px-6">
<div class="stats-grid" data-aos="fade-up" data-aos-duration="700">
<div class="stat-card">
<div class="stat-icon">😊</div>
<div class="stat-num" data-count="50">0</div>
<div class="stat-label">Happy Clients</div>
</div>
<div class="stat-card">
<div class="stat-icon">🚀</div>
<div class="stat-num" data-count="10">0</div>
<div class="stat-label">SaaS Products</div>
</div>
<div class="stat-card">
<div class="stat-icon">💼</div>
<div class="stat-num" data-count="6">0</div>
<div class="stat-label">Years Experience</div>
</div>
<div class="stat-card">
<div class="stat-icon">🌐</div>
<div class="stat-num" data-count="100">0</div>
<div class="stat-label">Projects Delivered</div>
</div>
</div>
</div>
</section>
<!-- ==================== SKILLS ==================== -->
<section id="skills" class="section section-alt">
<div class="max-w-7xl mx-auto px-6">
<div class="text-center" data-aos="fade-up">
<span class="section-tag">Expertise</span>
<h2 class="section-title">My <span class="grad">Skills</span></h2>
<div class="divider" style="margin:16px auto 40px;"></div>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16 items-start">
<!-- Progress Bars -->
<div data-aos="fade-right" data-aos-duration="800">
<div class="skills-grid" id="skills-bars">
<div class="skill-item">
<div class="skill-header"><span class="skill-name">PHP / Laravel</span><span class="skill-pct">95%</span></div>
<div class="skill-bar-bg"><div class="skill-bar" data-pct="95"></div></div>
</div>
<div class="skill-item">
<div class="skill-header"><span class="skill-name">JavaScript / Vue.js</span><span class="skill-pct">85%</span></div>
<div class="skill-bar-bg"><div class="skill-bar" data-pct="85"></div></div>
</div>
<div class="skill-item">
<div class="skill-header"><span class="skill-name">HTML / CSS / Tailwind</span><span class="skill-pct">98%</span></div>
<div class="skill-bar-bg"><div class="skill-bar" data-pct="98"></div></div>
</div>
<div class="skill-item">
<div class="skill-header"><span class="skill-name">MySQL / MSSQL</span><span class="skill-pct">88%</span></div>
<div class="skill-bar-bg"><div class="skill-bar" data-pct="88"></div></div>
</div>
<div class="skill-item">
<div class="skill-header"><span class="skill-name">Node.js / REST APIs</span><span class="skill-pct">80%</span></div>
<div class="skill-bar-bg"><div class="skill-bar" data-pct="80"></div></div>
</div>
<div class="skill-item">
<div class="skill-header"><span class="skill-name">WordPress / Plugins</span><span class="skill-pct">90%</span></div>
<div class="skill-bar-bg"><div class="skill-bar" data-pct="90"></div></div>
</div>
</div>
</div>
<!-- Tech Badges -->
<div data-aos="fade-left" data-aos-duration="800" data-aos-delay="100">
<h3 style="font-size:1.1rem;font-weight:700;margin-bottom:20px;">Technologies & Tools</h3>
<div class="tech-badge-grid">
<span class="tech-badge">PHP</span>
<span class="tech-badge">Laravel</span>
<span class="tech-badge">CodeIgniter</span>
<span class="tech-badge">Vue.js</span>
<span class="tech-badge">JavaScript</span>
<span class="tech-badge">Node.js</span>
<span class="tech-badge">HTML5</span>
<span class="tech-badge">CSS3</span>
<span class="tech-badge">Tailwind CSS</span>
<span class="tech-badge">Bootstrap</span>
<span class="tech-badge">MySQL</span>
<span class="tech-badge">MSSQL</span>
<span class="tech-badge">Firebase</span>
<span class="tech-badge">REST APIs</span>
<span class="tech-badge">WordPress</span>
<span class="tech-badge">Git / GitHub</span>
<span class="tech-badge">WhatsApp API</span>
<span class="tech-badge">SaaS</span>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== RESUME ==================== -->
<section id="resume" class="section">
<div class="max-w-7xl mx-auto px-6">
<div class="text-center" data-aos="fade-up">
<span class="section-tag">My Journey</span>
<h2 class="section-title">Experience & <span class="grad">Education</span></h2>
<div class="divider" style="margin:16px auto 48px;"></div>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16">
<!-- Experience -->
<div data-aos="fade-right" data-aos-duration="800">
<h3 style="font-size:1.15rem;font-weight:800;margin-bottom:28px;display:flex;align-items:center;gap:10px;">
<i class="bi bi-briefcase-fill" style="color:var(--accent);"></i> Work Experience
</h3>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-card">
<span class="timeline-date">Mar 2023 – Present</span>
<div class="timeline-role">Software Engineer</div>
<div class="timeline-company">Ommune IT Solutions Pvt. Ltd. · Lucknow, UP</div>
<ul class="timeline-list">
<li>Built and maintained web apps using PHP, JavaScript, and Laravel.</li>
<li>Optimized MySQL & MSSQL database solutions for performance.</li>
<li>Integrated WhatsApp Cloud API and third-party services.</li>
<li>Mentored junior developers with code reviews and guidance.</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-card">
<span class="timeline-date">Feb 2022 – Mar 2023</span>
<div class="timeline-role">Software Engineer</div>
<div class="timeline-company">Dataman Computer Systems (P) Ltd. · Kanpur, UP</div>
<ul class="timeline-list">
<li>Developed full-stack applications with PHP and JavaScript.</li>
<li>Implemented responsive UI with Bootstrap and Vue.js.</li>
<li>Collaborated across teams to deliver client-specific solutions.</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-card">
<span class="timeline-date">May 2018 – Feb 2022</span>
<div class="timeline-role">Software Engineer</div>
<div class="timeline-company">Business Quest Technology · Kanpur, UP</div>
<ul class="timeline-list">
<li>Built web applications using CodeIgniter frameworks.</li>
<li>Used Firebase for real-time backend data management.</li>
<li>Delivered custom client solutions with testing and debugging.</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Education -->
<div data-aos="fade-left" data-aos-duration="800" data-aos-delay="100">
<h3 style="font-size:1.15rem;font-weight:800;margin-bottom:28px;display:flex;align-items:center;gap:10px;">
<i class="bi bi-mortarboard-fill" style="color:var(--accent-2);"></i> Education
</h3>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-card">
<span class="timeline-date">2017 – 2018</span>
<div class="timeline-role">Diploma in PHP</div>
<div class="timeline-company">Betaue Technologies & Placement Services, Kanpur</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-card">
<span class="timeline-date">2017</span>
<div class="timeline-role">BSc Mathematics</div>
<div class="timeline-company">Chhatrapati Shahu Ji Maharaj University, Kanpur</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-card">
<span class="timeline-date">2016</span>
<div class="timeline-role">CCC Certification</div>
<div class="timeline-company">National Institute of Electronics & Information Technology</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-card">
<span class="timeline-date">2013</span>
<div class="timeline-role">Intermediate</div>
<div class="timeline-company">Guru Nanak Inter College, Lakhimpur Kheri</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== PROJECTS ==================== -->
<section id="projects" class="section section-alt">
<div class="max-w-7xl mx-auto px-6">
<div class="text-center" data-aos="fade-up">
<span class="section-tag">My Work</span>
<h2 class="section-title">Featured <span class="grad">Projects</span></h2>
<div class="divider" style="margin:16px auto 48px;"></div>
</div>
<div class="projects-grid" id="projects-grid">
<!-- Injected by JS -->
</div>
</div>
</section>
<!-- ==================== SERVICES ==================== -->
<section id="services" class="section">
<div class="max-w-7xl mx-auto px-6">
<div class="text-center" data-aos="fade-up">
<span class="section-tag">What I Offer</span>
<h2 class="section-title">My <span class="grad">Services</span></h2>
<div class="divider" style="margin:16px auto 48px;"></div>
</div>
<div class="services-grid">
<div class="service-card" data-aos="fade-up" data-aos-delay="0">
<div class="service-icon"><i class="bi bi-globe2"></i></div>
<div class="service-title">Web Development</div>
<p class="service-desc">Full-stack web apps using PHP, Laravel, Vue.js, and modern JS frameworks — from concept to deployment.</p>
</div>
<div class="service-card" data-aos="fade-up" data-aos-delay="100">
<div class="service-icon"><i class="bi bi-phone"></i></div>
<div class="service-title">API Development</div>
<p class="service-desc">RESTful APIs for mobile apps, SaaS products, WordPress plugins, and third-party integrations.</p>
</div>
<div class="service-card" data-aos="fade-up" data-aos-delay="200">
<div class="service-icon"><i class="bi bi-shop"></i></div>
<div class="service-title">SaaS Products</div>
<p class="service-desc">Multi-tenant SaaS platforms with billing, user management, dashboards and scalable architecture.</p>
</div>
<div class="service-card" data-aos="fade-up" data-aos-delay="300">
<div class="service-icon"><i class="bi bi-wordpress"></i></div>
<div class="service-title">WordPress Plugins</div>
<p class="service-desc">Custom plugin development — from lead capture forms to full eCommerce & CRM integrations.</p>
</div>
<div class="service-card" data-aos="fade-up" data-aos-delay="400">
<div class="service-icon"><i class="bi bi-database-gear"></i></div>
<div class="service-title">Database Design</div>
<p class="service-desc">Optimized MySQL & MSSQL schemas, query tuning, migrations and data architecture for scale.</p>
</div>
<div class="service-card" data-aos="fade-up" data-aos-delay="500">
<div class="service-icon"><i class="bi bi-chat-dots"></i></div>
<div class="service-title">Consulting</div>
<p class="service-desc">Technical consulting for architecture decisions, code reviews, team mentoring, and project planning.</p>
</div>
</div>
</div>
</section>
<!-- ==================== CONTACT ==================== -->
<section id="contact" class="section section-alt">
<div class="max-w-7xl mx-auto px-6">
<div class="text-center" data-aos="fade-up">
<span class="section-tag">Get In Touch</span>
<h2 class="section-title">Let's <span class="grad">Connect</span></h2>
<div class="divider" style="margin:16px auto 48px;"></div>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
<!-- Info -->
<div data-aos="fade-right" data-aos-duration="800">
<div class="contact-card">
<h3 style="font-size:1.2rem;font-weight:700;margin-bottom:8px;">Let's work together</h3>
<p style="color:var(--muted);font-size:.9rem;margin-bottom:24px;">Available for freelance projects, full-time roles, and collaborations.</p>
<div class="contact-info-item">
<div class="contact-icon"><i class="bi bi-geo-alt-fill"></i></div>
<div>
<div class="contact-label">Location</div>
<div class="contact-val">Lakhimpur Kheri, Uttar Pradesh, India 262701</div>
</div>
</div>
<div class="contact-info-item">
<div class="contact-icon"><i class="bi bi-telephone-fill"></i></div>
<div>
<div class="contact-label">Phone</div>
<div class="contact-val"><a href="tel:+918887382475">+91 8887382475</a></div>
</div>
</div>
<div class="contact-info-item">
<div class="contact-icon"><i class="bi bi-envelope-fill"></i></div>
<div>
<div class="contact-label">Email</div>
<div class="contact-val"><a href="mailto:ankitv4087@gmail.com">ankitv4087@gmail.com</a></div>
</div>
</div>
<div class="contact-info-item">
<div class="contact-icon"><i class="bi bi-github"></i></div>
<div>
<div class="contact-label">GitHub</div>
<div class="contact-val"><a href="https://github.com/avcodewizard" target="_blank">github.com/avcodewizard</a></div>
</div>
</div>
<div class="contact-info-item">
<div class="contact-icon"><i class="bi bi-linkedin"></i></div>
<div>
<div class="contact-label">LinkedIn</div>
<div class="contact-val"><a href="https://www.linkedin.com/in/ankitvermaonline" target="_blank">ankitvermaonline</a></div>
</div>
</div>
</div>
</div>
<!-- Form -->
<div data-aos="fade-left" data-aos-duration="800" data-aos-delay="100">
<div class="contact-card">
<form action="forms/contact.php" method="post" class="flex flex-col gap-5">
<div class="grid grid-cols-1 md:grid-cols-2 gap-5">
<div class="form-group">
<label class="form-label">Your Name</label>
<input type="text" name="name" class="form-input" placeholder="Ankit Verma" required>
</div>
<div class="form-group">
<label class="form-label">Your Email</label>
<input type="email" name="email" class="form-input" placeholder="you@example.com" required>
</div>
</div>
<div class="form-group">
<label class="form-label">Subject</label>
<input type="text" name="subject" class="form-input" placeholder="Project Inquiry" required>
</div>
<div class="form-group">
<label class="form-label">Message</label>
<textarea name="message" class="form-textarea" rows="5" placeholder="Tell me about your project..." required></textarea>
</div>
<button type="submit" class="form-submit">
<i class="bi bi-send-fill"></i> Send Message
</button>
</form>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- ==================== FOOTER ==================== -->
<footer id="footer">
<div class="max-w-7xl mx-auto px-6">
<div class="footer-inner">
<a href="#hero" class="footer-logo">Ankit Verma</a>
<p class="footer-copy">© 2026 Ankit Verma. All rights reserved.</p>
<div class="footer-socials">
<a href="https://github.com/avcodewizard" target="_blank" title="GitHub"><i class="bi bi-github"></i></a>
<a href="https://www.linkedin.com/in/ankitvermaonline" target="_blank" title="LinkedIn"><i class="bi bi-linkedin"></i></a>
<a href="https://www.instagram.com/pixels.queue" target="_blank" title="Instagram"><i class="bi bi-instagram"></i></a>
</div>
</div>
</div>
</footer>
<!-- ==================== SCRIPTS ==================== -->
<!-- AOS -->
<script src="https://unpkg.com/aos@2.3.4/dist/aos.js"></script>
<!-- Typed.js -->
<script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js"></script>
<!-- Particles.js -->
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<!-- GSAP -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"></script>
<script>
/* ============ PROJECT DATA ============ */
const projectsData = [
{ name: 'TourTripX', icon: '✈️', tech: ['Laravel', 'Vue.js'], desc: 'A complete flight booking platform.', points: ['Public-facing website for real-time flight booking — tourtripx.com', 'CRM for bookings, customer data, agents & workflows', 'API system to resell flights via third-party platforms', 'Mobile app APIs for Android/iOS'] },
{ name: 'TourTripX CRM', icon: '🗺️', tech: ['Laravel', 'Vue.js'], desc: 'Powerful CRM for travel leads, trips & operations.', points: ['End-to-end trip lifecycle: leads, quotes, booking, invoicing', 'Task assignments, reporting & team management', 'WordPress plugin for pushing leads to CRM', 'URL: crm.tourtripx.com'] },
{ name: 'Cabsules', icon: '🚕', tech: ['Laravel', 'Vue.js'], desc: 'CRM for cab services with GPS tracking & lead management.', points: ['Lead & booking management', 'Real-time driver tracking with GPS', 'Mobile APIs for Android/iOS', 'URL: crm.cabsules.com'] },
{ name: 'MailTidy', icon: '📧', tech: ['Laravel'], desc: 'Email List Cleaner SaaS Application.', points: ['Removes invalid/risky emails to improve deliverability', 'Bulk uploads, SMTP validation & API access', 'Multi-tenant SaaS architecture', 'Available on CodeCanyon'] },
{ name: 'Seolise', icon: '🔍', tech: ['Laravel'], desc: 'All-in-one SEO toolset platform for audits & analysis.', points: ['Keyword tracking, backlink monitoring & competitor analysis', 'Full SEO audit reports', 'Designed for agencies & marketers'] },
{ name: 'Site Down Detector', icon: '📡', tech: ['Laravel'], desc: 'Website uptime monitoring SaaS.', points: ['Monitors uptime & sends alerts via email/SMS', 'SSL expiry, HTTP errors & latency tracking', 'Multi-user SaaS with plans & billing', 'Available on CodeCanyon'] },
{ name: 'WpDigiPro', icon: '🛒', tech: ['WordPress'], desc: 'Digital product eCommerce plugin for WordPress.', points: ['Modular architecture with 50+ sub-plugins', 'Multiple payment gateways & marketing integrations', 'License key generation & secure delivery'] },
{ name: 'JeeExpat', icon: '🎓', tech: ['CodeIgniter'], desc: 'Coaching institute management system.', points: ['Student registration, mock tests & attendance tracking', 'Online test system & result analytics', 'Live at: jeeexpert.in'] },
{ name: 'Multi-site CMS', icon: '🌐', tech: ['Laravel'], desc: 'CMS to manage 100+ websites from a single panel.', points: ['Each domain has individual frontend & admin portal', 'Super admin panel for content, settings & databases', 'Scalable & easy content deployment'] },
{ name: 'Online Test Management', icon: '📝', tech: ['Laravel', 'CodeIgniter'], desc: 'Platform for creating and managing online exams.', points: ['Question bank, timed exams & automatic scoring', 'Student portal for test history & results', 'Admin scheduling, assigning & analysis tools'] }
];
function renderProjects() {
const grid = document.getElementById('projects-grid');
if (!grid) return;
projectsData.forEach((p, i) => {
const techHtml = p.tech.map(t => `<span class="project-tech">${t}</span>`).join('');
const pointsHtml = p.points.map(pt => `<li>${pt}</li>`).join('');
const card = document.createElement('div');
card.className = 'project-card';
card.setAttribute('data-aos', 'fade-up');
card.setAttribute('data-aos-delay', String((i % 3) * 100));
card.innerHTML = `
<div style="display:flex;align-items:center;gap:14px;">
<div class="project-icon">${p.icon}</div>
<div class="project-title">${p.name}</div>
</div>
<div class="project-tech-list">${techHtml}</div>
<p class="project-desc">${p.desc}</p>
<ul class="project-points">${pointsHtml}</ul>
`;
grid.appendChild(card);
});
}
/* ============ INIT ============ */
document.addEventListener('DOMContentLoaded', () => {
/* Preloader */
setTimeout(() => document.getElementById('preloader').classList.add('hidden'), 1200);
/* AOS */
AOS.init({ duration: 800, once: true, offset: 60 });
/* Typed.js */
new Typed('#hero-typed', {
strings: ['Full Stack Developer', 'Laravel Expert', 'Vue.js Developer', 'SaaS Builder', 'Freelancer'],
typeSpeed: 60, backSpeed: 35, backDelay: 1800, loop: true
});
/* Particles.js */
if (window.particlesJS) {
particlesJS('particles-js', {
particles: {
number: { value: 55, density: { enable: true, value_area: 900 } },
color: { value: '#6c63ff' },
shape: { type: 'circle' },
opacity: { value: 0.35, random: true },
size: { value: 2.5, random: true },
line_linked: { enable: true, distance: 130, color: '#6c63ff', opacity: 0.15, width: 1 },
move: { enable: true, speed: 1.4, direction: 'none', out_mode: 'out' }
},
interactivity: {
detect_on: 'canvas',
events: { onhover: { enable: true, mode: 'repulse' }, onclick: { enable: false } },
modes: { repulse: { distance: 80 } }
},
retina_detect: true
});
}
/* GSAP hero entrance */
if (window.gsap) {
gsap.from('.hero-badge', { opacity: 0, y: 20, duration: .6, delay: 1.3 });
gsap.from('.hero-title', { opacity: 0, y: 36, duration: .7, delay: 1.5 });
gsap.from('.hero-typed-wrap', { opacity: 0, y: 20, duration: .6, delay: 1.8 });
gsap.from('.hero-desc', { opacity: 0, y: 20, duration: .6, delay: 2.0 });
gsap.from('.hero-btns', { opacity: 0, y: 20, duration: .6, delay: 2.2 });
gsap.from('.hero-img-ring',{ opacity: 0, scale: .85, duration: .9, delay: 1.6, ease: 'back.out(1.4)' });
}
/* Render projects */
renderProjects();
/* Skill bars — animate on scroll */
const skillBars = document.querySelectorAll('.skill-bar');
const skillsSection = document.getElementById('skills');
let skillsAnimated = false;
const skillObserver = new IntersectionObserver(entries => {
if (entries[0].isIntersecting && !skillsAnimated) {
skillsAnimated = true;
skillBars.forEach(bar => {
const pct = bar.getAttribute('data-pct');
bar.style.width = pct + '%';
});
}
}, { threshold: 0.3 });
if (skillsSection) skillObserver.observe(skillsSection);
/* Counter animation */
const counters = document.querySelectorAll('.stat-num[data-count]');
const counterObserver = new IntersectionObserver(entries => {
entries.forEach(entry => {
if (!entry.isIntersecting) return;
const el = entry.target;
const target = +el.getAttribute('data-count');
let cur = 0;
const step = Math.ceil(target / 60);
const timer = setInterval(() => {
cur = Math.min(cur + step, target);
el.textContent = cur + (target >= 100 ? '+' : target > 6 ? '+' : '+');
if (cur >= target) clearInterval(timer);
}, 28);
counterObserver.unobserve(el);
});
}, { threshold: 0.6 });
counters.forEach(c => counterObserver.observe(c));
/* Navbar scroll */
const navbar = document.getElementById('navbar');
window.addEventListener('scroll', () => {
navbar.classList.toggle('scrolled', window.scrollY > 60);
document.getElementById('scroll-top').classList.toggle('visible', window.scrollY > 400);
});
/* Active nav link on scroll */
const sections = document.querySelectorAll('section[id]');
const navLinks = document.querySelectorAll('.nav-links a');
window.addEventListener('scroll', () => {
let cur = '';
sections.forEach(s => { if (window.scrollY >= s.offsetTop - 120) cur = s.id; });
navLinks.forEach(a => {
a.classList.toggle('active', a.getAttribute('href') === '#' + cur);
});
});
/* Custom cursor */
const cursor = document.getElementById('cursor');
const follower = document.getElementById('cursor-follower');
if (cursor && follower && window.matchMedia('(pointer:fine)').matches) {
document.addEventListener('mousemove', e => {
cursor.style.left = e.clientX + 'px';
cursor.style.top = e.clientY + 'px';
setTimeout(() => {
follower.style.left = e.clientX + 'px';
follower.style.top = e.clientY + 'px';
}, 80);
});
document.querySelectorAll('a, button, .service-card, .project-card').forEach(el => {
el.addEventListener('mouseenter', () => document.body.classList.add('hovered'));
el.addEventListener('mouseleave', () => document.body.classList.remove('hovered'));
});
} else {
if (cursor) cursor.style.display = 'none';
if (follower) follower.style.display = 'none';
}
});
function openMobileNav() { document.getElementById('mobile-nav').classList.add('open'); }
function closeMobileNav() { document.getElementById('mobile-nav').classList.remove('open'); }
</script>
</body>
</html>