Skip to content

Commit

Permalink
update experience ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhoward15 committed Jan 22, 2025
1 parent 4f67b07 commit 30b2fcd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ export const links = [

export const experiencesData = [

{
title: 'B.S Computer Science - 3.7 GPA',
company: 'Temple University',
location: 'Philadelphia, PA',
description:
'Recipient of Recipient of President’s Scholarship (Full Tuition + Stipends). Member of Temple’s Honors College.',
tags: ['AI', 'Mobile Development', 'Operating Systems', 'React Native'],
icon: React.createElement(LuGraduationCap),
date: '',
},
{
title: 'Software Development Engineer - Intern',
company: 'Amazon Inc.',
Expand Down Expand Up @@ -72,16 +82,6 @@ export const experiencesData = [
icon: React.createElement(CgWorkAlt),
date: '2020-2022',
},
{
title: 'B.S Computer Science - 3.7 GPA',
company: 'Temple University',
location: 'Philadelphia, PA',
description:
'Recipient of Recipient of President’s Scholarship (Full Tuition + Stipends). Member of Temple’s Honors College.',
tags: ['AI', 'Mobile Development', 'Operating Systems', 'React Native'],
icon: React.createElement(LuGraduationCap),
date: '2024',
},
{
title: 'Software Developer',
company: 'iPipeline',
Expand Down

0 comments on commit 30b2fcd

Please sign in to comment.