diff --git a/_data/experience.yaml b/_data/experience.yaml index 3c91688..bfe042d 100644 --- a/_data/experience.yaml +++ b/_data/experience.yaml @@ -195,7 +195,7 @@ roles: achievements: - id: wallet-profile description: > - Installed a new account template on the account creation service, + Built a new account template service on the App Engine backend, allowing users to create Google accounts which already had Wallet accounts set up. - id: dartui diff --git a/_data/skills.yaml b/_data/skills.yaml index 8ab835e..25ec8d7 100644 --- a/_data/skills.yaml +++ b/_data/skills.yaml @@ -121,6 +121,10 @@ categories: proficiency: 4 name: PostgreSQL img: skills/libraries/postgres.svg + - id: appengine + proficiency: 3 + name: App Engine/Datastore + img: skills/libraries/appengine.png - id: tools title: Tools skills: diff --git a/_includes/components/footer.njk b/_includes/components/footer.njk index 38b657c..81017d7 100644 --- a/_includes/components/footer.njk +++ b/_includes/components/footer.njk @@ -27,6 +27,7 @@

PHP logo from the PHP site.

C++ logo by Jeremy Kratz.

Bash logo from the official repository.

+

Rust logo from the logo page.

React logo from the official site.

Angular logo from the press kit.

@@ -37,6 +38,7 @@

SQLite logo from the Wikimedia mirror of the official logo.

PostgreSQL logo from the PostgreSQL JP site.

Eleventy logo from the Eleventy site.

+

AppEngine logo from FavPNG.

Git logo from the Git logo page.

Mercurial logo from the Mercurial logo page.

diff --git a/static/img/skills/libraries/appengine.png b/static/img/skills/libraries/appengine.png new file mode 100644 index 0000000..48772ae Binary files /dev/null and b/static/img/skills/libraries/appengine.png differ