Skip to content

Commit

Permalink
Update summary and work experience for new role (#1)
Browse files Browse the repository at this point in the history
* Update summary and work experience for new role

* Remove link to current work project
  • Loading branch information
Jskobos authored Jun 2, 2021
1 parent 59ee655 commit 3306167
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/Main.elm
Original file line number Diff line number Diff line change
@@ -579,8 +579,8 @@ summary : Html Msg
summary =
div [ class "text-left ml-2 body-text" ]
[ p [] [ text "Jared Kobos" ]
, p [] [ text "Senior Software Engineer at Linode" ]
, p [] [ text "Build things with React, Redux, Jest, Typescript, and Gatsby. Also a fan of Elm, Go, and Python." ]
, p [] [ text "Senior Software Engineer at Zendesk" ]
, p [] [ text "Build things with React, Redux, Jest, and Typescript. Also a fan of Elm, Go, and Python." ]
]


@@ -611,11 +611,17 @@ type alias WorkItem =

items : List WorkItem
items =
[ WorkItem "Linode"
[ WorkItem "Zendesk"
"Senior Software Engineer"
"Remote"
"05-24-21"
""
[]
, WorkItem "Linode"
"Senior Software Engineer"
"Philadelphia, PA"
"02-03-20"
""
"05-20-21"
[]
, WorkItem "Linode"
"Software Engineer"
@@ -668,7 +674,6 @@ links : Html Msg
links =
div [ class "text-left ml-2 body-text" ]
[ sectionTitle "Links"
, renderLinkItem "https://github.com/linode/manager" "Current open-source work project"
, renderLinkItem "https://github.com/jskobos" "GitHub Profile"
]

0 comments on commit 3306167

Please sign in to comment.