-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
617 lines (532 loc) · 26.9 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
617
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://kit.fontawesome.com/5dbf1108d2.js" crossorigin="anonymous"></script>
<link rel="icon" href="favicon.ico">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap" rel="stylesheet">
<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|Satisfy"
rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css"
integrity="sha512-1cK78a1o+ht2JcaW6g8OXYwqpev9+6GqOkz9xmBN9iUUhIndKtxwILGWYOSibOKjLsEdjyjZvYDq/cZwNeak0w=="
crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="portfolio.css">
<script type="text/javascript" src="index.js"></script>
<title>Prachi Gupta</title>
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-md navbar-dark fixed-top">
<div class="container">
<a href="index.html" class="navbar-brand"></a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#about" class="nav-link">About Me</a>
</li>
<li class="nav-item">
<a href="#education" class="nav-link">Education</a>
</li>
<li class="nav-item">
<a href="#skills" class="nav-link">Skills</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link">Projects</a>
</li>
<li class="nav-item">
<a href="#experience" class="nav-link">Experience</a>
</li>
<li class="nav-item">
<a href="#achievements" class="nav-link">Achievements</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- About Section -->
<section id="about" class="py-5">
<div class="container">
<div class="row">
<div class="col-md-6 align-self-center" data-aos="fade-right">
<h1 class="name gl">Prachi Gupta</h1>
<h1 class="name2"> I am
<span class="txt-rotate" data-period="2000"
data-rotate='[ " a Programmer.", " a Developer.", " an Avid Reader." ]'></span>
</h1>
<p class="top-text py-5">
<h4>I believe in developing software according to the needs of the user. <br>
My interests lie in Problem Solving, Machine Learning and Economics. <br><br>
In my free time, you can catch me reading articles, listening music or
taking part in programming contests.</h4>
</p>
<p class="mt-4 mb-5">
<a href="mailto:prachig2281@gmail.com" add target="_blank"><i
class="fas fa-envelope fa-3x mr-3 icon"></i></a>
<a href="https://www.linkedin.com/in/prachi-gupta-05557320b/" add target="_blank"><i
class="fab fa-linkedin fa-3x mr-3 icon"></i></a>
<a href="https://github.com/Prachi-22-81" add target="_blank"><i
class="fab fa-github fa-3x mr-3 icon"></i></a>
</p>
</div>
<div class="col-md-2"></div>
<div class="psimg col-md-4 rounded-circle" data-aos="fade-left">
<img src="./Images/Pic.png" alt="" onclick="changeColor()"
class="img-fluid rounded-circle d-none d-md-block about-img">
</div>
</div>
</div>
</section>
<!-- Education Section -->
<section id="education" class="pb-5">
<div class="container" data-aos="fade-up">
<h1 class="abc">Education</h1>
<div class="row pt-3">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<h3>Indira Gandhi Delhi Technical University for Women, Delhi</h3>
<h5>Bachelor of Technology in Electronics & Communication [Current CGPA-8.91] </h5>
<p>2020 - 2024</p>
</div>
</div>
</div>
</div>
<div class="row pt-3">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<h3>City Montessori Inter College, Lucknow</h3>
<h5>Senior Secondary Education,(CISCE) Class 12- 96.25% (Best of 4: English, Physical
Education, Computer Science, Physics)</h5>
<h5>Secondary Education,(CISCE) Class 10 - 94%</h5>
<p>2012 - 2019</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="py-5">
<div class="container" data-aos="flip-up">
<h1 class="abc">Skills</h1>
<div class="row text-center justify-content-between mb-3">
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/java.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>JAVA</h5>
</div>
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/cpp.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>C++</h5>
</div>
<div class="col-12 col-md-2 plang">
<img src="./Images/Icons/SQL.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>mySQL</h5>
</div>
<div class="col-12 col-md-2 plang">
<img src="./Images/Icons/html.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>HTML</h5>
</div>
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/bootstrap.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>Bootstrap</h5>
</div>
</div>
<div class="row text-center justify-content-between">
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/python.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>Python</h5>
</div>
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/js.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>JavaScript</h5>
</div>
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/NODEJS.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>NodeJs</h5>
</div>
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/mongoDB.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>MongoDB</h5>
</div>
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/git.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>Git</h5>
</div>
</div>
<div class="row text-center justify-content-between">
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/react.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>React</h5>
</div>
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/redux.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>Redux</h5>
</div>
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/ts.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>TypeScript</h5>
</div>
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/Jest.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>Jest</h5>
</div>
<div class="col-6 col-md-2 plang">
<img src="./Images/Icons/firebase.png" alt="" class="img-fluid img-icon text-center my-3">
<h5>Firebase</h5>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects">
<div class="container" data-aos="zoom-in-up">
<h1 class="abc pt-5">Projects</h1>
<div class="row py-3">
<div class="col-lg-6 mb-4">
<div class="card">
<img class="card-img-top" src="./Images/Projects/Blog_App_Pic.png" alt="">
<div class="card-body">
<h4 class="card-title">Blog App: Express Yourself</h4>
<p class="card-text">A MERN stack project made using React and styled-components in frontend
and MongoDB at backend.
<br>
Tech-Stack Used :<br>
● Language: HTML, CSS, JavaScript<br>
● Library used: React, Database: MongoDB
</p>
<a href="https://github.com/Prachi-22-81/Blog-App" add target="_blank"
class="btn btn-sm btn-outline-success">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="card">
<img class="card-img-top" src="./Images/Projects/Browse_App.png" alt="">
<div class="card-body">
<h4 class="card-title">Browse App</h4>
<p class="card-text">A website where you can browse movies made with ReactJS and tailwind.
Learned about the fundamentals of ReactJS like Functional Component, making API Calls ,
Routing , Pagination and Deploying ReactJS projects .
<br>
Tech-Stack Used :<br>
● Language: HTML, CSS, JavaScript<br>
● Library used: React<br>
</p>
<a href="https://lavender-movies.netlify.app/" add target="_blank"
class="btn btn-sm btn-outline-success">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="card">
<img class="card-img-top" src="./Images/Projects/Screenshot.png" alt="">
<div class="card-body">
<h4 class="card-title">Sound Kit: The Game</h4>
<p class="card-text">Sound-kit helps users to play music instruments sound
from their keyboard. This can help those people who do not have access to all these
instruments but want to get a feel of things.
</p>
<a href="https://github.com/Prachi-22-81/Sound-Kit" add target="_blank"
class="btn btn-sm btn-outline-success">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="card">
<img class="card-img-top" src="./Images/Projects/Adventure.png" alt="">
<div class="card-body">
<h4 class="card-title">The Adventurer</h4>
<p class="card-text">Exceptional images deserve an exceptional presentation.<br> This
website reinforces the concepts of Bootstrap and Javascript learned in Front-End Web
Development
</p>
<a href="https://prachi-22-81.github.io/-The-Adventurer/" add target="_blank"
class="btn btn-sm btn-outline-success">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="card">
<div class="card-body">
<h4 class="card-title">Face Mask Detector</h4>
<p class="card-text">
A Machine Learning model which detects whether a person is wearing a face-mask or not.
<br>
Tech-Stack Used :<br>
Language: Python<br>
Library used: (Deep Learning) OpenCV, Keras<br>
</p>
<a href="https://github.com/Prachi-22-81/Face-Mask-Detector" add target="_blank"
class="btn btn-sm btn-outline-success">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="card">
<div class="card-body">
<h4 class="card-title">Movie Recommendation Machine Learning Model</h4>
<p class="card-text">
This is a ML model which recommends movies to the user based on Collaborative filtering.
It uses cosine similarity logic.
</p>
<a href="https://github.com/Prachi-22-81/Machine-Learning" add target="_blank"
class="btn btn-sm btn-outline-success">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="card">
<div class="card">
<img class="card-img-top" src="./Images/Projects/Screenshot To-Do list.png" alt="">
<div class="card-body">
<h4 class="card-title">To-Do-List</h4>
<p class="card-text">
An efficient todo list connected to the database. Made using Bootstrap, Express.js,
Node.js and MongoDB.
</p>
<a href="https://github.com/Prachi-22-81/To-Do-List" add target="_blank"
class="btn btn-sm btn-outline-success">Learn More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="card">
<img class="card-img-top" src="./Images/Projects/portfolio.png" alt="">
<div class="card-body">
<h4 class="card-title">Portfolio Website</h4>
<p class="card-text">
A website to showcase my work and achievements.
</p>
<a href="https://prachi-22-81.github.io/Portfolio-Website/" add target="_blank"
class="btn btn-sm btn-outline-success">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="py-5">
<div class="container" data-aos="fade-up">
<h1 class="abc">Experience</h1>
<div class="row py-3">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<h3>Summer Analyst (Software Engineering Intern)</h3>
<h5>Goldman Sachs </h5>
<p>May 2023 - July 2023</p>
<ul>
<li>Worked as an intern in the Microservices Engineering team.</li>
<li>
Built a dashboard to manage feature toggles which enhanced user experience and
performance.</li>
<li> Tech-Stack Used: ReactJS, Typescript, Jest, Git</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row py-3">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<h3>DSA Mentor (Explore Cohort)</h3>
<h5>LeanIn, IGDTUW </h5>
<p>Dec 2022 - May 2023</p>
<ul>
<li>Part of a community which empowers 600+ women to pursue careers in STEM.</li>
<li>
Taught Data structures and Algorithms to 150+ students and helped in conducting
sessions related to opportunities in tech. </li>
</ul>
</div>
</div>
</div>
</div>
<div class="row py-3">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<h3>Mentor</h3>
<h5>Protege </h5>
<p>December 2021 - August 2022</p>
<ul>
<li>Mentored freshman mentees by helping them with roadmaps to follow in college.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row py-3">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<h3>Head Coordinator, Web Development Team</h3>
<h5>Innerve </h5>
<p>August 2021 - November 2021</p>
<ul>
<li>Helped the Web Development team of my University's Technical -INNERVE Fest to build
the Front end part of the Website.</li>
<li>Technologies Used-Html, Css, Javascript and Bootstrap framework</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row py-3">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<h5>Active Member</h5>
<h3>Developer Students Clubs IGDTUW</h3>
<p>January 2021 - Present</p>
<ul>
<li> ◦ DSC is a community of programmers, developers and designers, who grow their
knowledge in a
peer to peer learning environment and build solutions for local business and their
community.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row py-3">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<h5>Active Member</h5>
<h3>Lean In IGDTUW</h3>
<p>January 2021 - Present</p>
<ul>
<li> ◦It is a community that helps women achieve their ambitions and work to create an
equal world. I
am the part of the Advance Coding Circle here.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Courses Taken -->
<section id="community">
<div class="container">
<h1 class="abc">Certifications</h1>
<div class="row py-3">
<div class="col-md-6 mb-3" data-aos="fade-right">
<div class="card">
<div class="card-body">
<h3>Introduction To Machine Learning</h3>
<h5>Indian Institute of Technology, Kharagpur </h5>
<p>Received Silver Medal Certification.</p>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-left">
<div class="card">
<div class="card-body">
<h3>Algorithmic Toolbox</h3>
<h5>UC San Diego</h5>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-left">
<div class="card">
<div class="card-body">
<h3>Data Structures and Algorithms in Java </h3>
</div>
</div>
</div>
</div>
</section>
<!-- Achievements Section -->
<section id="achievements" class="py-5">
<div class="container" data-aos="fade-up">
<h1 class="abc">Achievements</h1>
<div class="row py-3">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<li> Solved over 1000+ problems on various Coding Platforms.</li>
<li>Got selected for Code to Give Hackathon in top 144 by Morgan Stanley out of thousands of
applicants</li>
<li>Won Leetcode Annual Badge 2022</li>
<li>Silver Medal Certification in Introduction to Machine Learning-IIT, Kharagpur (NPTEL) in
Oct 2021</li>
<li>In top 4.4% students in JEE Mains 2020.</li>
<li>Secured a state rank of 14 in International Cyber Olympiad (I.C.O) by EduHeal
Foundation.</li>
<li>Was awarded Certificate of Distinction in Science (IBT Program [ACER]) by Australian
Council for Educational Research.
</li>
<li>
Leader Of Change- Global Dream, recognised for making at least one person literate.</li>
<li>Cyber Olympiad - SOF Foundation</li>
<ul>
<li>Won Bronze Medal.</li>
</ul>
<li>Academic Excellence Award (Merit)</li>
<ul>
<li>Won this award for six consecutive years in City Montessori Inter College (CMS),
Lucknow.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer class="text-center developers">
<p> This site is developed by
<a href="https://www.linkedin.com/in/prachi-gupta-05557320b/" class="footer">
<span class="wtef-blue">Prachi Gupta</span>
</a>
</p>
<span></span>
<p> © 2023</p>
</footer>
<div id="preloader"></div>
<script type="text/javascript" src="./js/particles.js"></script>
<script src="jquery.min.js"></script>
<script src="main.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"
integrity="sha512-A7AYk1fGKX6S2SsHywmPkrnzTZHrgiVT7GcQkLGDe2ev0aWb8zejytzS8wjo7PGEXKqJOrjQ4oORtnimIRZBtw=="
crossorigin="anonymous"></script>
<script>
AOS.init({
delay: 200,
duration: 1200,
once: false
})
</script>
</body>
</html>