Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2daa4a6

Browse files
committedAug 16, 2024·
Updated thoda
1 parent 16448ba commit 2daa4a6

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed
 

‎src/pages/about.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ const about = () =>
1111
, a Full Stack Web developer and a software engineer.
1212
1313
14-
14+
a passionate Full Stack Web Developer and Software Engineer. I specialize in crafting dynamic websites and have a keen interest in exploring the latest frameworks and packages. My obsession with perfecting even the smallest details, like centering divs, drives my work.
1515
16-
I create WEBSITES for fun, love exploring frameworks & packages and my passion is centering DIv's (An ongoing css joke). I like researching and learning about Web Dev and I play a lot of Games xD.
16+
17+
</p>
1718
19+
<p class="gliched-text" style="margin-bottom:0">
20+
When I'm not coding, you'll find me vibing to music or immersed in a gaming session. Currently, I'm honing my skills at Incedo Inc., where I develop applications for Verzion.
1821
</p>
1922
2023
<p class="gliched-text" style="margin-bottom:0">
21-
I completed my Bachelor's in Computer Science Engineering at <span style="color: white;"> National Institute of technology Delhi</span>. Currently pursuing Master of Science degree in Computer Science from <span style="color: white;"> University of central Florida </span>
24+
I hold a Master’s degree in Computer Science from the University of Central Florida and a Bachelor’s degree in Computer Science Engineering from the National Institute of Technology Delhi.
2225
</p>
2326
2427
<a href="https://drive.google.com/drive/folders/1oMvbbnov6BWOqLznrQohUEX9-0sUNLtA?usp=sharing" style="align-self: flex-start; font-size: 1.8em;margin-top:2%;" class="gliched-move gliched-text" >

‎src/pages/experience.ts

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const experiment = () => {
1919
2020
<ul id="pagination">
2121
<li><a href="#Exp"></a></li>
22+
<li><a href="#Mi4"></a></li>
2223
<li><a href="#Mi3"></a></li>
2324
<li><a href="#Mi2"></a></li>
2425
<li><a href="#MiOne"></a></li>
@@ -45,17 +46,35 @@ ${pagination()}
4546
</div>
4647
</section>
4748
48-
<section class="child exp-element " data-aos="fade" id="Mi3">
49-
<p style="color:white;font-size:1.5em;font-family: 'Pixel', sans-serif;">Jan 2024 - Current</p>
49+
<section class="child exp-element " data-aos="fade" id="Mi4">
50+
<p style="color:white;font-size:1.5em;font-family: 'Pixel', sans-serif;">May 2024 - Current</p>
5051
<div class="time-point"><div class="line-top"></div><div class="mid-point"></div></div>
52+
<div style="display:flex;">
53+
<span class="gliched-move gliched-text linkfade">
54+
<a href="https://www.incedoinc.com/" style="font-size: 2em; text-transform:none;"; >Incedo Inc</a>
55+
</span>
56+
57+
</div>
58+
<div>
59+
<p class="gliched-text">Software Engineer</p>
60+
<p class="gliched-text gliched-move info">
61+
</p>
62+
63+
64+
</div>
65+
</section>
66+
67+
<section class="child exp-element " data-aos="fade" id="Mi3">
68+
<p style="color:white;font-size:1.5em;font-family: 'Pixel', sans-serif;">Jan 2024 - May 2024</p>
69+
<div class="time-point"><div class="line"></div><div class="mid-point"></div></div>
5170
<div style="display:flex;">
5271
<span class="gliched-move gliched-text linkfade">
5372
<a href="https://fsi.ucf.edu/" style="font-size: 2em; text-transform:none;"; >Florida Space Institute</a>
5473
</span>
5574
5675
</div>
5776
<div>
58-
<p class="gliched-text">Developer</p>
77+
<p class="gliched-text">Full Stack Developer</p>
5978
<p class="gliched-text gliched-move info">
6079
Designed and developed comprehensive full-stack web applications utilizing Vue.js for the frontend, Node.js for the backend, and MongoDB for efficient data management. These applications served as a catalyst for seamless collaboration among team members spanning various departments. The applications were deployed on AWS EC2 using Docker containers.
6180
</p>
@@ -66,7 +85,7 @@ ${pagination()}
6685
6786
<section class="child exp-element " data-aos="fade" id="Mi2">
6887
<p style="color:white;font-size:1.5em;font-family: 'Pixel', sans-serif;">Aug 2023 - Dec 2023</p>
69-
<div class="time-point"><div class="line"></div><div class="mid-point"></div></div>
88+
<div class="time-point"><div class="line"></div><div class="mid-point"></div></div>
7089
<div style="display:flex;">
7190
<span class="gliched-move gliched-text linkfade">
7291
<a href="https://sciences.ucf.edu/physics/" style="font-size: 2em; text-transform:none;"; >University of Central Florida</a>

0 commit comments

Comments
 (0)
Please sign in to comment.