diff --git a/package-lock.json b/package-lock.json index e41ed6b..a3d756f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6375,7 +6375,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -6412,7 +6413,8 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", @@ -6421,7 +6423,8 @@ }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -6524,7 +6527,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -6534,6 +6538,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -6546,17 +6551,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "1.1.11" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -6573,6 +6581,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -6645,7 +6654,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -6655,6 +6665,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -6730,7 +6741,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -6760,6 +6772,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -6777,6 +6790,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -6815,11 +6829,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } }, diff --git a/src/components/bio/bio.js b/src/components/bio/bio.js index f492d55..1ad4888 100644 --- a/src/components/bio/bio.js +++ b/src/components/bio/bio.js @@ -10,9 +10,9 @@ class Bio extends Component {

- My name is Giovani Rodriguez and I create tools, applications and websites as solutions for individuals or businesses that need them. - I am a 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 playing games. + My name is Giovani Rodriguez and I create tools, applications and websites as solutions for those that need them. + I am a problem solver, solution maker upper and answer deilverer. I'm always itching to learn something new and strive to deliver my best. When I'm not + creating I am either reading, writing or playing video games.

diff --git a/src/images/home/profilePictureThree.jpg b/src/images/home/profilePictureThree.jpg new file mode 100644 index 0000000..5de83cf Binary files /dev/null and b/src/images/home/profilePictureThree.jpg differ diff --git a/src/images/home/profilePictureTwo.jpg b/src/images/home/profilePictureTwo.jpg index 5de83cf..464b342 100644 Binary files a/src/images/home/profilePictureTwo.jpg and b/src/images/home/profilePictureTwo.jpg differ