-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathindex.html
616 lines (541 loc) · 27.1 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
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!--White background on icon so it stays visible during dark mode browsers-->
<link rel="shortcut icon" href="images/BitmojieIcon(1).jpeg" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css"
integrity="sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/8a2ffb66a4.js" crossorigin="anonymous"></script>
<title>My Portfolio</title>
</head>
<body>
<header>
<h2 class='logo navbar'>
<a target="blank" href="https://github.com/kd1729">
@kd1729
</a>
</h2>
<input type="checkbox" id="btn-toggle">
<label for="btn-toggle" class='btn-toggle'>
<span></span>
</label>
<nav class="navbar">
<ul>
<li><a href='#home'>Home</a></li>
<li><a href='#about'>About Me</a></li>
<li><a href='#strengths'>Strengths</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#contactme">Contact Me</a></li>
</ul>
</nav>
</header>
<!-- About -->
<div class="main" id="home">
<div class="first">
<h1 class="first-a fade">Hello,</h1>
<h3 class="first-b">I am Kaustubh Dwivedi !</h3>
<div id="c">
<h4 class="first-c">
I am an enthusiastic programmer... 👩💻
</h4>
<div class="myButton">
<a href="https://drive.google.com/file/d/1YwT4s3vg5co1AGdN-TABs_qZEhYiF-e6/view?usp=sharing"
target="blank">
My
Resume
</a>
</div>
</div>
</div>
<div class="second fade">
Start Scrolling and take a look at my Portfolio, <br>
and let's create something big together !
</div>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="arrow"></i></button>
<!--Scroll Icon -->
<div class='icon-scroll fade' onclick="scrollToContent()"></div>
<!-- Intro -->
<div class="intro" id="about">
<div class="intro-text">
<div class="intro-head">
About Me
</div>
<p class="stagger">
I am Associate Software engineer at Ivanti, I apply my skills to create innovative solutions for IT and security management.
I joined Ivanti in July 2023, after completing a six-month internship at the same company, where I gained valuable experience
in developing, testing, and deploying software applications.
</p>
<br>
<p class="stagger">
Before that, I interned at Walmart Global Tech India where I worked in Data Enginnering team and learnt about
various tools like Tableau, Google Secret Manager, Spark, Kafka, etc. I have also worked as a React Developer in 2 startups.
I also contributed to the GirlScript Winter of Contributing and Code For Government program as a opensource contributor, and was a senior core member of the
Student Technical Community at VIT Vellore, where I organized and participated in various technical events and workshops.
</p>
<br>
<p class="stagger">
I have completed my B.Tech in Computer Science from Vellore Institute of Technology, where I have completed
multiple courses and certifications in machine learning, cloud, and Microsoft technologies.
I am passionate about learning new technologies and applying them to real-world problems,
and I aspire to become a leader and a mentor in the field of Software Engineering.
</p>
<br>
<p class="stagger">
Apart from academics, If you are a person who loves to discuss about Football, Chess, F.R.I.E.N.D.S. or
Marvel or any random space mystery feel free to hit me up!
</p>
</div>
<img src="./images/updated_img.jpg" alt="">
</div>
<!--Gallup Strengths -->
<div class="strengths" id="strengths">
<div class="strengths-heading">
<a class="link-on-heading" href="https://drive.google.com/file/d/1Sn4WLPqfAd9G5B-aijhpBEWbTxYiVOUi/view?usp=sharing" target="_blank">
My Gallup Strengths
</a>
</div>
<div class="strengths-text">
<div class="strength-card">
<div class="strength-name"> Achiever </div>
<p>
People exceptionally talented in the Achiever theme work hard
and possess a great deal of stamina. They take immense
satisfaction in being busy and productive.
</p>
</div>
<div class="strength-card">
<div class="strength-name"> Restorative </div>
<p>
People exceptionally talented in the Restorative theme are
adept at dealing with problems. They are good at guring out what is wrong and resolving it.
</p>
</div>
<div class="strength-card">
<div class="strength-name"> Focus </div>
<p>
People exceptionally talented in the Focus theme can take a direction, follow through and make the
corrections necessary to stay on track. They prioritize, then act.
</p>
</div>
<div class="strength-card">
<div class="strength-name"> Futuristic </div>
<p>
People exceptionally talented in the Futuristic theme are
inspired by the future and what could be. They energize others with their visions of the future.
</p>
</div>
<div class="strength-card">
<div class="strength-name"> Competition </div>
<p>
People exceptionally talented in the Competition theme
measure their progress against the performance of others.
They strive to win rst place and revel in contests.
</p>
</div>
</div>
</div>
<!-- Skills -->
<div class="skills" id="skills">
<h2 class="skills-heading">Skills</h2>
<div class="skills-container">
<div class="skill-card">
<h3 class="skill-name">Frontend</h3>
<ul class="skills-text">
<li>HTML/CSS/JS</li>
<li>TailwindCSS</li>
<li>ReactJS</li>
<li>NextJS</li>
<li>React Native</li>
</ul>
</div>
<div class="skill-card">
<h3 class="skill-name">Backend</h3>
<ul class="skills-text">
<li>NodeJS</li>
<li>ExpressJS</li>
<li>MySQL</li>
<li>Firebase</li>
<li>MongoDB</li>
</ul>
</div>
<div class="skill-card">
<h3 class="skill-name">Languages</h3>
<ul class="skills-text">
<li>C/C++</li>
<li>Python</li>
<li>Java</li>
<li>JavaScript</li>
<li>Scala</li>
</ul>
</div>
<div class="skill-card">
<h3 class="skill-name">Tools</h3>
<ul class="skills-text">
<li>Git/Jira/Confluence</li>
<li>MS Visual Studio</li>
<li>Docker</li>
<li>Intellij</li>
<li>Tableau</li>
</ul>
</div>
<div class="skill-card">
<h3 class="skill-name">Others</h3>
<ul class="skills-text">
<li>Linux/Windows</li>
<li>Data Science</li>
<li>Big Data</li>
<li>Databases</li>
<li>Cloud</li>
</ul>
</div>
</div>
</div>
<!-- Projects -->
<div class="projects" id="projects">
<div class="projects-heading">
<a class="link-on-heading" href="https://github.com/kd1729" target="_blank" style="text-decoration: none;"> My Projects </a>
</div>
<div class="grid-container">
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/onlykingKD/movie_db_react_app" target="_blank">
TMDB Movie App</a>
</div>
<div class="project-desc">
Used TMDB API to develop frontend of a MovieApp using ReactJS
and Tailwind CSS. Also used Auth0 for Authenticaton. User can
perform various queries like searching movies, specific genre movies
and filtering movies based on different criterias. Also user can add
movie to Favourites, Completed or WatchLater.
</div>
<button class="project-button">
<a href="https://tmdb-onlykingkd.netlify.app/" target="_blank">
View Project
</a>
</button>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/onlykingKD/Face-Mask-Detector" target="_blank">
Face Mask Detection </a>
</div>
<div class="project-desc">
Worked on a Face Mask Detection project which uses Transfer Learning
using Keras and MobileNetV2. This project classifies whether a human face
is wearing a face mask or not.
</div>
<button class="project-button">
<a href="https://github.com/onlykingKD/Face-Mask-Detector" target="_blank">
View Code
</a>
</button>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/onlykingKD/multiuser_todoApp_from_scratch"
target="_blank">Multi-user Todo App</a>
</div>
<div class="project-desc">
Developed a multi‐user todo app with signup and login functionality
using Firebase Authentication. Various users can view and modify
their todo‐Lists. Used Google Firestore for storing users data.
</div>
<button class="project-button">
<a href="https://multiuser-todo-app.netlify.app/" target="_blank">
View Project
</a>
</button>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/onlykingKD/STC-ChatBot" target="_blank">
Club Chatbot
</a>
</div>
<div class="project-desc">
Created a ChatBot using NLP (NLTK), Keras, Tkinter for the technical club of which I was part
of in my college. This chatbot answers simple queries of the users
about the club.
</div>
<button class="project-button">
<a href="https://github.com/kd1729/STC-ChatBot" target="_blank">
View Code
</a>
</button>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/primeTanM/Excuser" target="_blank">
Excuser API (Express.js)</a>
</div>
<div class="project-desc">
Created simple excuse generator API. It's a simple API that allows you to get a random excuse.
You can use it to get random excuses for specific categories.
You can also get more than one excuse by sepcifing n value. It is free to use.
</div>
<button class="project-button">
<a href="https://excuser-three.vercel.app/" target="_blank">
View Project
</a>
</button>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/onlykingKD/Youtube-Education-Channels-Analytics" target="_blank">
Youtube-Channels-Analytics</a>
</div>
<div class="project-desc">
Use of Google Youtube Analytics API for Analysis of my favourite 5 youtube channels that helped me during my college life :
1. 5MinEngineering <br/>
2. GateSmashers
3. NesoAcademy <br/>
4. Education4U
5. KnowledgeGate
</div>
<button class="project-button">
<a href="https://github.com/kd1729/Youtube-Education-Channels-Analytics" target="_blank">
View Code
</a>
</button>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/kd1729/FRONTEND-MENTOR-CHALLENGES"
target="_blank">Frontend Mentor</a>
</div>
<div class="project-desc">
Frontend Mentor is a website that contains beginner friendly frontend challenges.
It is created using Vanilla css and Javascript.
</div>
<button class="project-button">
<a href="https://www.frontendmentor.io/challenges" target="_blank">
View Project
</a>
</button>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/kd1729/expense-tracker-react-native"
target="_blank">Expense Tracker</a>
</div>
<div class="project-desc">
Expense Tracker is a React Native project made using Expo and Firebase.
It allows you to track all of your expenses.
</div>
<button class="project-button">
<a href="https://github.com/kd1729/expense-tracker-react-native" target="_blank">
View Code
</a>
</button>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/kd1729/IP-Adress-Tracker"
target="_blank">IP Address Tracker</a>
</div>
<div class="project-desc">
IP Address Tracker allows you to track an user's address by taking their IP address as input.
</div>
<button class="project-button">
<a href="https://github.com/kd1729/IP-Adress-Tracker" target="_blank">
View Code
</a>
</button>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/kd1729/DOS-detection-using-ML"
target="_blank">DOS Attack Detector</a>
</div>
<div class="project-desc">
DOS Attack Detector uses ML to detect DOS attacks on your system.
</div>
<button class="project-button">
<a href="https://github.com/kd1729/DOS-detection-using-ML" target="_blank">
View Code
</a>
</button>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/kd1729/Lottery-Contract"
target="_blank">Lottery Smart Contract</a>
</div>
<div class="project-desc">
A simple Lottery Participation Smart Contract developed and tested using Solidity.
</div>
<button class="project-button">
<a href="https://github.com/kd1729/Lottery-Contract" target="_blank">
View Code
</a>
</button>
</div>
<div class="grid-item">
<div class="project-name">
<a class="project-link" href="https://github.com/kd1729/Simple-Calculator"
target="_blank">Calculator App</a>
</div>
<div class="project-desc">
A simple calculator app with dark theme made using HTML, CSS and JavaScript.
</div>
<button class="project-button">
<a href="https://github.com/kd1729/Simple-Calculator" target="_blank">
View Code
</a>
</button>
</div>
</div>
</div>
<!-- Experience -->
<div class="experience" id="experience">
<div class="experience-heading">
My Experience
</div>
<div class="experience-list">
<div class="experience-text">
<div class="experience-name">
<a class="link-on-experience" href="https://www.linkedin.com/in/kaustubhdwivedi1729/" target="_blank"> Associate Software Engineer </a>
</div>
<div class="time-period"> January 2023 - Present </div>
<div class="responsibilities" >
<ul>
<li>Worked as a Software Engineering Intern from Jan to June then joined as full time.</li>
<li>Migrated the build environment of the product from VisualStudio-2019 to VisualStudio-2022 using latest build tools such as Win11 SDK and latest WDK.</li>
<li>Working on various feature improvements and bugs fixing.</li>
</ul>
</div>
</div>
<div class="experience-text">
<div class="experience-name">
<a class="link-on-experience" href="https://drive.google.com/file/d/1A-niGXqdo6oRve_9zPh7zYGd85KuJHg9/view?usp=sharing" target="_blank"> Summer Intern at Walmart </a>
</div>
<div class="time-period"> May-June 2022</div>
<div class="responsibilities" >
<ul>
<li>Worked as a DS&I Intern (Data Strategy and Insights) at Walmart Global Tech under a Data Engineering team.</li>
<li>Worked on various projects of Data Engineering. Created several Dashboards using Tableau. Integrated Google Secret Manager in a big data Project </li>
<li>Learned about various Data Engineering tools like Airflow, Spark, Kafka, etc. Also learned about various Data Engineering concepts like ETL, Data Pipelines, etc.</li>
</ul>
</div>
</div>
<div class="experience-text">
<div class="experience-name">
<a class="link-on-experience" href="https://drive.google.com/file/d/15ekNSWIxe5RzzcJ1TQwLgUAyS83Xfp4j/view?usp=sharing" target="_blank">
FrontEnd Developer at FuncBox
</a>
</div>
<div class="time-period"> Jan-Feb 2022</div>
<div class="responsibilities" >
<ul>
<li>60 days React Frontend Developer Intern. </li>
<li>Designed various parts of website and also designed several games for primary level students in Vanilla JS. </li>
<li>Also worked on the Admin Panel and its integration with Frontend.</li>
<li>Fixed various bugs and improved the UI of the website including the Responsiveness of the website.</li>
</ul>
</div>
</div>
<div class="experience-text">
<div class="experience-name">
<a class="link-on-experience" href="https://drive.google.com/file/d/1PJzHtxMyM4t4pqknmEc7WVQXOWr9On9E/view?usp=sharing" target="_blank">
FrontEnd Developer at Protal, Funcbox
</a>
</div>
<div class="time-period"> Jan-Feb-March 2022</div>
<div class="responsibilities" >
<ul>
<li>90 days React Frontend Developer Intern.</li>
<li>Worked on the website creating various components of the website. </li>
<li>Also worked on the API integration part on a large scale.</li>
<li>Also Improved the functioning of various components. Also helped create
some components from scratch.</li>
</ul>
</div>
</div>
<div class="experience-text">
<div class="experience-name">
<a class="link-on-experience" href="https://drive.google.com/file/d/11-8c-CLVlMENeMQf2D2SxMfk0eRj9x_4/view?usp=sharing" target="_blank">
Applied Data Science Intern at IIT-Kanpur
</a>
</div>
<div class="time-period"> March-April-May 2020</div>
<div class="responsibilities" >
<ul>
<li>Completed 90 days of online Summer Internship Training Program in Machine Learning and Data Science at IIT Kanpur. </li>
<li>Learnt about various Machine Learning Algorithms, Data Science concepts and NLP concepts.</li>
<li>Also completed Sentiment Analysis Project.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="contact" id="contactme">
<h2>Contact Me</h2>
<form action="https://formspree.io/f/mqkwgovb" method="POST">
<input name="name" type="text" class="feedback-input scroll" placeholder="Name" required/>
<input name="email" type="text" class="feedback-input scroll" placeholder="Email" required/>
<textarea name="text" class="feedback-input scroll" placeholder="Comment" required></textarea>
<input type="submit" value="SUBMIT" class="scroll" />
</form>
<!-- social icons -->
<div class="icons">
<ul>
<li><a class="social-icon social-icon--facebook" href="https://www.facebook.com/kaustubh.dwivedi.94/"
target="_blank"><i class="fab fa-facebook" aria-hidden="true"></i>
<div class="tooltip">facebook</div>
</a></li>
<li><a class="social-icon social-icon--twitter" href="https://twitter.com/onlykingKD/"
target="_blank"><i class="fab fa-twitter" aria-hidden="true"></i>
<div class="tooltip">twitter</div>
</a></li>
<li><a class="social-icon social-icon--github" href="https://github.com/kd1729/" target="_blank"><i
class="fab fa-github" aria-hidden="true"></i>
<div class="tooltip">GitHub</div>
</a></li>
<li><a class="social-icon social-icon--linkedin" href="https://linkedin.com/in/kaustubhdwivedi1729/"
target="_blank"><i class="fab fa-linkedin" aria-hidden="true"></i>
<div class="tooltip">linkedin</div>
</a></li>
<li><a class="social-icon social-icon--instagram" href="https://instagram.com/onlykingkd/"
target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i>
<div class="tooltip">instagram</div>
</a></li>
<li><a class="social-icon social-icon--envelope" href="mailto:kaustubhdwivedi1729@gmail.com"
target="_blank"><i class="fa fa-envelope" aria-hidden="true"></i>
<div class="tooltip">mail</div>
</a></li>
</ul>
</div>
<!-- <div class="counter">
<div class="head">Total Website Visit</div>
<div class="count">00</div>
</div>
<script>
function updateCounter() {
fetch('https://api.countapi.xyz/update/uimonk/youtubechannel/?amount=1')
.then(res => res.json())
.then(data => counterElement.innerHTML = data.value)
}
updateCounter()
counterElement = document.getElementsByClassName('count')[0];
</script> -->
<!-- gsap animation script tag -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/gsap.min.js"
integrity="sha512-eP6ippJojIKXKO8EPLtsUMS+/sAGHGo1UN/38swqZa1ypfcD4I0V/ac5G3VzaHfDaklFmQLEs51lhkkVaqg60Q=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.8.0/ScrollTrigger.min.js"
integrity="sha512-CPA5LMoJI/a5HkSIAKcBtFXe4gqGjPUL2ExF/3PmhrrHI17wod9xOqqF+0WZQRKIIq0KwF8oG5BaiWobtrke3A=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- javascript script tag -->
<script src="./app.js"></script>
</body>
</html>