Finished most of typing logic in intro and started on bio
This commit is contained in:
23
src/components/shared/portfolio/portfolio.js
Normal file
23
src/components/shared/portfolio/portfolio.js
Normal file
@@ -0,0 +1,23 @@
|
||||
import React, {Component} from 'react';
|
||||
|
||||
class Portfolio extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="container-fluid">
|
||||
<div className="row p-5">
|
||||
<div className="col">
|
||||
<div className="mx-auto text-center w-75">
|
||||
<h3>
|
||||
My name is <strong>Giovani Rodriguez</strong> and I create tools, applications and websites as solutions for individuals or businesses that need them.
|
||||
I am problem solver, solution maker upper and answer deilverer. I'm always itching to learn something new and striving to deliver my best. When I'm not
|
||||
creating I am either reading, writing or spending time with the people that I care.
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default Portfolio;
|
||||
Reference in New Issue
Block a user