Skip to content

Commit

Permalink
Add AWS serverless hero to about
Browse files Browse the repository at this point in the history
  • Loading branch information
deeheber committed Jun 11, 2023
1 parent 7ef2e32 commit 732021e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: dispatcher
name: alert README repo of changes on main

on:
workflow_dispatch:
push:
branches: [main]

Expand Down
11 changes: 9 additions & 2 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,15 @@ const About = ({ data }) => {
I taught myself how to code and became a software engineer.
</p>
<p>
I enjoy using Typescript, GraphQL, and AWS serverless services. I'm always open to learning new
technologies if it makes sense for the project or matches my interest.
I enjoy using Typescript, GraphQL, and AWS serverless services. In 2023, I was named an{' '}
<a
href="https://aws.amazon.com/developer/community/heroes/danielle-heberling/"
target="_blank"
rel="noopener noreferrer"
>
AWS Serverless Hero
</a>
. Always open to learning new technologies if it makes sense for the project or matches my interest.
</p>
<p>
The information on this site serves as a personal reminder of my commitment to life long learning,
Expand Down

0 comments on commit 732021e

Please sign in to comment.