Skip to content

Commit de4e8b5

Browse files
committed
Update resume and remove nav link to theme switcher
1 parent 9352079 commit de4e8b5

File tree

1 file changed

+15
-21
lines changed

1 file changed

+15
-21
lines changed

src/Main.elm

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,8 @@ terminalFooter terminalView currentTheme feedbackResult =
469469
, footer "^W" "Work Experience" "/experience" NoOp
470470
, footer "^E" "Education" "/education" NoOp
471471
, footer "^L" "Links" "/links" NoOp
472-
, footer "^F" "Leave feedback" "/feedback" NoOp
473472
, footer "^Z" "Change Language" "/language" NoOp
474-
, footer "^T" "Change Theme" "/theme" NoOp
473+
, footer "^F" "Leave feedback" "/feedback" NoOp
475474
]
476475
in
477476
div [ class "terminal-footer" ]
@@ -617,36 +616,31 @@ items =
617616
"Philadelphia, PA"
618617
"02-03-20"
619618
""
620-
[ "Build and maintain features for front end applications"
621-
, "Research and implement patterns to improve the codebase"
619+
[ "Work with UI/UX designs, user feedback, and stakeholders to determine feature requirements."
620+
, "Improve code quality and application performance, including reducingpage load times by 30% and reducing API bandwidth usage by 50%."
621+
, "Make contributions to back-end code."
622+
, "Publish and maintain the open-source @linode/api-v4 NPM package."
623+
, "Identify issues and areas for improvement and work to reduce technical debt."
624+
, "Mentor new team members."
625+
, "Give technical presentations to the team, department, and company."
622626
]
623627
, WorkItem "Linode"
624628
"Software Engineer"
625629
"Philadelphia, PA"
626630
"05-01-18"
627631
"02-03-20"
628-
[]
632+
[ "Planned and implemented features in front end applications."
633+
, "Researched and presented patterns to improve application maintainability and performance."
634+
, "Integrated third-party services for feature flagging and search."
635+
, "Wrote unit and end-to-end tests."
636+
]
629637
, WorkItem "Linode"
630638
"Technical Writer"
631639
"Philadelphia, PA"
632640
"09-06-17"
633641
"05-01-18"
634-
[ "Write, edit, and tech edit documentation on Linux-related topics"
635-
, "Use continuous integration and scripting to improve quality of documentation library"
636-
]
637-
, WorkItem "EF Education First"
638-
"Content Writer"
639-
"Shanghai, CN"
640-
"02-04-16"
641-
"08-21-17"
642-
[ "Write textbook and online content for an international education company"
643-
]
644-
, WorkItem "EF Education First"
645-
"International Teacher"
646-
"Shanghai, CN"
647-
"07-18-13"
648-
"02-04-16"
649-
[ "Teach English to Chinese kids"
642+
[ "Wrote, edited, and tech edited documentation on Linux-related topics"
643+
, "Used continuous integration and scripting to improve quality of documentation library"
650644
]
651645
]
652646

0 commit comments

Comments
 (0)