-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
699 lines (592 loc) · 23.7 KB
/
index.html
File metadata and controls
699 lines (592 loc) · 23.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gautam kumar | Portfolio</title>
<link rel="icon" type="image/x-icon" href=" resources/portfo.png" />
<!-- <link rel="icon" type="image/x-icon" href="resources/Glogo.png"> -->
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
/>
<!-- Github Calendar CSS -->
<link
rel="stylesheet"
href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css"
/>
</head>
<body>
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<nav class="navbar-navbar">
<div class="max-width">
<div class="logo">
<a href="index.html">Gautam <span>Kumar</span></a>
</div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#qualification" class="menu-btn">Qualification </a></li>
<li><a href="#skills" class="menu-btn">Skills</a></li>
<li><a href="#Expertise" class="menu-btn">Expertise</a></li>
<li><a href="#project" class="menu-btn">Projects</a></li>
<li><a href="#statistics" class="menu-btn"> Statistics</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
<li>
<a
class="resumeDow1"
href="resources/Gautam_Kumar_Resume.pdf"
class="menu-btn"
class="btn btn-success"
download="Gautam_Kumar_Resume"
>
Resume</a
>
</li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- home section start -->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">Hello, my name is</div>
<a
href="https://github.com/gautamprajapat8"
target="_blank"
class="text-decoration-none"
>
<div class="text-2">Gautam Kumar</div>
</a>
<div class="text-3">
And I'm a passionate <span class="typing"></span>
</div>
<div class="text-4">
Building scalable backend systems with .NET, SQL, Azure & API Integrations.
</div>
<a
class="resumeDow2 text-decoration-none"
href="resources/Gautam_Kumar_Resume.pdf"
target="_blank"
download="Gautam_Kumar_Resume"
>
Resume⬇️
</a>
</div>
</div>
</section>
<!-- about section start -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About me</h2>
<div class="about-content">
<div class="column left">
<img src="resources/gautam.jpg" alt="" />
</div>
<div class="column right">
<div class="text">
My name is Gautam Kumar and I'm a <span class="typing-2"></span>
</div>
<p>
Dedicated .NET Backend Developer with over 2 years of experience building
scalable web applications, RESTful APIs, and secure payment workflows using
ASP.NET Core, C#, and SQL Server. Skilled in integrating third-party APIs,
optimizing databases, and working with cloud storage solutions like Azure Blob
and AWS S3. I have contributed to large-scale travel booking platforms,
improved system performance, and delivered production-ready features in agile
teams. Passionate about clean architecture, problem-solving, and creating
reliable backend systems that enhance user experience and business growth.
</p>
<a
class="resumeDow3 text-decoration-none"
class="btn btn-success"
href="resources/Gautam_Kumar_Resume.pdf"
download="Gautam_Kumar_Resume"
>GET RESUME</a
>
</div>
</div>
</div>
</section>
<section class="qualification" id="qualification">
<div class="max-width">
<h2 class="title">Qualification</h2>
<div class="qualification-content">
<div class="qualification-box">
<h3>MCA – Master of Computer Applications</h3>
<p>Indira Gandhi National Open University (IGNOU), 2022 – 2024</p>
</div>
<div class="qualification-box">
<h3>Full-Time Web Development Program</h3>
<p>Masai School, 2022 – 2023</p>
</div>
<div class="qualification-box">
<h3>BCA – Bachelor of Computer Applications</h3>
<p>Anugrah Memorial College, Magadh University, 2018 – 2022</p>
</div>
<div class="qualification-box">
<h3>Higher Secondary (12th)</h3>
<p>Gaya Evening College, 2016 – 2018</p>
</div>
</div>
</div>
</section>
<!-- skills section start -->
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title">My skills</h2>
<div class="skills-content" id="skills-content">
<div class="column">
<!-- .NET Backend -->
<div class="skills-images">
<img src="resources/dotnet.png" alt="" />
<p class="text">.NET Core / MVC</p>
</div>
<div class="skills-images">
<img src="resources/csharp.png" alt="" />
<p class="text">C#</p>
</div>
<div class="skills-images">
<img src="resources/EntityFramework.webp" alt="" />
<p class="text">Entity Framework</p>
</div>
<div class="skills-images">
<img src="resources/api.png" alt="" />
<p class="text">REST APIs</p>
</div>
<!-- Database -->
<div class="skills-images">
<img src="resources/MsSQL.jpg" alt="" />
<p class="text">SQL Server</p>
</div>
<div class="skills-images">
<img src="resources/mysql.svg" alt="" />
<p class="text">MySQL</p>
</div>
<div class="skills-images">
<img src="resources/linq.webp" alt="" />
<p class="text">LINQ</p>
</div>
<!-- Payments -->
<div class="skills-images">
<img src="resources/Razorpay.png" alt="" />
<p class="text">Razorpay</p>
</div>
<div class="skills-images">
<img src="resources/stripe.png" alt="" />
<p class="text">Stripe</p>
</div>
<!-- Cloud -->
<div class="skills-images">
<img src="resources/azure.png" alt="" />
<p class="text">Azure Blob Storage</p>
</div>
<div class="skills-images">
<img src="resources/aws.png" alt="" />
<p class="text">AWS S3</p>
</div>
<!-- Tools -->
<div class="skills-images">
<img src="resources/github.svg" alt="" />
<p class="text">GitHub</p>
</div>
<div class="skills-images">
<img src="resources/postman.svg" alt="" />
<p class="text">Postman</p>
</div>
<div class="skills-images">
<img src="resources/swagger.png" alt="" />
<p class="text">Swagger</p>
</div>
<!-- Frontend -->
<div class="skills-images">
<img src="resources/html.svg" alt="" />
<p class="text">HTML</p>
</div>
<div class="skills-images">
<img src="resources/css.svg" alt="" />
<p class="text">CSS</p>
</div>
<div class="skills-images">
<img src="resources/javaScript.png" alt="" />
<p class="text">JavaScript</p>
</div>
<div class="skills-images">
<img src="resources/jquery.jpeg" alt="" />
<p class="text">jQuery</p>
</div>
<div class="skills-images">
<img src="resources/angularjs.png" alt="" />
<p class="text">AngularJS</p>
</div>
<!-- Other Languages -->
<div class="skills-images">
<img src="resources/java.svg" alt="" />
<p class="text">java</p>
</div>
<!-- <div class="skills-images">
<img src="resources/hibernate.png" alt="" />
<p class="text">Hibernate</p>
</div>
<div class="skills-images">
<img src="resources/spring.svg" alt="" />
<p class="text">spring</p>
</div> -->
<div class="skills-images">
<img src="resources/C.png" alt="" />
<p class="text">C</p>
</div>
<div class="skills-images">
<img src="resources/C++.png" alt="" />
<p class="text">C++</p>
</div>
</div>
</div>
</div>
</section>
<!-- Proficiencies section start -->
<section class="proficiencies" id="Expertise">
<div class="max-width">
<h2 class="title">My Expertise</h2>
<div class="proficiencies-content">
<div class="column">
<div class="proficiencies-image">
<img src="resources/Backend.png" alt="" />
<p class="text">BACKEND DEVELOPMENT (ASP.NET Core, C#, REST APIs)</p>
</div>
<div class="proficiencies-image">
<img src="resources/database.jpeg" alt="" />
<p class="text">DATABASE MANAGEMENT & SQL OPTIMIZATION</p>
</div>
<div class="proficiencies-image">
<img src="resources/cloud.webp" alt="" />
<p class="text">CLOUD INTEGRATION (AZURE BLOB & AWS S3)</p>
</div>
<div class="proficiencies-image">
<img src="resources/api.png" alt="" />
<p class="text">API & Payment Gateway Integrations (Stripe, Razorpay)</p>
</div>
<div class="proficiencies-image">
<img src="resources/Frontend.png" alt="" />
<p class="text">FRONTEND DEVELOPMENT</p>
</div>
<div class="proficiencies-image">
<img src="resources/Data_Structures.png" alt="" />
<p class="text">DATA STRUCTURES & ALGORITHMS</p>
</div>
<div class="proficiencies-image">
<img src="resources/communication.jpeg" alt="" />
<p class="text">COMMUNICATION & TEAM COLLABORATION</p>
</div>
</div>
</div>
</div>
</section>
<!-- project section start -->
<section class="project" id="project">
<div class="max-width">
<h2 class="title">Projects</h2>
<div class="projects-grid">
<!-- PROJECT 1: Travel Booking Backend System -->
<div class="project-card">
<div class="box">
<img src="resources/project-travel.jpg" alt="" class="card-img-top" />
<div class="project-ditels p-3">
<h3 class="project-title">Travel Booking Backend System</h3>
<p>
Designed and developed a scalable backend for a full travel ecosystem including
Holiday Packages, Visa Processing, Activities, Staycations and Blogs. Implemented
region-wise flows and APIs so the same platform can serve multiple countries with
different content, pricing, and layouts.
</p>
<h4>Tech-Stack</h4>
<h5>ASP.NET Core MVC | C# | SQL Server | Azure Blob | AWS S3</h5>
<ul>
<li>Built 80+ REST APIs consumed by web and mobile platforms.</li>
<li>Integrated external APIs (Activities, Exchange Rates, etc.).</li>
<li>Implemented blog module APIs for SEO-friendly content pages.</li>
<li>Optimized SQL queries & stored procedures to improve performance.</li>
</ul>
<div class="btn projectCard">
<button type="button" class="btn projectCard-btn" onclick="alert('Backend project not publicly available')">
PREVIEW 🔒
</button>
</div>
</div>
</div>
</div>
<!-- PROJECT 2: Admin Panel Management System -->
<div class="project-card">
<div class="box">
<img src="resources/project-admin.jpg" alt="" class="card-img-top" />
<div class="project-ditels p-3">
<h3 class="project-title">Admin Panel Management System</h3>
<p>
Developed and enhanced 5+ robust admin dashboards used to manage bookings, coupons,
blogs, users, SEO settings and content across multiple countries. Worked on both frontend
and backend for admin modules and ensured clean architecture with role-based access.
</p>
<h4>Tech-Stack</h4>
<h5>ASP.NET Core MVC | C# | SQL Server | HTML | CSS | JavaScript | jQuery | Bootstrap</h5>
<ul>
<li>Created 3 admin panels from scratch and enhanced 2+ existing panels.</li>
<li>Implemented Role Master with secure role-based access and audit history.</li>
<li>Built blog management screens (create/update/publish) with preview support.</li>
<li>Developed SEO configuration in admin (meta tags, slugs, titles, canonical, etc.).</li>
<li>Added auto sitemap generation and controls so SEO team can modify SEO data from admin.</li>
</ul>
<div class="btn projectCard">
<button type="button" class="btn projectCard-btn" onclick="alert('Admin project is internal use only')">
PREVIEW 🔒
</button>
</div>
</div>
</div>
</div>
<!-- PROJECT 3: Secure Payment & Coupon System -->
<div class="project-card">
<div class="box">
<img src="resources/project-payment.jpg" alt="" class="card-img-top" />
<div class="project-ditels p-3">
<h3 class="project-title">Payment, Coupon & Notification System</h3>
<p>
Built a secure and high-performance payment workflow integrating Razorpay and Stripe,
along with a flexible coupon engine and user notification automation. The system supports
conditional discounts, campaign-based offers, and automated reminders for users.
</p>
<h4>Tech-Stack</h4>
<h5>C# | ASP.NET Core | Razorpay API | Stripe API | SQL Server | SMTP</h5>
<ul>
<li>Integrated Razorpay & Stripe with secure signature validation and error handling.</li>
<li>Implemented flexible coupon logic (user-specific, date-based, amount-based, and module-wise usage).</li>
<li>Created admin screens to configure and monitor coupon rules and usage.</li>
<li>Built automated email/SMS notifications for booking status, payment reminders and abandoned booking follow-ups.</li>
<li>Linked notification templates with admin so business/SEO team can update content without code changes.</li>
</ul>
<div class="btn projectCard">
<button type="button" class="btn projectCard-btn" onclick="alert('Internal payment module, not publicly accessible')">
PREVIEW 🔒
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Statistics section start -->
<section class="statistics" id="statistics">
<div class="max-width">
<h2 class="title">Statistics</h2>
<div class="column">
<div class="git">
<div class="individualStat">
<div>100+</div>
<div>
<h3>REST APIs</h3>
Developed & Maintained
</div>
</div>
<div class="individualStat">
<div style="border: 10px solid #7e2cde">50+</div>
<div>
<h3>Stored Procedures</h3>
Optimized for Performance
</div>
</div>
<div class="individualStat">
<div>8+</div>
<div>
<h3>Projects/Admin Panels</h3>
Completed & Enhanced
</div>
</div>
<div class="individualStat">
<div style="border: 10px solid #7e2cde">150GB+</div>
<div>
<h3>Cloud Data</h3>
Managed on Azure & AWS
</div>
</div>
<div class="individualStat">
<div>2+ Years</div>
<div>
<h3>Professional</h3>
Development Experience
</div>
</div>
</div>
<div id="githubCommits" class="row">
<div class="col">
<div class="d-none d-md-block">
<div class="calendar">
Loading the data just for you.
</div>
</div>
</div>
</div>
<div id="github-readme-stats">
<img
src="https://github-readme-stats.vercel.app/api?username=gautamprajapat8&show_icons=true&locale=en"
alt="gautamprajapat8"
/>
<img
src="https://github-readme-streak-stats.herokuapp.com/?user=gautamprajapat8&"
alt="gautamprajapat8"
/>
</div>
</div>
</div>
</section>
<!-- contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get in Touch</div>
<p>
Reach out to me, and let's work together on something exciting.
Big or small on web Applications.
</p>
<div class="icons">
<div class="row align-items-center">
<div class="col-auto pe-0">
<i class="fas fa-envelope"></i>
</div>
<div class="col ps-3">
<div class="info">
<div class="sub-title">
<a href="mailto:gautamk1336@gmail.com"
>gautamk1336@gmail.com</a
>
</div>
</div>
</div>
</div>
<div class="row align-items-center mb-2">
<div class="col-auto pe-0">
<a
href="https://www.linkedin.com/in/gautamprajapat8/"
target="_blank"
>
<i class="fab fa-linkedin"></i>
</a>
</div>
<div class="col ps-3">
<div class="info">
<div class="sub-title">
<a
href="https://www.linkedin.com/in/gautamprajapat8/"
target="_blank"
>
LinkedIn
</a>
</div>
</div>
</div>
</div>
<div class="row align-items-center mb-2">
<div class="col-auto pe-0">
<a href="https://github.com/gautamprajapat8" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
<div class="col ps-3">
<div class="info">
<div class="sub-title">
<a
href="https://github.com/gautamprajapat8"
target="_blank"
>
GitHub
</a>
</div>
</div>
</div>
</div>
<div class="row align-items-center mb-2">
<div class="col-auto pe-0">
<a href="tel:+918002834828" target="_blank">
<i class="fas fa-mobile"></i>
</a>
</div>
<div class="col ps-3">
<div class="info">
<div class="sub-title">
<a href="tel:+918002834828" target="_blank">
+91 8002834828
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message me</div>
<form action="https://formspree.io/f/mrgvjydl" method="POST">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" required />
</div>
<div class="field email">
<input
type="email"
name="email"
placeholder="Email"
required
/>
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" required />
</div>
<div class="field textarea">
<textarea
cols="30"
rows="10"
name="message"
placeholder="Message.."
required
></textarea>
</div>
<div class="button-area">
<button id="send" type="submit">Send message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- footer section start -->
<footer id="footer">
<p>©2025 Designed and developed by </p>
<a href="https://www.linkedin.com/in/gautamprajapat8/" target="_blank">
<img id="glogo" src="resources/Glogo.png" alt=""/>
</a>
<a href="https://www.linkedin.com/in/gautamprajapat8/" target="_blank">
<p class="footer-name">autam</p>
</a>
</footer>
</body>
<script
src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js"
;
></script>
<script src="script.js" type="module"></script>
</html>