add link to source
This commit is contained in:
parent
e26074d01f
commit
3b4513acda
1 changed files with 7 additions and 2 deletions
|
|
@ -1,14 +1,19 @@
|
||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import Icon from 'react-fontawesome';
|
import Icon from 'react-fontawesome';
|
||||||
|
|
||||||
import { Container } from './skeleton';
|
import { Container, Row } from './skeleton';
|
||||||
|
|
||||||
class Footer extends Component {
|
class Footer extends Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className="page-footer">
|
<div className="page-footer">
|
||||||
<Container>
|
<Container>
|
||||||
<Icon name="copyright" /> 2017 Nick Pegg
|
<Row>
|
||||||
|
<Icon name="copyright" /> 2017 Nick Pegg
|
||||||
|
</Row>
|
||||||
|
<Row>
|
||||||
|
<a href="https://github.com/nickpegg/nickpegg.com">Source code</a>
|
||||||
|
</Row>
|
||||||
</Container>
|
</Container>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue