|
|
@ -3,8 +3,8 @@ import Link from 'next/link'
|
|
|
|
import { COLORS } from '../lib/constants'
|
|
|
|
import { COLORS } from '../lib/constants'
|
|
|
|
|
|
|
|
|
|
|
|
const Footer = props => (
|
|
|
|
const Footer = props => (
|
|
|
|
<div className="mt3">
|
|
|
|
<footer role="contentinfo" className="mt3">
|
|
|
|
<div className="mt3">
|
|
|
|
<nav role="navigation" className="mt3">
|
|
|
|
<Link href="/about">
|
|
|
|
<Link href="/about">
|
|
|
|
<a className="link">about</a>
|
|
|
|
<a className="link">about</a>
|
|
|
|
</Link>
|
|
|
|
</Link>
|
|
|
@ -14,7 +14,7 @@ const Footer = props => (
|
|
|
|
<a className="link" href="https://github.com/dawnlabs/carbon">
|
|
|
|
<a className="link" href="https://github.com/dawnlabs/carbon">
|
|
|
|
source
|
|
|
|
source
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
<div className="mt3 mb2">
|
|
|
|
<div className="mt3 mb2">
|
|
|
|
a project by{' '}
|
|
|
|
a project by{' '}
|
|
|
|
<a className="dawn-link" href="https://dawnlabs.io">
|
|
|
|
<a className="dawn-link" href="https://dawnlabs.io">
|
|
|
@ -23,7 +23,7 @@ const Footer = props => (
|
|
|
|
¬
|
|
|
|
¬
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<style jsx>{`
|
|
|
|
<style jsx>{`
|
|
|
|
div > div {
|
|
|
|
footer > div {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: ${COLORS.GRAY};
|
|
|
|
color: ${COLORS.GRAY};
|
|
|
@ -46,7 +46,7 @@ const Footer = props => (
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
`}</style>
|
|
|
|
`}</style>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
export default Footer
|
|
|
|
export default Footer
|
|
|
|