|
|
@ -6,16 +6,30 @@ export default () => (
|
|
|
|
<div className="about">
|
|
|
|
<div className="about">
|
|
|
|
<div className="mb4">
|
|
|
|
<div className="mb4">
|
|
|
|
<h2>What does this do?</h2>
|
|
|
|
<h2>What does this do?</h2>
|
|
|
|
|
|
|
|
<p>Carbon lets you create and share beautiful images of your source code</p>
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
You know all of those code screenshots you see on Twitter? Although the code's
|
|
|
|
You know all of those code screenshots you see on Twitter? Although the code's
|
|
|
|
usually impressive, we saw room for improvement in the aesthetic department. Carbon is the
|
|
|
|
usually impressive, we throught there was room for improvement in the aesthetic
|
|
|
|
easiest way to create beautiful images of your source code. So what are you waiting for?
|
|
|
|
department. So what are you waiting for? Go try it out and impress all your developer and
|
|
|
|
Go impress all of your followers with your newfound design prowess.{' '}
|
|
|
|
designer friends.{' '}
|
|
|
|
<span role="img" aria-label="Palette">
|
|
|
|
<span role="img" aria-label="Palette">
|
|
|
|
🎨
|
|
|
|
🎨
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div className="mb4">
|
|
|
|
|
|
|
|
<h2>Who uses it?</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
Carbon is used by thousands of developers daily, including experts at:
|
|
|
|
|
|
|
|
<div className="mt2">
|
|
|
|
|
|
|
|
<img
|
|
|
|
|
|
|
|
width="632px"
|
|
|
|
|
|
|
|
src="/static/open-source-companies.svg"
|
|
|
|
|
|
|
|
alt="Companies that trust Carbon: Google, Airbnb, GitHub, Coinbase, and Microsoft"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div className="mb4">
|
|
|
|
<div className="mb4">
|
|
|
|
<h2>How do I use it?</h2>
|
|
|
|
<h2>How do I use it?</h2>
|
|
|
|
<h4 className="mb0">Import</h4>
|
|
|
|
<h4 className="mb0">Import</h4>
|
|
|
@ -69,8 +83,8 @@ export default () => (
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<h2>I want to make this better.</h2>
|
|
|
|
<h2>I want to make this better.</h2>
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a className="link" href="https://github.com/dawnlabs/carbon">
|
|
|
|
<a className="link" href="https://github.com/dawnlabs/carbon#contribute">
|
|
|
|
Please do.
|
|
|
|
Contributors welcome!
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|