Skip to content

Commit bd744b3

Browse files
committed
Update job experience details and modify freelance availability message in Home component
1 parent f516409 commit bd744b3

File tree

1 file changed

+32
-33
lines changed

1 file changed

+32
-33
lines changed

app/page.tsx

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -146,30 +146,17 @@ export default function Home() {
146146
};
147147
const companies = [
148148
{
149-
name: "Ashutec",
150-
description: {
151-
position: "Software Engineer",
152-
companyName: "Ashutec Solutions",
153-
link: "https://www.ashutec.com/",
154-
startDate: "August 2019",
155-
lastDate: "March 2020",
156-
details: [
157-
"Developed and maintained code for in-house and client websites primarily using Vue.js, React, and Javascript",
158-
"Manually tested sites in various browsers and mobile devices to ensure cross - browser compatibility and responsiveness"
159-
]
160-
}
161-
},
162-
{
163-
name: "Alchemy",
149+
name: "American Express",
164150
description: {
165-
position: "Frontend Developer",
166-
companyName: "Alchemy Technologies",
167-
link: "https://www.alchemytech.ca/",
168-
startDate: "April 2020",
169-
lastDate: "July 2021",
151+
position: "Engineer II",
152+
companyName: "American Express",
153+
link: "https://www.americanexpress.com/",
154+
startDate: "January 2023",
155+
lastDate: "Present",
170156
details: [
171-
"Developed and shipped highly interactive web applications for clients using React, Redux, MaterialUI, and Tailwind",
172-
"Interfaced with clients on a monthly basis, providing project updates"
157+
"Developing highly interactive web applications for American Express using React",
158+
"Developing Common Libraries used internally and Managing CI/CD Pipelines",
159+
"Work with a variety of different languages, platforms, frameworks, and content management systems such as JavaScript, React, Java, SpringBoot and OracleDB"
173160
]
174161
}
175162
},
@@ -188,17 +175,30 @@ export default function Home() {
188175
}
189176
},
190177
{
191-
name: "American Express",
178+
name: "Alchemy",
192179
description: {
193-
position: "Engineer II",
194-
companyName: "American Express",
195-
link: "https://www.americanexpress.com/",
196-
startDate: "January 2023",
197-
lastDate: "Present",
180+
position: "Frontend Developer",
181+
companyName: "Alchemy Technologies",
182+
link: "https://www.alchemytech.ca/",
183+
startDate: "April 2020",
184+
lastDate: "July 2021",
198185
details: [
199-
"Developing highly interactive web applications for American Express using React",
200-
"Developing Common Libraries used internally and Managing CI/CD Pipelines",
201-
"Work with a variety of different languages, platforms, frameworks, and content management systems such as JavaScript, React, Java, SpringBoot and OracleDB"
186+
"Developed and shipped highly interactive web applications for clients using React, Redux, MaterialUI, and Tailwind",
187+
"Interfaced with clients on a monthly basis, providing project updates"
188+
]
189+
}
190+
},
191+
{
192+
name: "Ashutec",
193+
description: {
194+
position: "Software Engineer",
195+
companyName: "Ashutec Solutions",
196+
link: "https://www.ashutec.com/",
197+
startDate: "August 2019",
198+
lastDate: "March 2020",
199+
details: [
200+
"Developed and maintained code for in-house and client websites primarily using Vue.js, React, and Javascript",
201+
"Manually tested sites in various browsers and mobile devices to ensure cross - browser compatibility and responsiveness"
202202
]
203203
}
204204
},
@@ -689,8 +689,7 @@ export default function Home() {
689689

690690
<h3 className="text-3xl md:text-4xl font-bold text-gray-200 mb-6">Get In Touch</h3>
691691
<p className="max-w-md mx-auto text-gray-400 mb-10 text-sm sm:text-md">
692-
Although I&apos;m not currently looking for freelance opportunities, my inbox is always open. Whether for a
693-
potential project or just to say hi, I&apos;ll try my best to answer your email!
692+
I&apos;m currently open to freelance opportunities and new projects. If you have an exciting project in mind or just want to say hi, feel free to reach out and I&apos;ll get back to you as soon as possible!
694693
</p>
695694

696695
<Link

0 commit comments

Comments
 (0)