Tim Zielonko

Results 5 issues of Tim Zielonko

What? - Titles need to be added to items missing them. Source: [CTA audit spreadsheet](https://docs.google.com/spreadsheets/d/1N4Bgt74f1XDV3B3bnn5rNT5XoV_2Jfl8Rfk5-WTYG38/edit#gid=0). - We will also update the `Figure` component to surface a title when the Figure...

accessibility
wcag/2.1
wcag/2.1/fixing

We have more opportunities to optimize the nav bar. Considering comments from https://github.com/sourcegraph/about/pull/5395: - Introduce and map through `rightNavLinksArray` for remaining CTAs ([comment](https://github.com/sourcegraph/about/pull/5395#discussion_r887146144)) - Implement `Nav.Link` rendering logic with a...

enhancement

Standardize our interfaces with the same naming convention and file structure. Please see [this comment](https://github.com/sourcegraph/about/pull/5365#discussion_r886157444) for reference.

team/content-platform
sprint-rollover

Refactor `filePath` to `source` to allow for wider implementation (e.g., blogposts). [Context from review](https://github.com/sourcegraph/about/pull/5493#discussion_r901846919) Example: ``` interface Video { source: { webm: string mp4: string } loop: boolean caption: string...

team/content-platform

The graphs on the Code Insights page are reactive, and there are some spacing issues on the code samples. The page would benefit from more responsiveness. We can tie this...