From dec28aedbf95668ad3bc7668929f0b5c5169504b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:51:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 500b29e..23e318f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function StudentPortfolio() { borderRadius="soft" contentWidth="medium" sizing="large" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -49,7 +49,7 @@ export default function StudentPortfolio() { { text: "GitHub Profile", href: "https://github.com/hargma" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-african-american-bearded-guy-dressed-white-shirt-sports-shorts-holds-laptop-while-leaning-wall-looking-camera_613910-6261.jpg" imageAlt="Professional portrait of a high school student" mediaAnimation="opacity" @@ -77,16 +77,20 @@ export default function StudentPortfolio() { features={[ { id: 1, - tag: "Programming", title: "Languages", subtitle: "Python, JavaScript, Java, C++", description: "Strong foundation in multiple programming languages with hands-on experience building applications, algorithms, and data structures."}, + tag: "Programming", title: "Languages", subtitle: "Python, JavaScript, Java, C++", description: "Strong foundation in multiple programming languages with hands-on experience building applications, algorithms, and data structures." + }, { id: 2, - tag: "Web Development", title: "Frontend & Backend", subtitle: "React, Node.js, HTML/CSS, SQL", description: "Full-stack development capabilities with experience building responsive web applications and working with modern frameworks."}, + tag: "Web Development", title: "Frontend & Backend", subtitle: "React, Node.js, HTML/CSS, SQL", description: "Full-stack development capabilities with experience building responsive web applications and working with modern frameworks." + }, { id: 3, - tag: "Tools & Platforms", title: "Development Stack", subtitle: "Git, GitHub, VS Code, Linux", description: "Proficient with industry-standard tools and version control systems for collaborative development and project management."}, + tag: "Tools & Platforms", title: "Development Stack", subtitle: "Git, GitHub, VS Code, Linux", description: "Proficient with industry-standard tools and version control systems for collaborative development and project management." + }, { id: 4, - tag: "Other Skills", title: "Additional Competencies", subtitle: "Data Analysis, Problem Solving, Communication", description: "Strong analytical and communication skills developed through academic projects, competitions, and collaborative work."}, + tag: "Other Skills", title: "Additional Competencies", subtitle: "Data Analysis, Problem Solving, Communication", description: "Strong analytical and communication skills developed through academic projects, competitions, and collaborative work." + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -146,15 +150,20 @@ export default function StudentPortfolio() { tag="About Me" faqs={[ { - id: "1", title: "What are you studying?", content: "I'm a high school senior pursuing Computer Science with a strong focus on software development and artificial intelligence. I'm taking AP Computer Science, AP Calculus, and several STEM electives."}, + id: "1", title: "What are you studying?", content: "I'm a high school senior pursuing Computer Science with a strong focus on software development and artificial intelligence. I'm taking AP Computer Science, AP Calculus, and several STEM electives." + }, { - id: "2", title: "What scholarships are you interested in?", content: "I'm actively seeking STEM scholarships, merit-based scholarships, and technology-focused opportunities. I'm particularly interested in scholarships that support first-generation college students and underrepresented groups in tech."}, + id: "2", title: "What scholarships are you interested in?", content: "I'm actively seeking STEM scholarships, merit-based scholarships, and technology-focused opportunities. I'm particularly interested in scholarships that support first-generation college students and underrepresented groups in tech." + }, { - id: "3", title: "How can I see your code?", content: "All my projects are available on my GitHub profile at github.com/hargma. Each project includes documentation, README files, and clean, well-commented code."}, + id: "3", title: "How can I see your code?", content: "All my projects are available on my GitHub profile at github.com/hargma. Each project includes documentation, README files, and clean, well-commented code." + }, { - id: "4", title: "What are your career goals?", content: "I aspire to become a software engineer working on innovative technologies. I'm particularly interested in AI, web development, and creating solutions that have a positive social impact."}, + id: "4", title: "What are your career goals?", content: "I aspire to become a software engineer working on innovative technologies. I'm particularly interested in AI, web development, and creating solutions that have a positive social impact." + }, { - id: "5", title: "Are you involved in extracurriculars?", content: "Yes! I'm president of the school's coding club, participate in robotics competitions, and volunteer as a peer tutor for programming. I believe in giving back to my community."}, + id: "5", title: "Are you involved in extracurriculars?", content: "Yes! I'm president of the school's coding club, participate in robotics competitions, and volunteer as a peer tutor for programming. I believe in giving back to my community." + }, ]} faqsAnimation="slide-up" textboxLayout="default" -- 2.49.1