Skip to content

Commit

Permalink
Run prettier (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
attfarhan committed Nov 19, 2019
1 parent 674182b commit ef7f44e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 17 deletions.
5 changes: 4 additions & 1 deletion website/src/components/Tweets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ export const Tweets: React.FunctionComponent<any> = props => (
<div className="col-md-4">
<blockquote className="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">
Our engineers loved <a href="https://twitter.com/srcgraph?ref_src=twsrc%5Etfw">@srcgraph</a> so much that we decided to make it the singular supported tool at Yelp for <a href="https://twitter.com/hashtag/codesearch?src=hash&amp;ref_src=twsrc%5Etfw">#codesearch</a> and viewing 🤩: <a href="https://bit.ly/2pEko0o">https://bit.ly/2pEko0o</a>
Our engineers loved <a href="https://twitter.com/srcgraph?ref_src=twsrc%5Etfw">@srcgraph</a> so much
that we decided to make it the singular supported tool at Yelp for{' '}
<a href="https://twitter.com/hashtag/codesearch?src=hash&amp;ref_src=twsrc%5Etfw">#codesearch</a>{' '}
and viewing 🤩: <a href="https://bit.ly/2pEko0o">https://bit.ly/2pEko0o</a>
</p>
&mdash; YelpEngineering (@YelpEngineering){' '}
<a href="https://twitter.com/YelpEngineering/status/1191460849162113024?ref_src=twsrc%5Etfw">
Expand Down
35 changes: 22 additions & 13 deletions website/src/components/product/GitLabIntegrationSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,44 @@ import ArrowRightBoxIcon from 'mdi-react/ArrowRightBoxIcon'
import * as React from 'react'
import { RequestDemoAction } from '../../css/components/actions/RequestDemoAction'

export const GitLabIntegrationSection: React.FunctionComponent<{ className?: string }> = ({
className = '',
}) => (

export const GitLabIntegrationSection: React.FunctionComponent<{ className?: string }> = ({ className = '' }) => (
<div className="gitlab-integration-section py-5 row justify-content-center ">
<div className="row justify-content-center container">
<h2 className="text-center display-4 mb-2">
<div className="gitlab-integration-section__new-badge">New</div>
<div className="gitlab-integration-section__title ml-4">GitLab adds code navigation with Sourcegraph</div>
<div className="gitlab-integration-section__title ml-4">
GitLab adds code navigation with Sourcegraph
</div>
</h2>
<div className="col-lg-8 mb-6 mb-lg-0">
<div className=" gitlab-integration-section__quote">
<p className="font-weight-light">
Sourcegraph has the best find-definition, find-references, and intelligent code navigation capability on the planet&mdash;and they brought it to GitLab.
Sourcegraph has the best find-definition, find-references, and intelligent code navigation
capability on the planet&mdash;and they brought it to GitLab.
</p>
<footer>
Sid Sijbrandij, GitLab CEO
</footer>
<footer>Sid Sijbrandij, GitLab CEO</footer>
</div>
<p class="container">
<div style={{padding: '56.25% 0 0 0', position:'relative'}}>
<iframe src="https://player.vimeo.com/video/372590007?color=0CB6F4&amp;title=0&amp;byline=" style={{position:'absolute',top:0,left:0,width:'100%',height:'100%'}} webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
<div style={{ padding: '56.25% 0 0 0', position: 'relative' }}>
<iframe
src="https://player.vimeo.com/video/372590007?color=0CB6F4&amp;title=0&amp;byline="
style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%' }}
webkitallowfullscreen=""
mozallowfullscreen=""
allowfullscreen=""
></iframe>
</div>
</p>
<p className="home__intro-text font-weight-light">
GitLab and Sourcegraph just announced a partnership to provide code navigation natively to GitLab users
GitLab and Sourcegraph just announced a partnership to provide code navigation natively to GitLab
users
</p>
<RequestDemoAction className="mt-5" />
<a className="mt-3 d-flex align-items-center text-decoration-none" href="https://about.sourcegraph.com/blog/gitlab-integrates-sourcegraph-code-navigation-and-code-intelligence" target="_blank">
<a
className="mt-3 d-flex align-items-center text-decoration-none"
href="https://about.sourcegraph.com/blog/gitlab-integrates-sourcegraph-code-navigation-and-code-intelligence"
target="_blank"
>
Read about the integration
<ArrowRightBoxIcon className="text-primary ml-1" />
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export default ((props: any) => (
<div className="container">
<p>
Founded in 2015, Convoy has quickly grown to over 500 employees. However, their accelerated team
growth comes with challenges: new hires have to quickly learn how to contribute to a
dynamic system of microservices.
growth comes with challenges: new hires have to quickly learn how to contribute to a dynamic
system of microservices.
</p>
<h2 className="pt-5 pb-1">Onboarding new hires</h2>
<p>
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default ((props: any) => (
url="/case-studies/quantcast-large-scale-refactoring"
image="/case-studies/quantcast-sourcegraph-case-study.jpg"
/>
<hr style={{ borderColor: "#333" }} />
<hr style={{ borderColor: '#333' }} />
<CaseStudyFeature
quote="In pull requests, team members include links to Sourcegraph code search to prove all references to a deprecated system have been removed."
author="Thorn Software Engineer, Jacob Gillespie"
Expand Down

0 comments on commit ef7f44e

Please sign in to comment.