From 2216a0372aebf8ce61bedd7e48bdcc39264da8e1 Mon Sep 17 00:00:00 2001 From: Aaron-Ramirez Date: Sun, 16 Jul 2017 18:33:49 -0500 Subject: [PATCH] twit clone --- public/Center.js | 12 +++++++++ public/Header.js | 11 ++++++++ public/Main.js | 12 +++++++-- public/Prof2.js | 10 ++++++++ public/Profile.js | 14 +++++++++++ public/index.html | 64 +++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 121 insertions(+), 2 deletions(-) create mode 100644 public/Center.js create mode 100644 public/Header.js create mode 100644 public/Prof2.js create mode 100644 public/Profile.js 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`. --> + + + +