-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathindex.html
597 lines (483 loc) · 21.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Saurav Mukherjee, portfolio Saurav Mukherjee, Data Scientist,Web Developer, portfolio website, Saurav Mukherjee website, Founder CodeIN" />
<meta name="description" content="Welcome to Saurav's Portfolio. Passionate Web & App Developer. Freelancer Data Scientist Machine Learning Ethusiast." />
<!-- Custom CSS -->
<link rel="stylesheet" href="./assests/css/style.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Favicon -->
<link id='favicon' rel="shortcut icon" href="./assests/images/potrait.jpeg" type="image/x-png">
<title> Saurav Mukherjee </title>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript">
(function(){
emailjs.init("tKcnAF73jMw0tRWFB");
})();
</script>
</head>
<body oncontextmenu="return false">
<!-- navbar starts -->
<header>
<a href="https://sauravmukherjee.bio.link/" class="logo"><i class="fab fa-node-js"></i> Saurav</a>
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#work">Projects</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- navbar ends -->
<!-- hero section starts -->
<section class="home" id="home">
<div id="particles-js"></div>
<div class="content">
<h3>Hi There,<br/> I'm Saurav <span>Mukherjee</span></h3>
<p>i am into <span class="typing-text"></span></p>
<a href="https://sauravmukherjee.bio.link/" class="btn"><span>Visit all Links</span>
<i class="fas fa-arrow-circle-up"></i>
</a>
<div class="socials">
<ul class="social-icons">
<li><a class="linkedin" href="https://www.linkedin.com/in/sauravmukherjee44/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a class="github" href="https://github.com/SauravMukherjee44" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a class="YouTube" href="https://www.youtube.com/c/SauravMukherjee44/featured" target="_blank"><i class="fab fa-youtube"></i></a></li>
<li><a class="twitter" href="https://twitter.com/mesourav44" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a class="instagram" href="https://www.instagram.com/mesouravofficial/"><i class="fab fa-instagram" target="_blank"></i></a></li>
<li><a class="gmail" href="mailto:[email protected] " target="_blank"><i class="fas fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="image">
<img draggable="false" class="tilt" src="./assests/images/potrait.jpeg" alt="">
</div>
</section>
<!-- hero section ends -->
<!-- about section starts -->
<section class="about" id="about">
<h2 class="heading"><i class="fas fa-user-alt"></i> About <span>Me</span></h2>
<div class="row">
<div class="image">
<img draggable="false" class="tilt" src="./assests/images/potrait (2).jpeg" alt="">
</div>
<div class="content">
<h3>I'm Saurav</h3>
<span class="tag">Passionate Full Stack Developer | Machine Learning Enthusiast </span>
<p>I'm Saurav, a passionate full-stack software developer. Along with a wonderful team,
I lead various projects, products, and tech communities.<br>
<br>I am a self-taught developer with a passion for web development and problem-solving. I have a strong background in software development and have worked on a wide variety of projects.
<br>
Leading India's fastest growing technical community of 10,000+ developers named <a href= "https://codeincommunity.com/">CodeIN Community</a>.<br>
</p>
<div class="box-container">
<div class="box">
<p><span> age: </span> 23</p>
</div>
<div class="box">
<p><span> email : </span> [email protected]</p>
</div>
</div>
<div class="resumebtn">
<a href="./assests/Resume_Saurav Mukherjee.pdf" class="btn"><span>Resume</span>
<i class="fas fa-chevron-right"></i>
</a>
</div>
</div>
</div>
</section>
<!-- about section ends -->
<!-- skills section starts -->
<section class="skills" id="skills">
<h2 class="heading"><i class="fas fa-laptop-code"></i> Skills & <span>Abilities</span></h2>
<div class="container">
<div class="row" id="skillsContainer">
</div>
</div>
</section>
<!-- skills section ends -->
<!-- education section starts -->
<section class="education" id="education">
<h1 class="heading"><i class="fas fa-graduation-cap"></i> My <span>Education</span></h1>
<p class="qoute">Education is not the learning of facts, but the training of the mind to think.</p>
<div class="box-container">
<div class="box">
<div class="image">
<a href="https://www.aecwb.edu.in/">
<img draggable="false" src="./assests/images/educat/college.jpg" alt="">
</div>
<div class="content">
<h3>Bachelor of Engineering in Computer Science</h3>
<p>Asansol Engineering College (AEC) </p>
<h4>2020-2024 | Completed</h4>
</a>
</div>
</div>
<div class="box">
<div class="image">
<a href="http://dpsdhanbad.in/">
<img draggable="false" src="./assests/images/educat/school.jpg" alt="">
</div>
<div class="content">
<h3>High School | Science</h3>
<p> Doon Public School | CBSE</p>
</a>
<h4>2018-2020 | Completed</h4>
</div>
</div>
</div>
</section>
<!-- education section ends -->
<!-- work project section starts -->
<section class="work" id="work">
<h2 class="heading"><i class="fas fa-laptop-code"></i> Projects <span>Made</span></h2>
<div class="box-container">
<div class="box tilt">
<img draggable="false" src="./assests/images/projects/mlpr.jpg" alt="" />
<div class="content">
<div class="tag">
<h3>E-Mail Classification ML Model</h3>
</div>
<div class="desc">
<p>Classify emails as spam or not-spam on the basis of the message.[Naive Bayes, Numpy, Pandas and Sklearn]
</p>
<div class="btns">
<a href="https://github.com/SauravMukherjee44/Email-Classification-Model/blob/main/Model/email_classification.ipynb" class="btn" target="_blank"><i class="fas fa-eye"></i> View</a>
<a href="https://github.com/SauravMukherjee44/Email-Classification-Model" class="btn" target="_blank"><i class="fas fa-code"></i> Code</a>
</div>
</div>
</div>
</div>
<div class="box tilt">
<img draggable="false" src="./assests/images/projects/portfolio1.jpg" alt="" />
<div class="content">
<div class="tag">
<h3>Portfolio Website</h3>
</div>
<div class="desc">
<p>Personal portfolio website. Don't need much info about it, just scroll down. You're here only!</p>
<div class="btns">
<a href="https://sauravmukherjee44.github.io/Portfolio-Saurav-Mukherjee/" class="btn" target="_blank"><i class="fas fa-eye"></i> View</a>
<a href="https://github.com/SauravMukherjee44/Portfolio-Saurav-Mukherjee" class="btn" target="_blank">Code <i class="fas fa-code"></i></a>
</div>
</div>
</div>
</div>
<div class="box tilt">
<img draggable="false" src="./assests/images/projects/Library.png" alt="" />
<div class="content">
<div class="tag">
<h3>College Library Website</h3>
</div>
<div class="desc">
<p>This is a College Library Website in which you can keep a record of all the books you have issued.
© 2021 Saurav Mukherjee</p>
<div class="btns">
<a href="https://sauravmukherjee44.github.io/Aec-Library-Website/" class="btn" target="_blank"><i class="fas fa-eye"></i> View</a>
<a href="https://github.com/SauravMukherjee44/Aec-Library-Website" class="btn" target="_blank">Code <i class="fas fa-code"></i></a>
</div>
</div>
</div>
</div>
<div class="box tilt">
<img draggable="false" src="./assests/images/projects/CodeIN.jpg" alt="" />
<div class="content">
<div class="tag">
<h3>CodeIN Community Website</h3>
</div>
<div class="desc">
<p>This is an Open Source Website for my Community CodeIN Community built using HTML, CSS, JavaScript and Bootstrap.</p>
<div class="btns">
<a href="https://codeincommunity.tech/" class="btn" target="_blank"><i class="fas fa-eye"></i> View</a>
<a href="https://github.com/SauravMukherjee44/CodeIN-Community-Website" class="btn" target="_blank">Code <i class="fas fa-code"></i></a>
</div>
</div>
</div>
</div>
<div class="box tilt">
<img draggable="false" src="./assests/images/projects/Netflix.PNG" alt="" />
<div class="content">
<div class="tag">
<h3>Netflix Clone | React-App</h3>
</div>
<div class="desc">
<p>Netflix clone App built with React and Redux. The objective of this project is to practising the concepts of 'React-Hooks', 'Redux-Hooks', react-router, redux-setup.</p>
<div class="btns">
<a href="https://netflix-clone-saurav.herokuapp.com/" class="btn" target="_blank"><i class="fas fa-eye"></i> View</a>
<a href="https://github.com/SauravMukherjee44/Netflix-Clone-PC-App" class="btn" target="_blank">Code <i class="fas fa-code"></i></a>
</div>
</div>
</div>
</div>
<div class="viewall">
<a href="/Portfolio-Saurav-Mukherjee/projects" class="btn"><span>View All</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</section>
<!-- work project section ends -->
<!-- experience section starts -->
<section class="experience" id="experience">
<h2 class="heading"><i class="fas fa-briefcase"></i> Experience </h2>
<div class="timeline">
<!-- ...existing code... -->
<div class="container right">
<div class="content">
<div class="tag">
<h2>EY (Ernst & Young)</h2>
</div>
<div class="desc">
<h3>Security Analyst</h3>
<p>09/2024 - Present, Kolkata, West Bengal</p>
<p> - Identifying and assessing financial, operational, and compliance risks; Developing and implementing risk mitigation strategies.
<br>
- Monitoring evolving risk environments and regulatory changes.
</p>
</div>
</div>
</div>
<div class="container left">
<div class="content">
<div class="tag">
<h2>SMIIT LTD</h2>
</div>
<div class="desc">
<h3>Software Development Engineer (SDE) Intern</h3>
<p>12/2023 - 07/2024, Remote</p>
<p> - Built the next-gen AI-based CyberSecurity Platform to provide robust solution.
<br>
- Integrated machine learning for threat detection.
<br>
- Conducted code reviews, automated testing, optimized performance, ensured compliance, collaborated with cross-functional teams, and improved the user interface and real-time threat analysis.
</p>
</div>
</div>
</div>
<div class="container right">
<div class="content">
<div class="tag">
<h2>ConnectBud</h2>
</div>
<div class="desc">
<h3>1:1 live Coding Tutor</h3>
<p>07/2022 - 01/2024, Remote</p>
<p> - Taught 100+ Live 1:1 Online Coding Classes on technologies such as App development, Web development, Machine learning and different programming languages.
</p>
</div>
</div>
</div>
<div class="container left">
<div class="content">
<div class="tag">
<h2>Google</h2>
</div>
<div class="desc">
<h3>Google Developer Student Club Lead</h3>
<p>06/2022 - 06/2023</p>
<p> - Appointed as Google Developer Student Club Lead for the first time on my campus, organized technical programs and hackathons, and mentored students.
</p>
</div>
</div>
</div>
<!-- ...existing code... -->
<div class="container right">
<div class="content">
<div class="tag">
<h2>YouTube</h2>
</div>
<div class="desc">
<h3>YouTube Creator</h3>
<p>Aug 2021 - July 2023</p>
<p> Channel with 2.70K+ Subscribers on Educational and Informational Videos related to Computer Science and different technical domains.
- Self-growth and opportunities for CS students.
- Learning Videos for different Technologies </p>
<br>
<a href="https://www.youtube.com/c/SauravMukherjee44/">Visit here</a>
</div>
</div>
</div>
<div class="container left">
<div class="content">
<div class="tag">
<h2>Google Cloud </h2>
</div>
<div class="desc">
<h3> Google Cloud Facilitator </h3>
<h2>Student Mentor</h2>
<p>April 2022 - August 2022</p>
<p>
- Through the Google Cloud Ready Facilitator program I Mentored 4000+ Students from India to complete 20,000+ Quests and 9,000+ Skill Badges on the Google Cloud Platform during the program.</p>
</div>
</div>
</div>
<div class="container right">
<div class="content">
<div class="tag">
<h2>ConnectBud</h2>
</div>
<div class="desc">
<h3>Coding-Tutor</h3>
<p>Aug 2021 - December 2023</p>
<p>ConnectBud Tutor | Live 1:1 Online Coding Classes for Kids.</p>
</div>
</div>
</div>
<div class="container left">
<div class="content">
<div class="tag">
<h2>GirlScript Summer of Code</h2>
</div>
<div class="desc">
<h3>Open Source Mentor and Project Admin</h3>
<p>March 2022 - July 2022</p>
<p>
Mentored 500+ Students to get started with open source contributions using my projects.</p>
</div>
</div>
</div>
<div class="container right">
<div class="content">
<div class="tag">
<h2>INTEL</h2>
</div>
<div class="desc">
<h3>Student Lead</h3>
<p>DEC 2021 - April 2022</p>
<p> Simplify programming, improve efficiency, and aid innovation on the latest Intel® CPUs, GPUs, and FPGAs using Intel® one API Toolkits, the Intel® AI Analytics Toolkit, and the new programming language, Data-Parallel.
- Deliver technical content on Intel’s Developer Website discussing my research, projects, and interests in the space of IoT, Deep Learning, and Artificial Intelligence.
- Host speaker of Ambassador Labs on campus, connecting with my peers and local community, providing training and insight into our work.</p>
</div>
</div>
</div>
<div class="container left">
<div class="content">
<div class="tag">
<h2>Microsoft Azure</h2>
</div>
<div class="desc">
<h3>Azure Dev Lead</h3>
<p>Jan 2022- June 2024</p>
<p> As an Azure Developer Lead, I had organized several Tech Events Focused on Azure Technologies at my local Chapter.</p>
</div>
</div>
</div>
<div class="container right">
<div class="content">
<div class="tag">
<h2>SAWO LABS</h2>
</div>
<div class="desc">
<h3>SAWO Developer Champ</h3>
<p>Jan 2022- April 2022</p>
<p> Worked on integrating password less authentication on various projects through SAWO API. I also contributed to the SAWO community throughout my journey.</p>
</div>
</div>
</div>
</div>
<div class="morebtn">
<a href="#" class="btn"><span>View All</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
</section>
<!-- experience section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h2 class="heading"><i class="fas fa-headset"></i> Get in <span>Touch</span></h2>
<div class="container">
<div class="content">
<div class="image-box">
<img draggable="false" src="./assests/images/contact1.png" alt="">
</div>
<form id="contact-form">
<div class="form-group">
<div class="field">
<input type="text" name="name" placeholder="Name" required>
<i class='fas fa-user'></i>
</div>
<div class="field">
<input type="text" name="email" placeholder="Email" required>
<i class='fas fa-envelope'></i>
</div>
<div class="field">
<input type="text" name="phone" placeholder="Phone">
<i class='fas fa-phone-alt'></i>
</div>
<div class="message">
<textarea placeholder="Message" name="message" required></textarea>
<i class="fas fa-comment-dots"></i>
</div>
</div>
<div class="button-area">
<button type="submit">
Submit <i class="fa fa-paper-plane"></i></button>
</div>
</form>
</div>
</div>
</section>
<!-- contact section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>Saurav's Portfolio</h3>
<p>Thank you for visiting my personal portfolio website. Connect with me over socials. <br/> <br/> Please wait for a while all major projects will be listed soon. Till then keep visiting. Connect with me over live chat!</p>
</div>
<div class="box">
<h3>quick links</h3>
<a href="#home"><i class="fas fa-chevron-circle-right"></i> home</a>
<a href="#about"><i class="fas fa-chevron-circle-right"></i> about</a>
<a href="#skills"><i class="fas fa-chevron-circle-right"></i> skills</a>
<a href="#education"><i class="fas fa-chevron-circle-right"></i> education</a>
<a href="#work"><i class="fas fa-chevron-circle-right"></i> work</a>
<a href="#experience"><i class="fas fa-chevron-circle-right"></i> experience</a>
</div>
<div class="box">
<h3>contact info</h3>
<p> <i class="fas fa-envelope"></i>[email protected]</p>
<p> <i class="fas fa-map-marked-alt"></i>Asansol, India-713305</p>
<div class="share">
<a href="https://www.linkedin.com/in/sauravmukherjee44/" class="fab fa-linkedin" target="_blank"></a>
<a href="https://github.com/SauravMukherjee44" class="fab fa-github" target="_blank"></a>
<a href="mailto:[email protected]" class="fas fa-envelope" target="_blank"></a>
<a href="https://twitter.com/mesourav44" class="fab fa-twitter" target="_blank"></a>
<a href="https://www.instagram.com/mesouravofficial/" class="fab fa-instagram" target="_blank"></a>
<a href="https://www.youtube.com/c/SauravMukherjee44/featured" class="fab fa-youtube" target="_blank"></a>
</div>
</div>
</div>
<h1 class="credit">Designed with <i class="fa fa-heart pulse"></i> by <a href="https://sauravmukherjee.bio.link/"> Saurav Mukherjee</a></h1>
</section>
<!-- footer section ends -->
<!-- scroll top btn -->
<a href="#home" class="fas fa-angle-up" id="scroll-top"></a>
<!-- scroll back to top -->
<!-- ==== ALL MAJOR JAVASCRIPT CDNS STARTS ==== -->
<!-- jquery cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- typed.js cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.5/typed.min.js" integrity="sha512-1KbKusm/hAtkX5FScVR5G36wodIMnVd/aP04af06iyQTkD17szAMGNmxfNH+tEuFp3Og/P5G32L1qEC47CZbUQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- particle.js links -->
<script src="./assests/js/particles.min.js"></script>
<script src="./assests/js/app.js"></script>
<!-- vanilla tilt.js links -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-tilt/1.7.0/vanilla-tilt.min.js" integrity="sha512-SttpKhJqONuBVxbRcuH0wezjuX+BoFoli0yPsnrAADcHsQMW8rkR84ItFHGIkPvhnlRnE2FaifDOUw+EltbuHg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- scroll reveal anim -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- ==== ALL MAJOR JAVASCRIPT CDNS ENDS ==== -->
<script src="./assests/js/script.js"></script>
</body>
</html>