|
|
@ -1,7 +1,8 @@
|
|
|
|
import React from 'react'
|
|
|
|
import React from 'react'
|
|
|
|
import Page from '../components/Page'
|
|
|
|
import Page from '../components/Page'
|
|
|
|
|
|
|
|
|
|
|
|
export default () => (
|
|
|
|
export default function About() {
|
|
|
|
|
|
|
|
return (
|
|
|
|
<Page>
|
|
|
|
<Page>
|
|
|
|
<div className="about">
|
|
|
|
<div className="about">
|
|
|
|
<div className="mb4">
|
|
|
|
<div className="mb4">
|
|
|
@ -9,9 +10,9 @@ export default () => (
|
|
|
|
<p>Carbon lets you create and share beautiful images of your source code</p>
|
|
|
|
<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 thought there was room for improvement in the aesthetic department.
|
|
|
|
usually impressive, we thought there was room for improvement in the aesthetic
|
|
|
|
So what are you waiting for? Go try it out and impress all your developer and designer
|
|
|
|
department. So what are you waiting for? Go try it out and impress all your developer
|
|
|
|
friends.{' '}
|
|
|
|
and designer friends.{' '}
|
|
|
|
<span role="img" aria-label="Palette">
|
|
|
|
<span role="img" aria-label="Palette">
|
|
|
|
🎨
|
|
|
|
🎨
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
@ -50,8 +51,8 @@ export default () => (
|
|
|
|
changing the syntax theme, background color/image, window theme, or padding.
|
|
|
|
changing the syntax theme, background color/image, window theme, or padding.
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<p className="mt2 mb3">
|
|
|
|
<p className="mt2 mb3">
|
|
|
|
You can even drop an image file onto the editor to set the background to that image. Give
|
|
|
|
You can even drop an image file onto the editor to set the background to that image.
|
|
|
|
it a try!
|
|
|
|
Give it a try!
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<h4 className="mb0 mt4">Export/Sharing</h4>
|
|
|
|
<h4 className="mb0 mt4">Export/Sharing</h4>
|
|
|
|
<p className="mt2 mb3">
|
|
|
|
<p className="mt2 mb3">
|
|
|
@ -61,7 +62,10 @@ export default () => (
|
|
|
|
<p className="mt2 mb3">
|
|
|
|
<p className="mt2 mb3">
|
|
|
|
If you use the 'Tweet' button, Carbon will automatically make your image
|
|
|
|
If you use the 'Tweet' button, Carbon will automatically make your image
|
|
|
|
accessible. However, if you want to manually tweet your Carbon image, please check out (
|
|
|
|
accessible. However, if you want to manually tweet your Carbon image, please check out (
|
|
|
|
<a className="link" href="https://help.twitter.com/en/using-twitter/picture-descriptions">
|
|
|
|
<a
|
|
|
|
|
|
|
|
className="link"
|
|
|
|
|
|
|
|
href="https://help.twitter.com/en/using-twitter/picture-descriptions"
|
|
|
|
|
|
|
|
>
|
|
|
|
how to make your Twitter images accessible
|
|
|
|
how to make your Twitter images accessible
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
).
|
|
|
|
).
|
|
|
@ -165,3 +169,4 @@ export default () => (
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
</Page>
|
|
|
|
</Page>
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
}
|
|
|
|