From 1e54a25eb62de5b7b113af1780ac772f289f1d20 Mon Sep 17 00:00:00 2001 From: Venkata Subramanian Mahalingam Date: Mon, 30 Jan 2017 19:56:51 -0500 Subject: [PATCH 1/8] prepping for the class --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b132a4..d4b4aca 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Together we can create a Mr. Potato Head using GitHub! ###Directions -1. Find your teacher on github.com and find the `Mr_Potato_Head` repository: +1. You are on github.com and this is Venkat's `Mr_Potato_Head` repository: 2. Fork the Repo 3. Create a new workspace for this repository using the clone from Git URL from your repository. 4. Add your assigned body part to `potatohead.html`. Body parts can be found in the `assets` folder From 2ae2ebdf97dc27a6e8dee42d84967bfc9e4e88f8 Mon Sep 17 00:00:00 2001 From: Esteban Hernandez Date: Wed, 1 Feb 2017 15:06:07 +0000 Subject: [PATCH 2/8] added hat --- potato.css | 4 +++- potatohead.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index 5c1d358..31ba383 100644 --- a/potato.css +++ b/potato.css @@ -57,7 +57,9 @@ h1 { /* Insert CSS for hat below this line*/ - +#hat_image { + top: 6px; left: 102px; +} diff --git a/potatohead.html b/potatohead.html index d039b2b..8c25984 100755 --- a/potatohead.html +++ b/potatohead.html @@ -20,7 +20,7 @@

Mr. Potato Head

- + > From e20cf2b4163988d7135bc0d32c8e0892687c5ec5 Mon Sep 17 00:00:00 2001 From: Genesis Medina Date: Wed, 1 Feb 2017 15:06:55 +0000 Subject: [PATCH 3/8] my comment --- potato.css | 8 +++++++- potatohead.html | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index 5c1d358..41d6894 100644 --- a/potato.css +++ b/potato.css @@ -30,7 +30,6 @@ h1 { - /* Insert CSS for eyes below this line*/ @@ -67,7 +66,14 @@ h1 { /* Insert CSS for moustache below this line*/ +#moustache_image { + + width: 100px; + height: 50px; + top: 100px; + right: 130px; +} diff --git a/potatohead.html b/potatohead.html index d039b2b..39491dc 100755 --- a/potatohead.html +++ b/potatohead.html @@ -21,7 +21,7 @@

Mr. Potato Head

- + From 5347af57db56060320a3962a3dcb5967541f9688 Mon Sep 17 00:00:00 2001 From: niya williams Date: Wed, 1 Feb 2017 15:07:09 +0000 Subject: [PATCH 4/8] added arms to mr.potato head --- potato.css | 5 ++++- potatohead.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index 5c1d358..0d6258c 100644 --- a/potato.css +++ b/potato.css @@ -22,7 +22,10 @@ h1 { top: 28px; left: 68px; } /* Insert CSS for arms below this line*/ - +#arms_image{ +top: 160px; +left:23px; +} diff --git a/potatohead.html b/potatohead.html index d039b2b..6ca17e1 100755 --- a/potatohead.html +++ b/potatohead.html @@ -13,7 +13,7 @@

Mr. Potato Head

- + From 3802274af768f8cfdff5b61144badf6b8d22bbff Mon Sep 17 00:00:00 2001 From: Trevis Ramlochan Date: Wed, 1 Feb 2017 15:07:57 +0000 Subject: [PATCH 5/8] eyebrows --- assets/Untitled | 0 potato.css | 5 ++++- potatohead.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 assets/Untitled diff --git a/assets/Untitled b/assets/Untitled new file mode 100644 index 0000000..e69de29 diff --git a/potato.css b/potato.css index 5c1d358..87e2100 100644 --- a/potato.css +++ b/potato.css @@ -47,7 +47,10 @@ h1 { /* Insert CSS for eyebrows below this line*/ - +#eyebrows_image{ + top:35px; + left:100px; +} diff --git a/potatohead.html b/potatohead.html index d039b2b..f3efa78 100755 --- a/potatohead.html +++ b/potatohead.html @@ -18,7 +18,7 @@

Mr. Potato Head

- + From 203c49d2ff01d90cb1ede2d36db866d6a1c38265 Mon Sep 17 00:00:00 2001 From: Rosmeiry Adames Date: Wed, 1 Feb 2017 15:14:13 +0000 Subject: [PATCH 6/8] added shoes --- potato.css | 4 ++++ potatohead.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/potato.css b/potato.css index 5c1d358..cd46218 100644 --- a/potato.css +++ b/potato.css @@ -73,6 +73,10 @@ h1 { /* Insert CSS for shoes below this line*/ +#shoes_image{ + top:298px; + right:63px; +} diff --git a/potatohead.html b/potatohead.html index d039b2b..0517c62 100755 --- a/potatohead.html +++ b/potatohead.html @@ -22,7 +22,7 @@

Mr. Potato Head

- + From 7591637ada66a1e105059b9eed11549cc34bd3b3 Mon Sep 17 00:00:00 2001 From: Charles Lampedusa Date: Wed, 1 Feb 2017 15:14:34 +0000 Subject: [PATCH 7/8] added ears to mr potato head --- potato.css | 4 ++++ potatohead.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/potato.css b/potato.css index 5c1d358..96fc771 100644 --- a/potato.css +++ b/potato.css @@ -27,6 +27,10 @@ h1 { /* Insert CSS for ears below this line*/ +#ears_image{ + top: 100px; + right: 51px; +} diff --git a/potatohead.html b/potatohead.html index d039b2b..1e05965 100755 --- a/potatohead.html +++ b/potatohead.html @@ -14,7 +14,7 @@

Mr. Potato Head

- + From c046abf98ccacd1b69efea30bcd9e0dea99c1602 Mon Sep 17 00:00:00 2001 From: Cindy Romero Date: Wed, 1 Feb 2017 15:20:33 +0000 Subject: [PATCH 8/8] added mouth --- potato.css | 5 ++++- potatohead.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index 5c1d358..bf3db1d 100644 --- a/potato.css +++ b/potato.css @@ -38,7 +38,10 @@ h1 { /* Insert CSS for mouth below this line*/ - +#mouth_image { + bottom: 195px; right:135px; + +} /* Insert CSS for nose below this line*/ diff --git a/potatohead.html b/potatohead.html index d039b2b..23c8677 100755 --- a/potatohead.html +++ b/potatohead.html @@ -16,7 +16,7 @@

Mr. Potato Head

- +