Skip to content

Commit 3306167

Browse files
authored
Update summary and work experience for new role (#1)
* Update summary and work experience for new role * Remove link to current work project
1 parent 59ee655 commit 3306167

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/Main.elm

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,8 @@ summary : Html Msg
579579
summary =
580580
div [ class "text-left ml-2 body-text" ]
581581
[ p [] [ text "Jared Kobos" ]
582-
, p [] [ text "Senior Software Engineer at Linode" ]
583-
, p [] [ text "Build things with React, Redux, Jest, Typescript, and Gatsby. Also a fan of Elm, Go, and Python." ]
582+
, p [] [ text "Senior Software Engineer at Zendesk" ]
583+
, p [] [ text "Build things with React, Redux, Jest, and Typescript. Also a fan of Elm, Go, and Python." ]
584584
]
585585

586586

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

612612
items : List WorkItem
613613
items =
614-
[ WorkItem "Linode"
614+
[ WorkItem "Zendesk"
615+
"Senior Software Engineer"
616+
"Remote"
617+
"05-24-21"
618+
""
619+
[]
620+
, WorkItem "Linode"
615621
"Senior Software Engineer"
616622
"Philadelphia, PA"
617623
"02-03-20"
618-
""
624+
"05-20-21"
619625
[]
620626
, WorkItem "Linode"
621627
"Software Engineer"
@@ -668,7 +674,6 @@ links : Html Msg
668674
links =
669675
div [ class "text-left ml-2 body-text" ]
670676
[ sectionTitle "Links"
671-
, renderLinkItem "https://github.com/linode/manager" "Current open-source work project"
672677
, renderLinkItem "https://github.com/jskobos" "GitHub Profile"
673678
]
674679

0 commit comments

Comments
 (0)