@@ -16,15 +16,16 @@ const About = () => {
1616 < pre className = "text-green-400 font-mono text-sm overflow-x-auto" >
1717{ `const aboutMe = {
1818 background: [
19- "Self-Taught Developer ",
19+ "Self-Taught Programmer ",
2020 "Harvard CS50 Certified",
21- "Meta Front-end Certified"
21+ "Meta Front-End Developer Certified"
2222 ],
2323 experience: "4+ years in game & web dev",
2424 passion: "Building immersive digital experiences",
2525 currentFocus: [
2626 "Unreal Engine & XR",
27- "FiveM Server Development (Lua)",
27+ "FiveM Server Development (Lua & C#)",
28+ "Unity (C#)",
2829 "Headless Web Architecture"
2930 ],
3031 coffee: "☕".repeat(Math.floor(Math.random() * 5) + 1)
@@ -41,7 +42,7 @@ const About = () => {
4142 </ p >
4243 < div className = "mt-4 p-3 bg-green-400/10 rounded border-l-4 border-green-400" >
4344 < p className = "text-green-400 font-mono text-xs" >
44- "Code is like humor. When you have to explain it, it 's bad." - Cory House
45+ "Programming isn't about what you know; it 's about what you can figure out.” - Chris Pine
4546 </ p >
4647 </ div >
4748 </ div >
@@ -52,7 +53,7 @@ const About = () => {
5253 < li > → Freelance developer for multiple FiveM communities</ li >
5354 < li > → Shipped numerous self-directed game projects</ li >
5455 < li > → Developed full-stack headless e-commerce sites</ li >
55- < li > → Completed Harvard's CS50 & Meta 's FE Cert </ li >
56+ < li > → Completed Harvard's CS50 & Meta 's Front - End Development Cert </ li >
5657 </ ul >
5758 </ div >
5859 </ div >
0 commit comments