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: src/app/page.tsx
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,15 @@ import Footer from '@/components/Footer'
5
5
importAboutfrom'@/components/About'
6
6
import{Experiences}from'@/components/Experiences'
7
7
import{Projects}from'@/components/Projects'
8
+
import{Education}from'@/components/Education'
8
9
importNavbarfrom'@/components/Navbar';
9
10
10
11
exportdefaultfunctionPortfolio(){
11
12
constexperiencesArray=[
12
13
{
13
14
companyLogo: "/images/cactuscreatives.png",
14
15
companyName: "Cactus Creatives",
16
+
companyLink: "https://cactuscreatives.com/",
15
17
position: "Software Developer Intern, Core",
16
18
period: "May 2024 - August 2024",
17
19
responsibilities: [
@@ -24,6 +26,7 @@ export default function Portfolio() {
24
26
{
25
27
companyLogo: "/images/cactuscreatives.png",
26
28
companyName: "Cactus Creatives",
29
+
companyLink: "https://cactuscreatives.com/",
27
30
position: "Python Developer Intern",
28
31
period: "May 2023 - August 2023",
29
32
responsibilities: [
@@ -62,13 +65,13 @@ export default function Portfolio() {
62
65
},
63
66
{
64
67
title: "Chess (CS246 Final Project)",
65
-
description: "Developed a C++ chess engine, innovating three-way and four-way variants, and creating test suites and GUI in a Linux environment with CMake and XWindows.",
68
+
description: "Developed a C++ chess engine, innovating 3-way and 4-way variants, and creating test suites and GUI in a Linux environment with CMake and XWindows.",
66
69
repo: false,
67
70
live: false
68
71
},
69
72
{
70
73
title: "EcoWiz",
71
-
description: "Developed a full-stack garbage classification app with a React frontend, Flask backend, and an 80%-accurate multimodal model using ResNet-50 CNN and YOLOv8.",
74
+
description: "Developed a full-stack garbage classification app with React/Flask, and an 80%accurate multimodal model using ResNet-50 CNN and YOLOv8.",
0 commit comments