Skip to content

Commit

Permalink
chore: adding more SSE experience details
Browse files Browse the repository at this point in the history
  • Loading branch information
Prajwal-P authored Jun 8, 2024
1 parent cf82b6f commit a5b73a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"luxon": "^3.4.4",
"node-sass": "^9.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
7 changes: 6 additions & 1 deletion src/components/ExperienceData.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
import { DateTime } from "luxon";

export const experienceData = [
{
name: 'Cimpress',
roles: [
{
designation: 'Senior Software Engineer',
period: 'Apr 2024 - Present',
description: [],
description: [
`This is a fascinating new experience that started around ${Math.floor(DateTime.now().diff(DateTime.fromISO('2024-04-01'), 'months').months)} months back.`,
'I\'m getting to explore more, make decisions and understand our products more.'
],
},
{
designation: 'Software Engineer',
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6985,6 +6985,11 @@ lru-cache@^7.7.1:
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==

luxon@^3.4.4:
version "3.4.4"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.4.4.tgz#cf20dc27dc532ba41a169c43fdcc0063601577af"
integrity sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==

lz-string@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941"
Expand Down

0 comments on commit a5b73a2

Please sign in to comment.