Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinath committed Jan 23, 2024
1 parent 1242a7d commit 00ad77e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added public/Images/F5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Images/Indeed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/Copy/AboutMeCopy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 00ad77e

Please sign in to comment.