-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Becca Steinbrecher
authored and
Becca Steinbrecher
committed
Jul 20, 2022
1 parent
cd85c84
commit b5a084d
Showing
18 changed files
with
131 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,8 +62,9 @@ export const Community: FunctionComponent = () => ( | |
data-button-type="cta" | ||
> | ||
speed sheet | ||
</a> | ||
{' '}with the most useful Sourcegraph shortcuts. Need even more speed? Fasten your seat belt and dive into our curated{' '} | ||
</a>{' '} | ||
with the most useful Sourcegraph shortcuts. Need even more speed? Fasten your seat belt and dive | ||
into our curated{' '} | ||
<a | ||
href="https://learn.sourcegraph.com/tags/sourcegraph" | ||
title="Tutorials" | ||
|
@@ -72,8 +73,8 @@ export const Community: FunctionComponent = () => ( | |
data-button-type="cta" | ||
> | ||
tutorials | ||
</a> | ||
{' '}& other{' '} | ||
</a>{' '} | ||
& other{' '} | ||
<a | ||
href="https://docs.sourcegraph.com/" | ||
title="Tip documents" | ||
|
@@ -82,7 +83,8 @@ export const Community: FunctionComponent = () => ( | |
data-button-type="cta" | ||
> | ||
tip documents | ||
</a>. | ||
</a> | ||
. | ||
</p> | ||
</div> | ||
<div className="row"> | ||
|
@@ -246,7 +248,8 @@ export const Community: FunctionComponent = () => ( | |
<div className="col-lg-7"> | ||
<h2 className="display-3 font-weight-bold mb-3">We’d love to hear from you!</h2> | ||
<br /> | ||
Connect with us on the Sourcegraph Community Discord server, direct message us on Twitter, LinkedIn, or email us at{' '} | ||
Connect with us on the Sourcegraph Community Discord server, direct message us on Twitter, LinkedIn, | ||
or email us at{' '} | ||
<a | ||
href="mailto:[email protected]" | ||
title="[email protected]" | ||
|
@@ -255,7 +258,8 @@ export const Community: FunctionComponent = () => ( | |
data-button-type="cta" | ||
> | ||
[email protected] | ||
</a>. | ||
</a> | ||
. | ||
</div> | ||
<div className="col-lg-5 mt-3"> | ||
<a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,8 +112,8 @@ export const AbcsEbook: FunctionComponent = () => ( | |
data-button-type="cta" | ||
> | ||
via Twitter | ||
</a> | ||
{' '}or{' '} | ||
</a>{' '} | ||
or{' '} | ||
<a | ||
href="mailto:[email protected]" | ||
title="Email" | ||
|
@@ -122,7 +122,8 @@ export const AbcsEbook: FunctionComponent = () => ( | |
data-button-type="cta" | ||
> | ||
</a>. | ||
</a> | ||
. | ||
</p> | ||
|
||
<p className="text-center"> | ||
|
@@ -165,7 +166,8 @@ export const AbcsEbook: FunctionComponent = () => ( | |
<div className="col-md-10"> | ||
<h3 className="text-center">About Sourcegraph</h3> | ||
<p> | ||
Sourcegraph empowers all developers to explore, navigate and better understand all code, faster, with{' '} | ||
Sourcegraph empowers all developers to explore, navigate and better understand all code, faster, | ||
with{' '} | ||
<Link href="/universal-code-search" passHref={true}> | ||
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */} | ||
<a | ||
|
@@ -177,7 +179,8 @@ export const AbcsEbook: FunctionComponent = () => ( | |
Universal Code Search | ||
</a> | ||
</Link> | ||
. Sourcegraph's mission is to make it easier and faster for developers to work on solving problems. | ||
. Sourcegraph's mission is to make it easier and faster for developers to work on solving | ||
problems. | ||
</p> | ||
<p> | ||
To learn more, get our ebook:{' '} | ||
|
Oops, something went wrong.