diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fd90532..0070d0b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: env: REGISTRY: ghcr.io/ashwinath IMAGE_NAME: website - IMAGE_TAG: v0.0.2 + IMAGE_TAG: v0.0.3 steps: - name: Checkout uses: actions/checkout@v2 diff --git a/public/Images/F5.png b/public/Images/F5.png new file mode 100644 index 0000000..868e245 Binary files /dev/null and b/public/Images/F5.png differ diff --git a/public/Images/Indeed.png b/public/Images/Indeed.png new file mode 100644 index 0000000..44bc115 Binary files /dev/null and b/public/Images/Indeed.png differ diff --git a/src/Copy/AboutMeCopy.ts b/src/Copy/AboutMeCopy.ts index 42cf40d..36cd2cb 100644 --- a/src/Copy/AboutMeCopy.ts +++ b/src/Copy/AboutMeCopy.ts @@ -14,6 +14,24 @@ export const aboutMeProps = { } export const workExperienceProps = [ + { + imageUrl: "./Images/F5.png", + title: "F5", + subtitle: "Senior Software Engineer", + text: [ + "I am a part of F5 distributed cloud team (formerly known as Volterra) in the SRE team.", + "We manage our customers' infrastructure that can span across cloud providers such as AWS/GCP/Azure as well as bare metal servers. Customers can have a combination of servers from different providers and perform as though it is within a cluster.", + ], + }, + { + imageUrl: "./Images/Indeed.png", + title: "Indeed", + subtitle: "Software Engineer", + text: [ + "I was part of the salary estimation team where I helped to maintain and add features to anything salary related.", + "I worked closely with data scientists, engineers, UI/UX designers/researchers to design and implement A/B tests to improve the estimation of salaries whenever a job posting does not post a salary value.", + ], + }, { imageUrl: "./Images/Gojek.png", title: "Gojek",