Finished the animation on the skills and started on history/timeline

This commit is contained in:
Giovani
2019-04-12 19:31:22 -04:00
parent b7e43f655e
commit 36f412b524
13 changed files with 193 additions and 45 deletions

View File

@@ -1,17 +1,18 @@
import React, {Component} from 'react';
import './bio.css';
class Bio 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>
<div className="row row-height-25 p-5">
<div className="col">
<div className="mx-auto text-center border-top border-bottom d-flex h-100 w-75">
<h2 className="align-self-center">
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
I am problem solver, solution maker upper and answer deilverer. I always itch to learn something new and strive to deliver my best. When I'm not
creating I am either reading, writing or spending time with the people that I care.
</h3>
</h2>
</div>
</div>
</div>