Add about page
This commit is contained in:
14
components/about-header/index.js
Normal file
14
components/about-header/index.js
Normal 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;
|
Reference in New Issue
Block a user