diff --git a/public/Follow.js b/public/Follow.js
new file mode 100644
index 0000000..bfa0558
--- /dev/null
+++ b/public/Follow.js
@@ -0,0 +1,9 @@
+function Follow(props) {
+ return (
+
+
+
Rec'd list of people to follow
+
+
+ )
+}
diff --git a/public/Header.js b/public/Header.js
new file mode 100644
index 0000000..69be48c
--- /dev/null
+++ b/public/Header.js
@@ -0,0 +1,9 @@
+function Header() {
+ return (
+
+ )
+}
diff --git a/public/Main.js b/public/Main.js
index cb7c512..47de997 100644
--- a/public/Main.js
+++ b/public/Main.js
@@ -1,3 +1,14 @@
-function Main(){
- return Hello
-}
\ No newline at end of file
+function Main(props){
+ return (
+
+ )
+}
diff --git a/public/Newsfeed.js b/public/Newsfeed.js
new file mode 100644
index 0000000..dec4317
--- /dev/null
+++ b/public/Newsfeed.js
@@ -0,0 +1,9 @@
+function Newsfeed() {
+ return (
+
+ )
+}
diff --git a/public/Trends.js b/public/Trends.js
new file mode 100644
index 0000000..4c939f6
--- /dev/null
+++ b/public/Trends.js
@@ -0,0 +1,9 @@
+function Trends() {
+ return (
+
+
+
Unordered List of Trends here
+
+
+ )
+}
diff --git a/public/User.js b/public/User.js
new file mode 100644
index 0000000..9afbf9b
--- /dev/null
+++ b/public/User.js
@@ -0,0 +1,9 @@
+function User() {
+ return (
+
+
+
Profile Basics Appear Here
+
+
+ )
+}
diff --git a/public/Video.js b/public/Video.js
new file mode 100644
index 0000000..15f8347
--- /dev/null
+++ b/public/Video.js
@@ -0,0 +1,9 @@
+function Video(props) {
+ return (
+
+ )
+}
diff --git a/public/index.html b/public/index.html
index 031925a..a01ec36 100644
--- a/public/index.html
+++ b/public/index.html
@@ -17,6 +17,38 @@
+
@@ -30,7 +62,13 @@
To begin the development, run `npm start`.
To create a production bundle, use `npm run build`.
-->
+
+
+
+
+
+