-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
550 lines (493 loc) · 21.6 KB
/
index.html
File metadata and controls
550 lines (493 loc) · 21.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta -->
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="author" content="AYAN CHOWDHURY" />
<title>Ayan's Portfolio</title>
<!-- Fonts -->
<link href="fonts/webfont-raleway/webfont-raleway.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous" />
<link href="fonts/webfont-font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
<!-- All CSS Plugins -->
<link rel="stylesheet" type="text/css" href="css/services_css/plugin.css" />
<!-- Stylesheets -->
<!-- <link
href="css/style/global.css"
type="text/css"
rel="stylesheet"
media="all"
/> -->
<link rel="stylesheet" type="text/css" href="css/services_css/style.css" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i|Playfair+Display:400,400i,700,700i,900,900i"
rel="stylesheet" />
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Libraries CSS Files -->
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet" />
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="lib/hover/hover.min.css" rel="stylesheet" />
<link rel="stylesheet" href="css/grt-youtube-popup.css" />
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="css/main_pfolio.css" />
<!-- Responsive css -->
<link href="css/responsive.css" rel="stylesheet" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Favicon -->
<link rel="shortcut icon" href="images/logo.png" />
<link rel="alternate" hreflang="en" href="http://ayanchowdhury.live" />
<link rel="alternate" hreflang="bn" href="http://bn.ayanchowdhury.live" />
<script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js"></script>
<script>
Weglot.initialize({
api_key: "wg_51e5f7502397a098a6342dcb4423904f7",
});
</script>
</head>
<body>
<!-- start section navbar -->
<nav id="navigation" class="main-nav navbar-inverse">
<div class="row">
<div class="container">
<div class="logo">
<a href="index.html"><img src="images/logo2.png" alt="logo" /></a>
</div>
<div class="responsive navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse" style="color: #fff">
<i data-icon="m" class="ion-navicon-round" style="color: #fff"></i>
</div>
<ul class="nav-menu list-unstyled">
<li><a href="#header" class="smoothScroll">Home</a></li>
<li><a href="#about" class="smoothScroll">About</a></li>
<li><a href="#blog" class="smoothScroll">Skills</a></li>
<li><a href="#portfolio" class="smoothScroll">Portfolio</a></li>
<li><a href="https://ayanchowdhury.substack.com/" class="smoothScroll">Blog</a></li>
<li><a href="#footer" class="smoothScroll">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- End section navbar -->
<button id="back-to-top-btn"><i class="fas fa-angle-double-up"></i></button>
<!-- start section header -->
<div id="header" class="home">
<div class="container">
<div class="header-content">
<h1>
I'm <mark><span class="typed"></span></mark>
</h1>
<p><mark>Technology Enthusiasts </mark></p>
<ul class="list-unstyled list-social">
<li>
<a href="https://github.com/ayanctech/ayanctech.github.io/raw/master/CVFolder/AyanResume2026Latest.pdf"
data-toggle="tooltip" title="Download CV"><i class="ion-document"></i></a>
</li>
<li>
<a href="https://ayanchowdhury.substack.com/" target="blank"><i
class="ion-social-blog"></i></a>
</li>
<li>
<a href="mailto:ayan.chowdhury2050@gmail.com"><i class="ion-android-mail" target="blank"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/ayanc-97" target="blank"><i class="ion-social-linkedin"></i></a>
</li>
<li>
<a href="https://github.com/GhAc-2017" target="blank"><i class="ion-social-github"></i></a>
</li>
</ul>
</div>
</div>
</div>
<!-- End section header -->
<!-- start section about us -->
<div id="about" class="paddsection">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-4">
<div class="div-img-bg">
<div class="about-img">
<img src="images/dpn.jpg" class="img-responsive" alt="me" />
</div>
</div>
</div>
<div class="col-lg-7">
<div class="about-descr">
<p class="p-heading">About Me !!</p>
<p class="separator">
Hello, I am Ayan Chowdhury.
I’m a Senior Software Engineer with 6.5 years of experience building and owning large-scale backend
systems in fintech and e-commerce. Currently at PhonePe, I’m a founding engineer for the EDC platform,
leading core services such as merchant onboarding, transaction management, and event-driven
workflows using Java, Kafka, and RabbitMQ. Previously at Meesho and Udaan, I built high-traffic
checkout systems and independently delivered a dispute management platform that became the
foundation for a vendor support pilot. I consistently operate as a system owner—driving design,
reliability, and end-to-end delivery—and I’m excited to bring this mindset to a team focused on scalable,
real-world impact.<span id="dots">...</span><br />
<span id="more">
I am a video maker too and photography is my passion. I myself
click photos and videos and turn them into a movie by editing
and compiling myself. I am FIFA fanatic.Sports is my passion.I
love playing various outdoor sports,watching football and A
HUGEEE FC Barcelona Fan.</span>
<a onclick="readMore()" id="readMoreLess"> Read more </a>
</p>
<a class="dwnld"
href="https://github.com/ayanctech/ayanctech.github.io/raw/master/CVFolder/AyanResume2026Latest.pdf">Download
My Resume</a>
</div>
</div>
</div>
</div>
</div>
<!-- end section about us -->
<!-- start section services -->
<div id="services">
<div class="container">
<div class="section-title">
<h2>My Skills</h2>
</div>
<div class="services-carousel owl-theme">
<div class="services-block">
<img class="iconlogo center" src="lib/icons/photoshop.svg" alt="photoshop logo" />
<span>ADOBE PHOTOSHOP</span>
</div>
<div class="services-block">
<img class="iconlogo center" src="lib/icons/webd.svg"
onerror="this.onerror=null; this.src='lib/icons/webd.png'" />
<span>Backend System Development</span>
</div>
<div class="services-block">
<img class="iconlogo center" src="lib/icons/android.svg"
onerror="this.onerror=null; this.src='lib/icons/android.png'" />
<span>ANDROID APP DEVELOPMENT</span>
</div>
<div class="services-block">
<img class="iconlogo center" src="lib/icons/github.svg"
onerror="this.onerror=null; this.src='lib/icons/github.png'" />
<span>GITHUB</span>
</div>
<div class="services-block">
<img class="iconlogo center" src="lib/icons/desktop-application.svg"
onerror="this.onerror=null; this.src='lib/icons/desktop-application.png'" />
<!-- lib/icons/desktop-application.svg -->
<span>DESKTOP SOFTWARE DEVELOPMENT</span>
</div>
<div class="services-block">
<img class="iconlogo center" src="lib/icons/wordpress.svg" alt="wordpress logo " />
<span>Wordpress</span>
</div>
<div class="services-block">
<img class="iconlogo center" src="lib/icons/photographer.svg"
onerror="this.onerror=null; this.src='lib/icons/photographer.png'" />
<span>PHOTOGRAPHY</span>
</div>
<div class="services-block">
<img class="iconlogo center" src="lib/icons/video-camera.svg"
onerror="this.onerror=null; this.src='lib/icons/video-camera.png'" />
<span>VIDEO MAKING</span>
</div>
</div>
</div>
</div>
<!-- end section services -->
<section id="services" class="services-section section-space-padding">
<!-- start section portfolio -->
<section id="portfolio" class="portfolio section-space-padding">
<div class="container">
<div class="section-title text-center">
<h2>My Portfolio</h2>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="portfolio-container">
<ul class="project-wrapper wow animated fadeInUp" style="width: 100%">
<li class="portfolio-item">
<img src="images/portfolio/fchat.png" class="img-responsive" alt="Lorem ipsum" />
<figcaption class="mask">
<h3 style="color: #ffffff">Frienchat</h3>
<p style="color: #ffffff">
A simple chat app using Firebase on android and Firebase
as Backend .
</p>
</figcaption>
<ul class="external">
<li>
<a class="youtube-link" youtubeid="Erkm9M1Coo4"><i class="fab fa-youtube"></i></a>
</li>
<li>
<a href="https://github.com/GhAc-2017/FrienChat" target="blank"><i class="fab fa-github"></i></a>
</li>
</ul>
</li>
<li class="portfolio-item">
<img src="images/portfolio/swapp.png" class="img-responsive" alt="Lorem Ipsum" />
<figcaption class="mask">
<h3 style="color: #ffffff">SwineApp</h3>
<p style="color: #ffffff">
Pig Farming and Management App
</p>
</figcaption>
<ul class="external">
<li>
<a class="youtube-link" youtubeid="jncQ8jPFqTM">
<i class="fab fa-youtube"></i>
</a>
</li>
<li>
<a a href="https://play.google.com/store/apps/details?id=com.icar.actech.swineapp"
target="blank"><i class="fab fa-google-play"></i></a>
</li>
</ul>
</li>
<li class="portfolio-item">
<img src="images/portfolio/pivotal.png" class="img-responsive" alt="Pivotal Tracker Clone " />
<figcaption class="mask">
<h3 style="color: #ffffff">ProjectyTracker</h3>
<p style="color: #ffffff">
An Agile Project Management Software( Pivotal Tracker
alike) with Outlook Sign In
</p>
</figcaption>
<ul class="external">
<li>
<a href="https://github.com/GhAc-2017/ProjectyTracker.git" target="blank">GitHub Repo <i
class="fab fa-github"></i></a>
</li>
</ul>
</li>
<li class="portfolio-item">
<img src="images/portfolio/libpic.png" class="img-responsive"
alt="Lorem Ipsum is simply dummy text of the printing and typesetting ndustry." />
<figcaption class="mask">
<h3 style="color: #ffffff">Library Software</h3>
<p style="color: #ffffff">
Desktop Software development with VB .NET
</p>
</figcaption>
<ul class="external">
<li>
<!-- <span class="youtube-link" youtubeid="OUBiaTeD-48">Open Video</span> data-link="https://www.youtube.com/embed/OUBiaTeD-48" -->
<a class="youtube-link" youtubeid="OUBiaTeD-48"><i class="fab fa-youtube"></i>
</a>
</li>
<li>
<a href="https://github.com/GhAc-2017/Library_Project" target="blank"><i
class="fab fa-github"></i></a>
</li>
</ul>
</li>
<li class="portfolio-item">
<img src="images/portfolio/truckers.png" class="img-responsive" alt="Truckers App " />
<figcaption class="mask">
<h3 style="color: #ffffff">Truckers App</h3>
<p style="color: #ffffff">
An application that Determines the Best Route for A
Trucker using Travelling Salesman Algorithm using Google
OR tools
</p>
</figcaption>
<ul class="external">
<li>
<a href="https://github.com/GhAc-2017/TruckersApp">GitHub Repo <i class="fab fa-github"></i></a>
</li>
</ul>
</li>
<li class="portfolio-item">
<img src="images/portfolio/idgp.png" class="img-responsive" alt="Lorem Ipsum " />
<figcaption class="mask">
<h3 style="color: #ffffff">ImageIDGP Parasite App</h3>
<p style="color: #ffffff">
ImageIDGP Parasite app with official National Databases
of parasites.
</p>
</figcaption>
<ul class="external">
<li>
<a href="https://play.google.com/store/apps/details?id=com.actech.protozoan_parasite"
target="blank"><i class="fab fa-google-play"></i></a>
</li>
<li>
<a href="https://github.com/GhAc-2017/ImageIdpParasiteProj" target="blank"><i
class="fab fa-github"></i></a>
</li>
</ul>
</li>
</ul>
<div></div>
</div>
</div>
</div>
</div>
</section>
<!-- End section portfolio -->
<section id="myservice">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="section-title">
<h2>Development Methodologies</h2>
<p>
I Develop Good Applications with Great CodeBase and Thorough
Testing
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="services-detail">
<i class="fa fa-mobile color-1"></i>
<h3>Mobile App</h3>
<hr />
<p>
Mobile app Development is the heart of my work.You want it-you
get it.Highly Functional apps with mindblowing UI is on the
menu for You.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="services-detail">
<i class="fa fa-desktop color-2"></i>
<h3>Full Stack Application</h3>
<hr />
<p>
We all love a Complete Solution and I provide High Quality
Full Stack Application too.Get yourself Going in every aspect
of Digital life.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="services-detail">
<i class="fa fa-code color-3"></i>
<h3>Clean Code</h3>
<hr />
<p>
Simple is most complex.I provide simple code with High
functionalities that even a newbie can understand and learn
from my coding.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="services-detail">
<i class="fa fa-life-ring color-4"></i>
<h3>Full Support</h3>
<hr />
<p>
You are assured to have 24X7 support from my side as we start
together.I gurantee you the best suport for your Digital
Venture.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="services-detail">
<i class="fa fa-codepen color-5"></i>
<h3>System Design & Backend Development</h3>
<hr />
<p>
An Experienced Bakcend developer who can wear multiple hats and have hands on
Experience on multiple Tech Stack.So I am there to provide you with a great
Product Experience!
</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="services-detail">
<i class="fa fa-instagram color-6"></i>
<h3>Video Making & Photography</h3>
<hr />
<p>
Home for High quality Photography and Video Making. You can
checkout my works from my portfolio links.
</p>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- Services End -->
<!-- start section footer -->
<div id="footer" class="center">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="contact-contact text-center">
<ul class="contact-details">
<li>
<i class="fas fa-home color-6" style="padding-right: 5px"></i><span>Kolkata,India</span>
</li>
<li>
<i class="fas fa-phone color-6" style="padding-right: 5px"></i><span>+91 8961529749</span>
</li>
<li>
<i class="fas fa-envelope color-6" style="padding-right: 5px"></i><span><a
href="mailto:ayan.chowdhury.2050@gmail.com"
style="text-decoration: none !important">ayan.chowdhury.2050@gmail.com</a></span>
</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="credits text-center">
<p>© Copyrights ACTECH 2026</p>
Designed by <span style="font-style: italic">Ayan</span>
</div>
</div>
<div class="col-lg-4">
<div class="socials-media text-center">
<ul class="list-unstyled">
<li>
<a href="https://github.com/ayanctech/ayanctech.github.io/raw/master/CVFolder/AyanResume2026Latest.pdf"
data-toggle="tooltip" title="Download CV"><i class="ion-document"></i></a>
</li>
<li>
<a href="https://www.instagram.com/ayan_frames" target="blank"><i class="ion-social-instagram"
id="igicon"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/ayanc-97" target="blank"><i class="ion-social-linkedin"
id="ldicon"></i></a>
</li>
<li>
<a href="mailto:ayan.chowdhury.2050@gmail.com" target="blank"><i class="ion-android-mail"
id="gicon"></i></a>
</li>
<li>
<a href="https://github.com/GhAc-2017" target="blank"><i class="ion-social-github giticon"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End section footer -->
<script src="js/Interactions.js"></script>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/typed/typed.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/magnific-popup/magnific-popup.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="js/grt-youtube-popup.js"></script>
<script>
$(".youtube-link").grtyoutube();
</script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>