From 910f8910dcd3f7e6cd86cf66787eca1e77dbf228 Mon Sep 17 00:00:00 2001 From: SarahSchoonmaker Date: Sat, 4 Nov 2017 16:05:30 -0400 Subject: [PATCH 1/9] first commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 README.md diff --git a/README.md b/README.md new file mode 100755 index 0000000..d0b411b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +prep_facebook_pages +=================== + +[This is an HTML and CSS project from the Viking Code School Prep Work](http://www.vikingcodeschool.com/web-markup-and-coding/let-s-build-facebook). From 26540918da65fbdcc1e74df0155fdc73f378eaba Mon Sep 17 00:00:00 2001 From: SarahSchoonmaker Date: Sat, 4 Nov 2017 16:11:38 -0400 Subject: [PATCH 2/9] initial --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d0b411b..891d784 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -prep_facebook_pages -=================== +My Facebook Page [This is an HTML and CSS project from the Viking Code School Prep Work](http://www.vikingcodeschool.com/web-markup-and-coding/let-s-build-facebook). From 1d4920a05b38608f23457aec33d79b62a3c68a50 Mon Sep 17 00:00:00 2001 From: SarahSchoonmaker Date: Sat, 4 Nov 2017 16:17:25 -0400 Subject: [PATCH 3/9] initial --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..3813d6e --- /dev/null +++ b/index.html @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file From 3287f70da1ea31060721dfc0bfc5adf45ad9b62a Mon Sep 17 00:00:00 2001 From: SarahSchoonmaker Date: Sat, 4 Nov 2017 16:23:15 -0400 Subject: [PATCH 4/9] initial --- project_prep_facebook_pages | 1 + 1 file changed, 1 insertion(+) create mode 160000 project_prep_facebook_pages diff --git a/project_prep_facebook_pages b/project_prep_facebook_pages new file mode 160000 index 0000000..00f2b83 --- /dev/null +++ b/project_prep_facebook_pages @@ -0,0 +1 @@ +Subproject commit 00f2b8305550ab1a4b7fb2bae057921778850a1b From 1e3590a17b96c548f4609631979a93a87bb5bdcf Mon Sep 17 00:00:00 2001 From: SarahSchoonmaker Date: Sat, 4 Nov 2017 16:57:25 -0400 Subject: [PATCH 5/9] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3fabbe7..a723e7e 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ -<<<<<<< HEAD + My Facebook Page -======= -prep_facebook_pages -=================== ->>>>>>> upstream/master + [This is an HTML and CSS project from the Viking Code School Prep Work](http://www.vikingcodeschool.com/web-markup-and-coding/let-s-build-facebook). From b2f6fe385da2678015e7a119cb3178c9c3545699 Mon Sep 17 00:00:00 2001 From: SarahSchoonmaker Date: Wed, 8 Nov 2017 03:42:26 -0500 Subject: [PATCH 6/9] home page --- README.md | 8 -- index.html | 121 +++++++++++++++++++++++++++++-- index.js | 31 ++++++++ style.css | 209 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 354 insertions(+), 15 deletions(-) delete mode 100755 README.md create mode 100644 index.js create mode 100644 style.css diff --git a/README.md b/README.md deleted file mode 100755 index 3fabbe7..0000000 --- a/README.md +++ /dev/null @@ -1,8 +0,0 @@ -<<<<<<< HEAD -My Facebook Page -======= -prep_facebook_pages -=================== ->>>>>>> upstream/master - -[This is an HTML and CSS project from the Viking Code School Prep Work](http://www.vikingcodeschool.com/web-markup-and-coding/let-s-build-facebook). diff --git a/index.html b/index.html index 3813d6e..ba21a20 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,114 @@ - - - - - - - \ No newline at end of file + + + + + + + + + + + + + Facebook Template + + + + +
+

Connect with all of your friends!

+
    +
  • See photos and updates in your news feed
  • +
  • Post your status for the world to see from your profile
  • +
  • Get in touch with friends by "friending" them
  • +
  • Like things becasue you're a positive person!
  • +
+
+

Sign Up!

+
+ + + + + +

Birthday

+
+ + + +
+
+ + +
+ +
+ + +
+ + \ No newline at end of file diff --git a/index.js b/index.js new file mode 100644 index 0000000..3ba53bf --- /dev/null +++ b/index.js @@ -0,0 +1,31 @@ +var monthNames = [ "January", "February", "March", "April", "May", "June", + "July", "August", "September", "October", "November", "December" ]; + +for (i = new Date().getFullYear(); i > 1900; i--){ + $('#years').append($('