Skip to content

Commit 248afe4

Browse files
Update
1 parent d082e90 commit 248afe4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/components/About.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@ const About = () => {
2020
"Harvard CS50 Certified",
2121
"Meta Front-End Developer Certified"
2222
],
23-
experience: "4+ years in game & web dev",
23+
web_xp: "1+ years",
24+
gamedev_xp: "3+ years",
2425
passion: "Building immersive digital experiences",
2526
currentFocus: [
27+
"Full-Stack Web Development",
28+
"Mobile App Development",
2629
"Unreal Engine & XR",
27-
"FiveM Server Development (Lua & C#)",
2830
"Unity (C#)",
2931
"Headless Web Architecture"
32+
"FiveM Server Development (Lua & C#)"
3033
],
3134
coffee: "☕".repeat(Math.floor(Math.random() * 5) + 1)
3235
};`}
@@ -53,7 +56,7 @@ const About = () => {
5356
<li>→ Freelance developer for multiple FiveM communities</li>
5457
<li>→ Shipped numerous self-directed game projects</li>
5558
<li>→ Developed full-stack headless e-commerce sites</li>
56-
<li>Completed Harvard's CS50 & Meta's Front-End Development Cert</li>
59+
<li>→ Harvard's CS50 & Meta's Front-End Development Certified</li>
5760
</ul>
5861
</div>
5962
</div>

src/components/Contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const Contact = () => {
119119
<div className="flex items-center gap-3">
120120
<span className="text-blue-400"></span>
121121
<span className="text-blue-300">email:</span>
122-
<span className="text-blue-400">hyperextendedreality@gmail.com</span>
122+
<span className="text-blue-400">jaystack.dev@gmail.com</span>
123123
</div>
124124
<div className="flex items-center gap-3">
125125
<span className="text-blue-400"></span>

0 commit comments

Comments
 (0)