Skip to content

Commit

Permalink
update resume
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrockman committed May 7, 2024
1 parent cb3dc7d commit 0294952
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 167 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_site
.sass-cache
.jekyll-metadata
Gemfile.lock
Gemfile.lock
node_modules
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ exclude:
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- assets/vendored/htdocs/node_modules
24 changes: 18 additions & 6 deletions _data/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"mission": {
"header": "What does he want to do?",
"text": "Make life better\n\nAlso hike 🥾, surf 🏄, climb 🧗, eat🍕, and pet good dogs 🐶"
"text": "Make life easier\n\nAlso hike 🥾, surf 🏄, climb 🧗, eat🍕, and play with good dogs 🐶"
},
"description": {
"header": "Who is Theo?",
Expand Down Expand Up @@ -97,7 +97,10 @@
"positions": [
{
"title": "Site Reliability Engineer",
"timespan": ["Nov 2021", "Present"],
"timespan": [
"Nov 2021",
"Present"
],
"impact": [
{
"title": "Cuts costs",
Expand Down Expand Up @@ -134,7 +137,10 @@
"positions": [
{
"title": "Software Engineer",
"timespan": ["Mar 2019", "Aug 2021"],
"timespan": [
"Mar 2019",
"Aug 2021"
],
"impact": [
{
"title": "Builds web apps",
Expand Down Expand Up @@ -171,7 +177,10 @@
"positions": [
{
"title": "Fullstack Software Developer",
"timespan": ["Nov 2018", "Mar 2019"],
"timespan": [
"Nov 2018",
"Mar 2019"
],
"impact": [
{
"title": "Independent",
Expand All @@ -192,7 +201,10 @@
"positions": [
{
"title": "Junior Software Developer",
"timespan": ["Jan 2015", "Mar 2016"],
"timespan": [
"Jan 2015",
"Mar 2016"
],
"impact": [
{
"title": "Experience in multiple industries",
Expand Down Expand Up @@ -266,4 +278,4 @@
"graduated": "Nov 2018"
}
]
}
}
Loading

0 comments on commit 0294952

Please sign in to comment.