|
1 | 1 | import React from "react"; |
2 | 2 | import { CgWorkAlt } from "react-icons/cg"; |
3 | 3 | import netsolImage from "../assets/images/image1.jpeg"; |
| 4 | +import revenueImage from "../assets/images/image5.png"; |
4 | 5 | import dayImage from "../assets/images/image2.png"; |
5 | 6 | import chubbImage from "../assets/images/image3.png"; |
6 | 7 | import drexelImage from "../assets/images/image4.png"; |
7 | 8 |
|
8 | 9 | export const experiencesData = [ |
9 | 10 | { |
10 | | - title: "Software Engineering Co-op", |
| 11 | + title: "Associate Product Manager", |
| 12 | + company: "Revenue Healthcare Services", |
| 13 | + location: "Chicago, IL", |
| 14 | + icon: React.createElement(CgWorkAlt), |
| 15 | + date: "September 2024 – Present", |
| 16 | + image: revenueImage, |
| 17 | + }, |
| 18 | + { |
| 19 | + title: "Software Product Management Co-op", |
11 | 20 | company: "Chubb Limited", |
12 | 21 | location: "Philadelphia, PA", |
13 | 22 | icon: React.createElement(CgWorkAlt), |
14 | 23 | date: "April 2023 – September 2023", |
15 | 24 | image: chubbImage, |
16 | 25 | }, |
17 | 26 | { |
18 | | - title: "Technological Engineering Associate Co-op", |
| 27 | + title: "Technical Product Manager Co-op", |
19 | 28 | company: "Day & Zimmermann", |
20 | 29 | location: "Philadelphia, PA", |
21 | 30 | icon: React.createElement(CgWorkAlt), |
22 | 31 | date: "April 2022 – September 2022", |
23 | 32 | image: dayImage, |
24 | 33 | }, |
25 | 34 | { |
26 | | - title: "Software Engineering Co-op", |
| 35 | + title: "UI/UX Designer Co-op", |
27 | 36 | company: "NetSol Technologies Inc.", |
28 | 37 | location: "Calabasas, CA", |
29 | 38 | icon: React.createElement(CgWorkAlt), |
@@ -111,37 +120,36 @@ export const projectsData = [ |
111 | 120 | ] as const; |
112 | 121 |
|
113 | 122 | export const skillsData = [ |
114 | | - "JavaScript", |
115 | | - "Python", |
116 | | - "Java", |
117 | | - "C/C++", |
118 | | - "Tableau", |
119 | | - "WordPress", |
120 | | - "HTML", |
121 | | - "Tailwind CSS", |
122 | | - "React.js", |
123 | | - "Next.js", |
124 | | - "Node.js", |
125 | | - "Express.js", |
126 | | - "Three.js", |
127 | | - "D3.js", |
128 | | - "Flask", |
129 | | - "Ruby", |
130 | | - "PostgreSQL", |
131 | | - "MySQL", |
132 | | - "MongoDB", |
133 | | - "AWS S3", |
134 | | - "AWS API Gateway", |
135 | | - "AWS Lambda", |
136 | | - "AWS EC2", |
137 | | - "AWS IAM", |
138 | | - "Azure", |
139 | | - "Google Cloud Platform", |
140 | | - "Kubernetes", |
141 | | - "Agile", |
142 | | - "JIRA", |
143 | | - "Notion", |
144 | | - "Linux", |
145 | | - "Django", |
146 | | - "WebGL", |
| 123 | +"Java", |
| 124 | +"Python", |
| 125 | +"JavaScript", |
| 126 | +"SQL", |
| 127 | +"TypeScript", |
| 128 | +"HTML", |
| 129 | +"CSS", |
| 130 | +"React.js", |
| 131 | +"Next.js", |
| 132 | +"Node.js", |
| 133 | +"Express.js", |
| 134 | +"Flask", |
| 135 | +"Spring", |
| 136 | +"Django", |
| 137 | +"RESTful APIs", |
| 138 | +"Power BI", |
| 139 | +"Tableau", |
| 140 | +"Git", |
| 141 | +"AWS", |
| 142 | +"Azure", |
| 143 | +"Docker", |
| 144 | +"Kubernetes", |
| 145 | +"Linux", |
| 146 | +"JIRA", |
| 147 | +"Notion", |
| 148 | +"Trello", |
| 149 | +"Apache", |
| 150 | +"Excel", |
| 151 | +"Visio", |
| 152 | +"Product Management", |
| 153 | +"Product Ownership", |
| 154 | +"Cross-Functional Collaboration", |
147 | 155 | ] as const; |
0 commit comments