-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
569 lines (485 loc) · 29 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Srinjoy Ganguly Portfolio</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: MyResume - v2.2.0
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<button type="button" class="mobile-nav-toggle d-xl-none"><i class="icofont-navigation-menu"></i></button>
<!-- ======= Header ======= -->
<header id="header" class="d-flex flex-column justify-content-center">
<nav class="nav-menu">
<ul>
<li class="active"><a href="#hero"><i class="bx bx-home"></i> <span>Home</span></a></li>
<li><a href="#about"><i class="bx bx-user"></i> <span>About</span></a></li>
<li><a href="#resume"><i class="bx bx-file-blank"></i> <span>Resume</span></a></li>
<li><a href="#projects"><i class="bx bx-server"></i> <span>Projects</span></a></li>
<li><a href="#contact"><i class="bx bx-envelope"></i> <span>Contact</span></a></li>
</ul>
</nav><!-- .nav-menu -->
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center">
<div class="container" data-aos="zoom-in" data-aos-delay="100">
<h1>Srinjoy Ganguly</h1>
<p>I'm <span class="typed" data-typed-items="Quantum Computing Researcher, Machine Learning Expert, Educator & Mentor"></span></p>
<div class="social-links">
<a href="https://www.linkedin.com/in/srinjoy-ganguly-545121120/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-left">
<div class="section-title">
<h2>About</h2>
<p>Srinjoy Ganguly is the founder and CEO of AdroitERA, an EdTech firm and is currently pursuing his Master in Quantum Computing Technologies from Technical University of Madrid, Spain. He has an overall
experience of 5 years in Machine Learning, Deep Learning, AI and an holistic experience of 4 years in Quantum Computing.</p>
</div>
<div class="row">
<div class="col-lg-4">
<img src="assets/img/profile-img.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content">
<h3>Researcher & Educator</h3>
<p class="font-italic">
Having an urge to learn till my last breath!
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>Current Activity 1:</strong> Authoring book on Quantum Computing</li>
<li><i class="icofont-rounded-right"></i> <strong>Current Activity 2:</strong> Leading and Mentoring QML study group</li>
<li><i class="icofont-rounded-right"></i> <strong>Current Activity 3:</strong> IBM Quantum Computing course by The Coding School</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>Current Activity 4:</strong> Founder and CEO of AdroitERA (AERA)</li>
<li><i class="icofont-rounded-right"></i> <strong>Currently Pursuing:</strong> Master in Quantum Computing Technologies</li>
<li><i class="icofont-rounded-right"></i> <strong>Email:</strong> [email protected]</li>
</ul>
</div>
</div>
<p>
He finished his MSc in Artificial Intelligence from the University of Southampton and is currently leading
the Quantum Machine Learning study space at QResearch QWorld.
</p>
<p>
He has successfully finished IBM Fall Quantum Challenge 2020 and is currently authoring a book on Quantum Computing with Silq Programming. His research interests include Quantum Machine Learning, Quantum Image Processing, Quantum Computing, Machine Learning and Deep Learning.
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Facts Section ======= -->
<section id="facts" class="facts">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Facts</h2>
<p>From small solo projects to production level creative collaborations in my most pertinent skills. I have always looked for the chance to explore new venues and learn something new that I can apply to my work. I firmly believe that hard work eventually pays off and I am aware that each day brings me closer to achieving my goals.</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="icofont-simple-smile"></i>
<span data-toggle="counter-up">30</span>
<p>Projects</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="count-box">
<i class="icofont-document-folder"></i>
<span data-toggle="counter-up">20</span>
<p>Organizations</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="icofont-live-support"></i>
<span data-toggle="counter-up">50</span>
<p>Total People Mentored</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="icofont-users-alt-5"></i>
<span data-toggle="counter-up">10</span>
<p>Awards</p>
</div>
</div>
</div>
</div>
</section><!-- End Facts Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Skills</h2>
<p>All skills are perfected through the process of failure, always embrace loss as a necessary part of improvement.</p>
</div>
<div class="row skills-content">
<div class="col-lg-6">
<div class="progress">
<span class="skill">Data Science<i class="val">100%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Machine Learning<i class="val">100%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Deep Learning<i class="val">100%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Quantum Computing<i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Quantum Machine Learning<i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Tensorflow<i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">PyTorch<i class="val">95%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill">Computer Vision <i class="val">95%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Python <i class="val">95%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">C/C++ <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">OpenCV<i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Git<i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">IBM Qiskit<i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">PennyLane<i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Skills Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Resume</h2>
<p>From small solo projects to production level creative collaborations is my most pertinent skills, I have always looked for the chance to explore new venues and learn something new that I can apply to my work. I firmly believe that hard work eventually pays off and I know that each day brings me closer to achieving my goals.</p>
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title">Summary</h3>
<div class="resume-item pb-0">
<h4>Srinjoy Ganguly</h4>
<p><em>Srinjoy Ganguly is the founder and CEO of AdroitERA, an EdTech firm and is currently pursuing his master's in Quantum Computing Technologies from Technical University of Madrid, Spain. He has overall 5 years of experience in Machine Learning, Deep Learning, AI and 4 years of experience in Quantum Computing.</em></p>
<ul>
<li>Ghaziabad, India</li>
<li>(+91) 8527309701</li>
<li>[email protected]</li>
</ul>
</div>
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Master in Quantum Computing Technologies</h4>
<h5>2020 - 2021</h5>
<p><em>Technical University of Madrid, Spain</em></p>
</div>
<div class="resume-item">
<h4>MSc in Artificial Intelligence</h4>
<h5>2019 - 2020</h5>
<p><em>University of Southampton, UK</em></p>
</div>
<div class="resume-item">
<h4>Bachelor of Technology, Electronics & Communications Engineering</h4>
<h5>2014 - 2018</h5>
<p><em>Guru Gobind Singh Indraprastha University Delhi, India</em></p>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Senior Data Scientist</h4>
<h5>December 2020 - Present</h5>
<p><em>AAIENA</em></p>
<ul>
<li>As a Senior Data Scientist at AAIENA, I have successfully led a team of 3-4 developers to deliver the Sizing product which can easily return the body measurements of the human body for ease and advancement in the shopping experience.</li>
<li>I have delivered the product with an accuracy of 90+ and currently leading the team through research and development for the latest upcoming products in Fashion & Apparel industry including Sneaky, Ettire, and many more.</li>
</ul>
</div>
<div class="resume-item">
<h4>Data Scientist</h4>
<h5>September 2020 - December 2020</h5>
<p><em>Greentech ITS</em></p>
<ul>
<li>At Greentech ITS I am working as a Data Scientist and my major work is to develop safe and smart transportation systems that facilitate seamless Transportation.</li>
<li>Our major projects aim to integrate information and communication technologies with transport infrastructure to improve economic performance, safety, mobility, and environmental sustainability. Some of the major projects done and maintained by our team are ATCC, VIDS and many more.</li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= Services Section ======= -->
<section id="projects" class="projects">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Projects</h2>
<p>Expect the best, plan for the worst, and prepare to be surprised.</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="https://github.com/Mohitkr95/Image-Super-Resolution.git">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,521.0016835830174C376.1290562159157,517.8887921683347,466.0731472004068,529.7835943286574,510.70327084640275,468.03025145048787C554.3714126377745,407.6079735673963,508.03601936045806,328.9844924480964,491.2728898941984,256.3432110539036C474.5976632858925,184.082847569629,479.9380746630129,96.60480741107993,416.23090153303,58.64404602377083C348.86323505073057,18.502131276798302,261.93793281208167,40.57373210992963,193.5410806939664,78.93577620505333C130.42746243093433,114.334589627462,98.30271207620316,179.96522072025542,76.75703585869454,249.04625023123273C51.97151888228291,328.5150500222984,13.704378332031375,421.85034740162234,66.52175969318436,486.19268352777647C119.04800174914682,550.1803526380478,217.28368757567262,524.383925680826,300,521.0016835830174"></path>
</svg>
<i class="bx bxl-dribbble"></i>
</div>
<h4><a href="https://github.com/Mohitkr95/Image-Super-Resolution.git">Image Super Resolution</a></h4>
<p>In this particular project based on Deep Learning, I used Super Resolution Convolutional Neural
Networks (SRCNN) for resolution adjusting.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-orange ">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="https://github.com/Mohitkr95/STOCK-PRICE-PREDICTOR.git">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,582.0697525312426C382.5290701553225,586.8405444964366,449.9789794690241,525.3245884688669,502.5850820975895,461.55621195738473C556.606425686781,396.0723002908107,615.8543463187945,314.28637112970534,586.6730223649479,234.56875336149918C558.9533121215079,158.8439757836574,454.9685369536778,164.00468322053177,381.49747125262974,130.76875717737553C312.15926192815925,99.40240125094834,248.97055460311594,18.661163978235184,179.8680185752513,50.54337015887873C110.5421016452524,82.52863877960104,119.82277516462835,180.83849132639028,109.12597500060166,256.43424936330496C100.08760227029461,320.3096726198365,92.17705696193138,384.0621239912766,124.79988738764834,439.7174275375508C164.83382741302287,508.01625554203684,220.96474134820875,577.5009287672846,300,582.0697525312426"></path>
</svg>
<i class="bx bx-file"></i>
</div>
<h4><a href="https://github.com/Mohitkr95/STOCK-PRICE-PREDICTOR.git">Stock Price Predictor</a></h4>
<p>I trained this model with its previous 1-year record cycle of Tata Global share of NSE and then used it for
predicting the share prices. For this model, I used the LSTM neural network.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-pink">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="https://github.com/Mohitkr95/TEXT-REVIEW-ANALYSER.git">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,541.5067337569781C382.14930387511276,545.0595476570109,479.8736841581634,548.3450877840088,526.4010558755058,480.5488172755941C571.5218469581645,414.80211281144784,517.5187510058486,332.0715597781072,496.52539010469104,255.14436215662573C477.37192572678356,184.95920475031193,473.57363656557914,105.61284051026155,413.0603344069578,65.22779650032875C343.27470386102294,18.654635553484475,251.2091493199835,5.337323636656869,175.0934190732945,40.62881213300186C97.87086631185822,76.43348514350839,51.98124368387456,156.15599469081315,36.44837278890362,239.84606092416172C21.716077023791087,319.22268207091537,43.775223500013084,401.1760424656574,96.891909868211,461.97329694683043C147.22146801428983,519.5804099606455,223.5754009179313,538.201503339737,300,541.5067337569781"></path>
</svg>
<i class="bx bx-tachometer"></i>
</div>
<h4><a href="https://github.com/Mohitkr95/TEXT-REVIEW-ANALYSER.git">Textual Sentiment Analysis</a></h4>
<p>This project is based on Natural Language Processing and with the help of this model, the customer review can be
analysed whether it is positive or negative.</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Recommedations</h2>
</div>
<div class="owl-carousel testimonials-carousel" data-aos="zoom-in" data-aos-delay="100">
<div class="testimonial-item">
<img src="assets/img/testimonials/Mohit-Kumar.jfif" class="testimonial-img" alt="">
<h3>Mohit Kumar</h3>
<h4>Data Scientist</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Srinjoy sir is a very humble and extremely helping person. He is highly expertise in Artificial Intelligence & Quantum Computing. Whenever it comes to research related work then his dedication and hard work are always commendable, he is a great leader, teammate, and mentor.
He is the one who made me the one who I am right now, he guided me throughout my AI journey and help me in enriching my skills by providing me the proper resources, I met him in person so many time and he inspires me always to go for more and as he has so much positive aura.
He keeps inspiring people around him and it's always a great feeling to work with him!
Thank you for everything!
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="testimonial-item">
<img src="assets/img/testimonials/Storm-Mann.jfif" class="testimonial-img" alt="">
<h3>Storm Mann</h3>
<h4>Senior Editor at Packt</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I worked as editor with Srinjoy on his upcoming book, and it was nothing but a pleasure to work alongside him. Srinjoy is a pure expert in his field and tackled writing a book like a professional with a positive attitude and some shining ideas. I wish you all the best, Srinjoy!
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="testimonial-item">
<img src="assets/img/testimonials/Tianyu-Du.jfif" class="testimonial-img" alt="">
<h3>Tianyu Du</h3>
<h4>MSc AI at University of Southampton</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I have studied with Srinjoy Ganguly for the past 12 months in University of Southampton for AI MSc program. We cooperated in Machine Learning and Advanced Machine Learning module project work in which he left me with a deep impression of his profound knowledge which covers many advanced AI research topics. Additionally, he has a high level of sense of responsibility so he always provides proper advice to those who seek for his guidence with patient listening and analyzation. I benefit a lot from his helping during the postgraduate period and I believe that he will make more achievements with his enthusiasm in different fields.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row mt-1">
<div class="col-lg-4">
<div class="info">
<div class="address">
<i class="icofont-google-map"></i>
<h4>Location:</h4>
<p>Ghaziabad, Uttar Pradesh 201005, India</p>
</div>
<div class="email">
<i class="icofont-envelope"></i>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<div class="phone">
<i class="icofont-phone"></i>
<h4>Mobile:</h4>
<p>+91 8527309701</p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validate"></div>
</div>
<div class="col-md-6 form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<h3>Srinjoy Ganguly</h3>
<p>If you want to change something then stand and fight for it because life has no remote, just get up, and change it yourself!</p>
<div class="social-links">
<a href="https://www.linkedin.com/in/mohitkumar1999/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
<div class="copyright">
© Copyright <strong><span>Open Source</span></strong>. All Rights are not Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: [license-url] -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/ -->
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="bx bx-up-arrow-alt"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>