diff --git a/src/components/pages/home.js b/src/components/pages/home.js
index 3ac86f2..219edd8 100644
--- a/src/components/pages/home.js
+++ b/src/components/pages/home.js
@@ -1,14 +1,16 @@
import React, {Component} from 'react';
import Header from '../shared/header/header';
import Footer from "../shared/footer/footer";
-import Content from '../shared/content/content';
+import Introduction from '../shared/introduction/introduction';
+import Bio from '../shared/bio/bio';
class Home extends Component {
render() {
return (
-
+
+
);
diff --git a/src/components/shared/bio/bio.css b/src/components/shared/bio/bio.css
new file mode 100644
index 0000000..e69de29
diff --git a/src/components/shared/bio/bio.js b/src/components/shared/bio/bio.js
new file mode 100644
index 0000000..cff343a
--- /dev/null
+++ b/src/components/shared/bio/bio.js
@@ -0,0 +1,23 @@
+import React, {Component} from 'react';
+
+class Bio extends Component {
+ render() {
+ return (
+
+
+
+
+
+ My name is Giovani Rodriguez 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.
+
+ );
+ }
+
+ // componentDidUpdate() {
+ // }
+}
+
+export default Introduction;
\ No newline at end of file
diff --git a/src/components/shared/portfolio/portfolio.js b/src/components/shared/portfolio/portfolio.js
new file mode 100644
index 0000000..77ba1d7
--- /dev/null
+++ b/src/components/shared/portfolio/portfolio.js
@@ -0,0 +1,23 @@
+import React, {Component} from 'react';
+
+class Portfolio extends Component {
+ render() {
+ return (
+
+
+
+
+
+ My name is Giovani Rodriguez 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.
+
+
+
+
+
+ );
+ }
+}
+
+export default Portfolio;
\ No newline at end of file
diff --git a/src/images/home/desktop.ini b/src/images/home/desktop.ini
new file mode 100644
index 0000000..04f6582
--- /dev/null
+++ b/src/images/home/desktop.ini
@@ -0,0 +1,2 @@
+[LocalizedFileNames]
+introductionBackground.jpg=@introductionBackground.jpg,0
diff --git a/src/images/home/introductionBackground.jpg b/src/images/home/introductionBackground.jpg
new file mode 100644
index 0000000..273e41c
Binary files /dev/null and b/src/images/home/introductionBackground.jpg differ
diff --git a/src/images/home/introductionBackground2.jpg b/src/images/home/introductionBackground2.jpg
new file mode 100644
index 0000000..d36b6e1
Binary files /dev/null and b/src/images/home/introductionBackground2.jpg differ