Initial commit from gatsby: (https://github.com/ChangoMan/gatsby-starter-strata.git)
This commit is contained in:
23
src/components/Footer.js
Normal file
23
src/components/Footer.js
Normal file
@@ -0,0 +1,23 @@
|
||||
import React from 'react'
|
||||
|
||||
class Footer extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div id="footer">
|
||||
<div className="inner">
|
||||
<ul className="icons">
|
||||
<li><a href="#" className="icon fa-twitter"><span className="label">Twitter</span></a></li>
|
||||
<li><a href="#" className="icon fa-github"><span className="label">Github</span></a></li>
|
||||
<li><a href="#" className="icon fa-dribbble"><span className="label">Dribbble</span></a></li>
|
||||
<li><a href="#" className="icon fa-envelope-o"><span className="label">Email</span></a></li>
|
||||
</ul>
|
||||
<ul className="copyright">
|
||||
<li>© Gatsby Starter Strata</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default Footer
|
||||
Reference in New Issue
Block a user