import React from 'react'; import 'styles/Bio.css'; function Bio() { return (

A Little About Myself

My name is Giovani Rodriguez and I create tools, apps and websites. I am a problem solver, solution maker upper and answer deilverer. I'm always itching to learn something new and striving to deliver my best. I like to read, listen to music and ride my bike.

); } export default Bio;