-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
574 lines (474 loc) · 21.5 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
<!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="puja , portfolio, puja, full stack dev, personal portfolio lifecodes, portfolio design, portfolio website, personal portfolio" />
<meta name="description" content="Welcome to puja's Portfolio. Full-Stack Web Developer and Android App Developer" />
<!-- Custom CSS -->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<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 -->
<title>Portfolio | Puja Agarwal</title>
</head>
<body oncontextmenu="return false">
<!-- pre loader -->
<!-- <div class="loader-container">
<img draggable="false" src="./assets/images/preloader.gif" alt="">
</div> -->
<!-- navbar starts -->
<header>
<a href="/" class="logo"><i class="fa-solid fa-code"></i> Puja Agarwal</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">Work</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">
<h2>Hi There,<br/> I'm <span>Puja Agarwal</span></h2>
<p>i am into <span class="typing-text"></span></p>
<a href="#about" class="btn"><span>About Me</span>
<i class="fas fa-arrow-circle-down"></i>
</a>
<div class="socials">
<ul class="social-icons">
<li><a class="linkedin" aria-label="LinkedIn" href="https://www.linkedin.com/in/puja-agarwal-2000/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a class="github" aria-label="GitHub" href="https://github.com/pujaagarwal5263" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a class="youtube" aria-label="Youtube" href="https://www.youtube.com/channel/UCDU1yqTiCLxNIom4k0aOuaA" target="_blank"><i class="fab fa-youtube"></i></a></li>
<li><a class="twitter" aria-label="Twitter" href="https://twitter.com/PujaAga83960883" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a class="telegram" aria-label="Telegram" href="https://t.me/rids_Rids" target="_blank"><i class="fab fa-telegram-plane"></i></a></li>
<li><a class="dev" aria-label="Code" href="https://leetcode.com/pujuagarwal/" target="_blank"><i class="fa-solid fa-code"></i></a></li>
<li><a class="" aria-label="Gfg" href="https://auth.geeksforgeeks.org/user/pujuagarwal/" target="_blank"><i class="fa-solid fa-laptop-code"></i></a></li>
<li><a class="" aria-label="Devpost" href="https://devpost.com/pujuagarwal5263" target="_blank"><i class="fa-solid fa-file-code"></i></a></li>
</ul>
</div>
</div>
<div class="image">
<img draggable="false" class="tilt" src="./assets/images/puja_anime.jpg" 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="./assets/images/profile2.jpeg" alt="">
</div>
<div class="content">
<h3>I'm <span style="color: purple;">Puja Agarwal</span></h3>
<span class="tag">Full Stack Developer</span>
<p>I am a Full-Stack developer currently in Bangalore, KA.
I am a Computer Science Engineering graduate from Baddi University.
I am very passionate about improving my coding skills & developing applications & websites.
I build WebApps and Websites using MERN Stack.
I also have skills in Android Development.
I am more inclined towards backend development and have keen interest in AI and ML.
Continuosly working on myself for improving my skills.
</p>
<div class="box-container">
<div class="box">
<p><span> age: </span> 23</p>
<p><span> phone : </span> +91 7590863884</p>
</div>
<div class="box">
<p><span> email : </span> [email protected]</p>
<p><span> place : </span> Bangalore, India - 560076</p>
</div>
</div>
<div class="resumebtn">
<a href="https://drive.google.com/file/d/1JeHg9BV_DvBsQjTqlelZ79RpRb6qq8ym/view" class="btn" target="_blank"><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 class="bar">
<div class="info">
<img src="https://img.icons8.com/color/48/000000/adobe-xd.png"/>
<span>AdobeXD</span>
</div>
</div> -->
</div>
</div>
</section>
<!-- skills section ends -->
<br>
<br>
<br>
<br>
<!-- 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="content">
<h3>Bachelor of Technology in Computer Science</h3>
<p>Baddi University of Emerging Sciences and Technologies</p>
<h4>2018-2022 | CGPA: 9/10</h4>
</div>
</div>
<div class="box">
<div class="content">
<h3>Higher Secondary | Physics-Chemistry-Mathematics</h3>
<p>National Academy of Sciences and Technologies </p>
<h4>2016-2018 | Percentage: 87.5%</h4>
</div>
</div>
<div class="box">
<div class="content">
<h3>Secondary | General</h3>
<p>Stepping Stone English School </p>
<h4>2015-2016 | Percentage: 92%</h4>
</div>
</div>
</div>
</section>
<!-- education section ends -->
<br>
<br>
<br>
<br>
<!-- 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="./assets/images/projects/portfolio1.PNG" 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="#" class="btn" target="_blank"><i class="fas fa-eye"></i> View</a>
<a href="https://github.com/puja-sable/Portfolio-Website" class="btn" target="_blank">Code <i class="fas fa-code"></i></a>
</div>
</div>
</div>
</div> -->
</div>
<div class="viewall">
<a href="/projects" class="btn"><span>View All</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</section>
<!-- work project section ends -->
<!-- achievements section starts -->
<section class="education" id="education">
<br>
<br>
<h1 class="heading"><i class="fas fa-computer"></i> Hackathon <span>Achievements</span></h1>
<p class="qoute">Some of my projects that have won certain hackathons and awards. </p>
<div class="box-container-1" style="display: flex;">
<div class="box" style="width: 45%; padding: 10px;">
<div class="content">
<h3>Accenture Innovation Challenge</h3>
<p>Semi-Finale of Accenture Innovation Challenge 2021</p>
<h4>Encore: CrowdFunding Platfrom</h4>
</div>
</div>
<div class="box" style="width: 45%; padding: 10px;">
<div class="content">
<h3>The Second SAAI Factory Hackathon </h3>
<p>Won 3rd Prize: White Mountain </p>
<h4>Tech-Tonic: Tech Stack Recommendor</h4>
</div>
</div>
<div class="box" style="width: 45%; padding: 10px;">
<div class="content">
<h3>EduSands Hack</h3>
<p>Top 300 Prize</p>
<h4>Grievance Portal: A complaint management system</h4>
</div>
</div>
<div class="box" style="width: 45%; padding: 10px;">
<div class="content">
<h3>ArizonaHacks</h3>
<p>Viewers Choice Awards</p>
<h4>FitPulse: Fitness tracker with Google Fit API</h4>
</div>
</div>
<div class="box" style="width: 45%; padding: 10px;">
<div class="content">
<h3>Ably Realtime Experiences Hackathon</h3>
<p>React Prize</p>
<h4>CodeAbly: Realtime Coding Collaboration Platform</h4>
</div>
</div>
<div class="box" style="width: 45%; padding: 10px;">
<div class="content">
<h3>Medi Hacks 2023</h3>
<p>Best Mental Health Project</p>
<h4>MindAIginite: Mental Health Project</h4>
</div>
</div>
<div class="box" style="width: 45%; padding: 10px;">
<div class="content">
<h3>Hack4Earth</h3>
<p>Most Creative and Original Project</p>
<h4>Animal Rescue Hub: Powered by Tensorflow</h4>
</div>
</div>
<div class="box" style="width: 45%; padding: 10px;">
<div class="content">
<h3>Fremont Hacks</h3>
<p>Financial Project</p>
<h4>SpendWise: Expense Tracker</h4>
</div>
</div>
</div>
<br>
<br>
<br>
</section>
<br>
<br>
<!-- achievements section ends -->
<section class="skills" id="skills">
<br>
<br>
<h2 class="heading"><i class="fas fa-envelope"></i> Featured <span>Newsletters</span></h2>
<p class="qoute" style="text-align: center; font-size: large; color: white;">My projects have been featured in multiple tech blogs. </p>
<div class="container">
<div id="skillsContainer">
<div class="bar">
<div class="info">
<span>Equity AI</span>
<p style="font-size: medium;">The project <a href="https://devpost.com/software/mindaiginite" target="_blank" style="text-decoration: underline; color: blue;">MindAIginite</a> won Top MENTAL Health Project award in "All Inclusive Hacks - Compete Globally to Win Software & Educational Tools" hackathon. This project was featured in Equity AI newsletter. Also we were provided an opportunity to gain insights over our machine learning model by a Microsoft AI Professional.
<br/>
Here is the <a href="https://www.the-equity-ai.org/newsletters.html" target="_blank" style="text-decoration: underline; color: blue;">link</a> to newsletter 🏆🚀
</p>
</div>
</div>
</div>
<div id="skillsContainer">
<div class="bar">
<div class="info">
<span>Ably</span>
<p style="font-size: medium;">The project <a href="https://devpost.com/software/codeably" target="_blank" style="text-decoration: underline; color: blue;">CodeAbly</a> won React Prize in "Ably Realtime Experiences Hackathon" and was featured in Ably's blog in the list of winning projects. Ably, one of the leading product after Socket.io in realtime communications sector, released their own product named "Spaces". We used the spaces product to create a platform where multiple users could code on a single coding problem simultaneously in realtime.
<br/>
Here is the <a href="https://ably.com/blog/ably-realtime-hackathon-winners" target="_blank" style="text-decoration: underline; color: blue;">link</a> to blog 🏆🚀
</p>
</div>
</div>
</div>
<div id="skillsContainer">
<div class="bar">
<div class="info">
<span>Ably</span>
<p style="font-size: medium;">Our project <a href="https://devpost.com/software/codeably" target="_blank" style="text-decoration: underline; color: blue;">CodeAbly</a> won React Prize in "Ably Realtime Experiences Hackathon" and was featured in Ably's technical article with feedback from <a href="https://ably.com/blog/author/stephane" target="_blank" style="text-decoration: underline; color: blue;">Stephane Moreau</a> - Senior Engineering Manager | Head of Developer Ecosystems @Ably. It was great to get his positive feedback about the project and its features.
<br/>
Here is the <a href="https://ably.com/blog/built-with-react-ably-realtime-hackathon-projects" target="_blank" style="text-decoration: underline; color: blue;">link</a> to article 🏆🚀
</p>
</div>
</div>
</div>
<div id="skillsContainer">
<div class="bar">
<div class="info">
<span>GeekyAnts</span>
<p style="font-size: medium;">Our project <a href="https://devpost.com/software/tech-tonic" target="_blank" style="text-decoration: underline; color: blue;">Tech-Tonic</a> was featured in GeekyAnts's monthly technical blog with appreciation from Engineering and Social Media Team. It was great to represent the project in organizational level. The article breaks down our talk at the All Things AI Meetup by GeekyAnts.
<br/>
Here is the <a href="https://geekyants.com/blog/introducing-tech-tonic--our-ai-powered-tech-stack-recommender/" target="_blank" style="text-decoration: underline; color: blue;">link</a> to article 🏆🚀
</p>
</div>
</div>
</div>
</section>
<!-- experience section starts -->
<section class="experience" id="experience">
<h2 class="heading"><i class="fas fa-briefcase"></i> Experience </h2>
<div class="timeline">
<div class="container right">
<div class="content">
<div class="tag">
<h2>Geeky Ants India Pvt Ltd</h2>
</div>
<div class="desc">
<h3>Software Engineer</h3>
<p>August 2022 - present</p>
</div>
</div>
</div>
<div class="container left">
<div class="content">
<div class="tag">
<h2>Accenture</h2>
</div>
<div class="desc">
<h3>Accenture Innovation Challenge | Participant</h3>
<p>July 2021 - Sept 2021</p>
</div>
</div>
</div>
<div class="container right">
<div class="content">
<div class="tag">
<h2>Smart Programming</h2>
</div>
<div class="desc">
<h3>Java Tutor</h3>
<p>October 2021 - December 2021</p>
</div>
</div>
</div>
<div class="container left">
<div class="content">
<div class="tag">
<h2>Cospectral Solutions</h2>
</div>
<div class="desc">
<h3>Project Intern | Internship</h3>
<p>Jun 2020 - Dec 2020</p>
</div>
</div>
</div>
<div class="container right">
<div class="content">
<div class="tag">
<h2>Collegedunia</h2>
</div>
<div class="desc">
<h3>Freelance Content Writer | Freelancing</h3>
<p>Dec 2020 - Sep 2022</p>
</div>
</div>
</div>
<div class="container left">
<div class="content">
<div class="tag">
<h2>X-Kode Studios LLP</h2>
</div>
<div class="desc">
<h3>Android Developer | Summer Internship</h3>
<p>May 2019 - Aug 2019</p>
</div>
</div>
</div>
</div>
<!-- <div class="morebtn">
<a href="/experience" 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="./assets/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>Puja's Portfolio</h3>
<p>Thank you for visiting my personal portfolio website. Connect with me over socials. <br/> <br/> Keep Growing ✨ </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-phone"></i>+91 7590863884</p>
<p> <i class="fas fa-envelope"></i>[email protected]</p>
<p> <i class="fas fa-map-marked-alt"></i>Bangalore, KA -560076</p>
<div class="share">
<a href="https://www.linkedin.com/in/puja-agarwal-2000/" class="fab fa-linkedin" aria-label="LinkedIn" target="_blank"></a>
<a href="https://github.com/pujaagarwal5263" class="fab fa-github" aria-label="GitHub" target="_blank"></a>
<a href="mailto:[email protected]" class="fas fa-envelope" aria-label="Mail" target="_blank"></a>
<a href="https://twitter.com/PujaAga83960883" class="fab fa-twitter" aria-label="Twitter" target="_blank"></a>
<a href="https://t.me/rids_Rids" class="fab fa-telegram-plane" aria-label="Telegram" target="_blank"></a>
</div>
</div>
</div>
<h1 class="credit">Designed with <i class="fa fa-heart pulse"></i> by <a href="https://www.linkedin.com/in/puja-agarwal-2000/"> Puja Agarwal</a></h1>
</section>
<!-- footer section ends -->
<!-- scroll top btn -->
<a href="#home" aria-label="ScrollTop" 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="./assets/js/particles.min.js"></script>
<script src="./assets/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>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/emailjs-com@3/dist/email.min.js"
></script>
<!-- ==== ALL MAJOR JAVASCRIPT CDNS ENDS ==== -->
<script src="./assets/js/script.js"></script>
</body>
</html>