You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: next-js-app/src/app/home/page.tsx
+31-7Lines changed: 31 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ interface Project {
62
62
description: string;
63
63
longDescription: string;
64
64
image?: StaticImageData;
65
+
links?: {text: string;url: string}[];
65
66
}
66
67
67
68
consteducation: Education={
@@ -162,6 +163,7 @@ const projects: Project[] = [
162
163
longDescription:
163
164
"As technical co-founder, I led Envolvly's development from concept to a scalable app with live users. I architected the full-stack infrastructure using React, AWS, and MongoDB, and established all technical operations, including the CI/CD pipeline. My leadership in applying Agile methodologies was key to our rapid growth and winning the OSU Business Pitch Competition, demonstrating strong technical and business acumen.",
"The Wormhole is an AI-powered portfolio experience that dynamically generates pages using a Large Language Model (LLM). The LLM is provided with information about my professional background and generates unique content for each visitor. This project showcases my skills in full-stack development, API design, and generative AI.",
0 commit comments