-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change release date for this site * Add site links * Capitalize m in About Me * Update contact links in resume * Update Chinese text * Feedback from family * Feedback from family * Tagline from content, not component * Add spacing between paragraphs in the pitch. * View site button on projects with a site * Larger font on pitch * Make pitch tagline about me * Fix broken integration test
- Loading branch information
1 parent
0accc32
commit 77e8f5f
Showing
20 changed files
with
53 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: About me | ||
title: About Me | ||
--- | ||
I'm a full stack engineer with a focus on data and a broad variety of experience. I will build robust systems that effectively collect and clean your data. | ||
I'm a full stack engineer with a focus on data and a broad range of experience. I am able to build robust systems that effectively collect and clean data. | ||
|
||
I have worked at enterprise scale for two years, and have worked on roles in diverse areas such as application development, devops, and quality. The application I maintained and improved has performed over 1 million deployments, and I know that because I built the metrics pipeline for it. | ||
I have worked at enterprise scale for two years, and have worked in a variety of roles including application development, devops, and quality. The deployment tool I maintained and improved has performed over 1 million deployments within the company, and I know that because I built the data collection infrastructure for it. | ||
|
||
When I'm not maintaining the release pipelines at Intuit, I love traveling, going on long walks with my family, and automating everything possible in my house. I've lived in 3 1/2 countries and want to one day have lived on every continent. (Maybe not Antarctica) | ||
I've lived on 3 continents and speak four languages. When I'm not working, I love traveling, cooking new foods, learning languages, and automating everything possible in my house. | ||
|
||
Want to know more? Feel free to send me an email or browse some of my projects. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
describe("Check the about page", function() { | ||
it("Loads about page", function() { | ||
cy.visit("/about/"); | ||
cy.get("h1").should("contain", "About me"); | ||
cy.get("h1").should("contain", "About Me"); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,7 @@ export const postQuery = graphql` | |
frontmatter { | ||
title | ||
category | ||
site | ||
source | ||
technologies | ||
} | ||
|