diff --git a/public/Center.js b/public/Center.js
new file mode 100644
index 0000000..4a34c05
--- /dev/null
+++ b/public/Center.js
@@ -0,0 +1,12 @@
+function Center(){
+ return (
+
+
+
subHeader... Oooo!!
+
blah, blah, blah
+
and stuff
+
+
+
+ )
+}
diff --git a/public/Header.js b/public/Header.js
new file mode 100644
index 0000000..b988478
--- /dev/null
+++ b/public/Header.js
@@ -0,0 +1,11 @@
+function Header(){
+ return (
+
+
+
Navigation
+ My Header
+ Twit Search
+
+
+ )
+}
diff --git a/public/Main.js b/public/Main.js
index cb7c512..e1e947a 100644
--- a/public/Main.js
+++ b/public/Main.js
@@ -1,3 +1,11 @@
function Main(){
- return Hello
-}
\ No newline at end of file
+ return (
+
+)
+}
diff --git a/public/Prof2.js b/public/Prof2.js
new file mode 100644
index 0000000..fa92572
--- /dev/null
+++ b/public/Prof2.js
@@ -0,0 +1,10 @@
+function Prof2(){
+ return (
+
+
+
Not very Trendy
+
What??
+
+
+ )
+}
diff --git a/public/Profile.js b/public/Profile.js
new file mode 100644
index 0000000..57c8877
--- /dev/null
+++ b/public/Profile.js
@@ -0,0 +1,14 @@
+function Profile(){
+ return (
+
+
+
![]()
+
My profile
+
+
+
+
+ )
+}
diff --git a/public/index.html b/public/index.html
index 031925a..c85a36d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -17,6 +17,66 @@
+
@@ -30,6 +90,10 @@
To begin the development, run `npm start`.
To create a production bundle, use `npm run build`.
-->
+
+
+
+