Add about page

This commit is contained in:
Kamran Ahmed
2019-09-15 23:45:25 +04:00
parent ea2a8007ab
commit 2d0307a338
8 changed files with 71 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
import './style.scss';
const AboutHeader = () => (
<div className='about-header'>
<div className="container">
<h2>Hello, I'm Kamran Ahmed.</h2>
<p>I created <span className='flow-black'>roadmap.sh</span> to help people grow their careers.</p>
<img className='author-img' src="/static/kamran.jpeg" alt="" />
</div>
</div>
);
export default AboutHeader;