Brett Hayes
Brett Hayes
This closes #5651 and adds a new Resources page. ### Changelog - Added "All Resources" nav item to the top nav - Added static data, Filters, Card, and template index...
### Changelog - Restores `generateChangelogItems.go` for generating changelog items for release posts. This closes #5709. Also updated the handbook to reflect this in sourcegraph/handbook#4787 - Fixes a discrepancy with our...
What? Anchor links linking to content sections hide content under our fixed top nav. Fix: Enhance the navigation experience so there's enough spacing between the bottom of the top nav...
This script was removed as part of our replatform initiative and needs to be restored for release posts: - [bin/generate_changelog_items.go](https://github.com/sourcegraph/about/commit/611f024b9e1bb340c043b170d64b8f963996311e#diff-d674dff9359444d26ec653bc9a55368ae7f8008a6c0db791d8517e3befbb6e06)
Convert our pages, components, and UI with Tailwind CSS, removing Bootstrap and stylesheets along the way. The goal of this initiative is to tackle our tech debt and meet the...
What: Instead of adding data attributes to every link/CTA, create a hook with an event listener and some conditions to track every link/CTA click event in GA. Why: - To...
### What? We'd like to update the naming convention of our CTA tracking variables to be more human readable. Note this is blocked by #5594 since the variables sent to...
What? Use our new Background component for rendering container backgrounds to match our DLS. Most files that use `heroAndHeaderClassName` prop can replace that with the `Background` component, and `Layout` can...
What? Improve and convert the BlogResourceItem component to be a plank in terms of atomic design. Why? To create uniformity and design consistency when using the component, without the need...
What? Style our HubSpot forms to match our DLS and brand guidelines. Why? To create design consistency and match our design specs.