Skip to content

Commit e070fbe

Browse files
authored
Update Experience.tsx
1 parent 6acc287 commit e070fbe

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/components/Experience.tsx

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,6 @@ const experiences = [
1616
'Collaborated with development teams for system optimization',
1717
],
1818
},
19-
{
20-
title: 'Jr. Software Developer',
21-
company: 'Tailormade Information Systems',
22-
location: 'Istanbul, Turkey',
23-
period: 'July 2023 - May 2024',
24-
type: 'work',
25-
description: [
26-
'Developed software solutions using .NET framework',
27-
'Participated in code reviews and team collaboration',
28-
'Gained 1 year of professional programming experience',
29-
'Worked on new project launches and existing software management',
30-
],
31-
},
3219
]
3320

3421
const education = [
@@ -293,4 +280,4 @@ export default function Experience() {
293280
</div>
294281
</section>
295282
)
296-
}
283+
}

0 commit comments

Comments
 (0)