Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
a5ac80c
init incident-response use case page
zlonko Apr 13, 2022
93d5406
Merge main into incident-response-use-case
zlonko Apr 13, 2022
88f4204
squash! Prettier
zlonko Apr 13, 2022
370d5eb
align styling with Figma wireframe, update meta
zlonko Apr 13, 2022
fdfefb4
cleanup
zlonko Apr 13, 2022
e3a748a
resolve conflicts
zlonko Apr 13, 2022
010a69c
squash! Prettier
zlonko Apr 13, 2022
9aaa037
add link to incident-response on use-case index
zlonko Apr 14, 2022
3e9ebea
run prettier
zlonko Apr 14, 2022
019232c
merge
zlonko Apr 14, 2022
3746a6c
add CTA tracking to incident-response
zlonko Apr 14, 2022
24e779f
merge main
zlonko Apr 14, 2022
22aeb73
add default height on carousel components
zlonko Apr 19, 2022
cdabd65
Fixes for carousels
katjuell Apr 19, 2022
8f284b8
Add tracking for other use cases pages
katjuell Apr 19, 2022
7a93973
Merge branch 'main' into incident-response-use-case
katjuell Apr 19, 2022
3cb23b0
reduce quote carousel blockquote height
zlonko Apr 19, 2022
1de78db
responsive heights for quote block
zlonko Apr 20, 2022
873cbb9
squash! Prettier
zlonko Apr 20, 2022
1b3166f
change spacing increments and add height for extra small screens
zlonko Apr 20, 2022
d937997
merge
zlonko Apr 20, 2022
76b0f3b
qa copy and spacing updates
zlonko Apr 22, 2022
6e3901a
increase spacing on three columns
zlonko Apr 22, 2022
bbaabba
small change
zlonko Apr 22, 2022
2154e0a
copy updates from marketing
zlonko Apr 26, 2022
d212c68
center cloudflare logo
zlonko Apr 27, 2022
8e1097f
squash! Prettier
zlonko Apr 27, 2022
9c91018
What does that mean for you, copy update
zlonko Apr 27, 2022
4d332ea
Merge branch 'tim/incident-response-use-case-non-blocking' of github.…
zlonko Apr 27, 2022
40377bb
revert logo size
zlonko Apr 27, 2022
9c9cbde
copy update
zlonko Apr 27, 2022
91d02dd
resolve merge conflicts
zlonko Apr 28, 2022
d3f862f
spacing adjustment
zlonko Apr 28, 2022
f00de92
Merge branch 'incident-response-use-case' into tim/incident-response-…
zlonko Apr 28, 2022
f76e7e7
progressive spacing on Get Started, from Code Reuse
zlonko Apr 28, 2022
8d7268f
add progressive spacing in Get Started section
zlonko Apr 28, 2022
f241459
Merge remote-tracking branch 'origin' into incident-response-use-case
zlonko May 2, 2022
0dab357
update logo
zlonko May 2, 2022
7b1d034
update logo path
zlonko May 2, 2022
6c4bcba
squash! Prettier
zlonko May 2, 2022
19e285f
merge conflicts
zlonko May 2, 2022
61f90f5
more conflicts
zlonko May 2, 2022
9b40acb
merge conflicts
zlonko May 2, 2022
b96af3b
swap ctas on code search page header
zlonko May 9, 2022
11ba013
Merge branch 'main' of github.com:sourcegraph/about
zlonko May 10, 2022
e4f2e01
resolve merge conflicts
zlonko May 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions website/src/pages/use-cases/incident-response.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Link, PageProps } from 'gatsby'
import CrosshairsGpsIcon from 'mdi-react/CrosshairsGpsIcon'
import MagnifyIcon from 'mdi-react/MagnifyIcon'
import ClockTimeThreeOutlineIcon from 'mdi-react/ClockTimeThreeOutlineIcon'
import WebIcon from 'mdi-react/WebIcon'
import React, { FunctionComponent, ReactNode } from 'react'
Expand Down Expand Up @@ -69,18 +69,18 @@ const items = [
<p>
Visualize fixes in progress and track their deployment. With{' '}
<Link to="/code-insights">Code Insights</Link>, get visibility into remediation efforts and
share progress with team leaders and customers.
share progress with team leaders and all of your customers.
</p>
}
/>
),
itemClass: 'd-none',
},
{
buttonLabel: 'Monitor for the introduction of unsafe code',
buttonLabel: 'Monitor for unsafe code',
text: (
<CarouselItem
header="Monitor for the introduction of unsafe code"
header="Monitor for unsafe code"
text={
<p>
Close the loop on your incident response efforts. After finding the root cause, use{' '}
Expand Down Expand Up @@ -119,7 +119,7 @@ const resourceItems = [
{
title: 'Log4j Log4Shell 0-day: find, fix, and track affected code',
description:
'In the biggest security vulnerability incident since Heartbleed, Sourcegraph co-founder and CEO Quinn Slack shared how you can find affected code, automate fixes, and track progress.',
'In the biggest security vulnerability incident since Heartbleed, Sourcegraph co-founder and CEO Quinn Slack shares how you can find affected code, automate fixes, and track progress.',
type: 'Blog post',
img: {
src: 'https://sourcegraphstatic.com/blog/log4j/log4j-blog-thumbnail.png',
Expand All @@ -130,7 +130,7 @@ const resourceItems = [
{
title: "The real weakest link in software supply chain security (it's not open source)",
description:
'Using open source code can jump-start development but it can also expose you to security vulnerabilities. In this post, learn how to design an effective vulnerability management process that can make dependencies visible and mitigation less time-consuming.',
'Using open source code can jumpstart development, but it can also expose you to security vulnerabilities. In this post, learn how to design an effective vulnerability management process that can make dependencies visible and mitigation less time-consuming.',
type: 'Blog post',
img: {
src: 'https://storage.googleapis.com/sourcegraph-assets/blog/third-party-open-source-vulnerabilities.png',
Expand All @@ -141,7 +141,7 @@ const resourceItems = [
{
title: 'How to remove secrets from your codebase',
description:
'Back in early 2021, Sourcegraph stored infrastructure and service passwords in private repositories. Security engineer André Eleuterio moved every secret to a secure vault and used code search to ensure the move was successful and complete.',
'In early 2021, Sourcegraph stored infrastructure and service passwords in private repositories. Learn how Sourcegraph Security Engineer André Eleuterio moved every secret to a secure vault and used Code Search to ensure the move was successful and complete.',
type: 'Blog post',
img: {
src: 'https://sourcegraphstatic.com/blog/securing-sourcegraph-eliminating-secrets.png',
Expand All @@ -153,7 +153,7 @@ const resourceItems = [

const threeUpTextItems = [
{
icon: <CrosshairsGpsIcon className="mb-4 text-blurple" size={40} />,
icon: <MagnifyIcon className="mb-4 text-blurple" size={40} />,
subtitle: <h4 className="pb-3 mx-auto max-w-300 font-weight-bold">Assess incidents quickly</h4>,
description:
"Pinpoint the code responsible for the incident and find the root cause in your codebase. Understand the code's functionality to verify the issue.",
Expand Down Expand Up @@ -278,7 +278,7 @@ const UseCasePage: FunctionComponent<PageProps> = props => (
>
Read the Cloudflare case study
</Link>
<img src="/external-logos/cloudflare-logo.svg" className="d-block max-w-150 mt-3" />
<img src="/external-logos/cloudflare-logo.svg" className="d-flex mx-auto max-w-150 mt-3" />
</div>
</div>
</div>
Expand Down