From c05b4d00ef5f770a29e624ac0a5cbe5d311b1410 Mon Sep 17 00:00:00 2001 From: slicksteve Date: Tue, 31 Jan 2017 14:55:01 +0000 Subject: [PATCH 01/12] steven's changes --- potato.css | 9 ++++++++- potatohead.html | 8 ++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/potato.css b/potato.css index 5c1d358..3ba511f 100644 --- a/potato.css +++ b/potato.css @@ -32,6 +32,10 @@ h1 { /* Insert CSS for eyes below this line*/ +#eyes_image{ + top:100px; + right:142px; +} @@ -52,7 +56,10 @@ h1 { /* Insert CSS for glasses below this line*/ - +#glasses_image{ + top:85px; + right:111px; +} diff --git a/potatohead.html b/potatohead.html index d039b2b..647223d 100755 --- a/potatohead.html +++ b/potatohead.html @@ -13,20 +13,20 @@

Mr. Potato Head

- + - + - + - +
From 5732f913fb44d3d790fbc633a37bf2d21dca11ed Mon Sep 17 00:00:00 2001 From: Henry Ramales Date: Tue, 31 Jan 2017 14:57:08 +0000 Subject: [PATCH 02/12] I added the mosutache and shoes to Mr. Potato --- potato.css | 10 ++++++++-- potatohead.html | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/potato.css b/potato.css index 5c1d358..4ece442 100644 --- a/potato.css +++ b/potato.css @@ -68,11 +68,17 @@ h1 { /* Insert CSS for moustache below this line*/ - +#moustache_image { + top:120px; + left:90px; +} /* Insert CSS for shoes below this line*/ - +#shoes_image { + top: 301px; + left: 47px; +} diff --git a/potatohead.html b/potatohead.html index d039b2b..84eac3c 100755 --- a/potatohead.html +++ b/potatohead.html @@ -21,8 +21,8 @@

Mr. Potato Head

- - + + From 4c266ed89167f39cec8fe0e53a86cde0cbb7188c Mon Sep 17 00:00:00 2001 From: Sheyla Arreaga Date: Tue, 31 Jan 2017 15:03:19 +0000 Subject: [PATCH 03/12] Sheylas changes --- potato.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/potato.css b/potato.css index 5c1d358..93b772f 100644 --- a/potato.css +++ b/potato.css @@ -23,7 +23,9 @@ h1 { } /* Insert CSS for arms below this line*/ - +#hat_image { + top: 10px; right:80px; +} /* Insert CSS for ears below this line*/ From 9a638c23d6e6641d2926afb35774b352b727fd79 Mon Sep 17 00:00:00 2001 From: Francy Caceres Date: Wed, 1 Feb 2017 14:29:13 +0000 Subject: [PATCH 04/12] I did the arms --- potato.css | 4 +++- potatohead.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index 5c1d358..ad88f75 100644 --- a/potato.css +++ b/potato.css @@ -22,7 +22,9 @@ h1 { top: 28px; left: 68px; } /* Insert CSS for arms below this line*/ - +#arms_image{ + bottom:202px; right:27px; +} diff --git a/potatohead.html b/potatohead.html index d039b2b..6adb8d7 100755 --- a/potatohead.html +++ b/potatohead.html @@ -13,7 +13,7 @@

Mr. Potato Head

- + From d52e8e83a145fe77b0747b990b9fe4cc60cd6fe8 Mon Sep 17 00:00:00 2001 From: Sheyla Arreaga Date: Thu, 2 Feb 2017 14:28:06 +0000 Subject: [PATCH 05/12] sheylas changes --- potato.css | 2 +- potatohead.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index 93b772f..6ffedbc 100644 --- a/potato.css +++ b/potato.css @@ -24,7 +24,7 @@ h1 { /* Insert CSS for arms below this line*/ #hat_image { - top: 10px; right:80px; + top: 10px; right:95px; } diff --git a/potatohead.html b/potatohead.html index d039b2b..b6e5285 100755 --- a/potatohead.html +++ b/potatohead.html @@ -20,7 +20,7 @@

Mr. Potato Head

- + From 3f4523689b8d6711bad58cecadae4d44a5137d86 Mon Sep 17 00:00:00 2001 From: Henry Ramales Date: Thu, 2 Feb 2017 14:28:43 +0000 Subject: [PATCH 06/12] adjusted the nose --- potato.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/potato.css b/potato.css index 4ece442..9672306 100644 --- a/potato.css +++ b/potato.css @@ -69,7 +69,7 @@ h1 { /* Insert CSS for moustache below this line*/ #moustache_image { - top:120px; + top:160px; left:90px; } From b77db03c2dcf8f5c17f4370260427696e4a84797 Mon Sep 17 00:00:00 2001 From: slicksteve Date: Thu, 2 Feb 2017 14:29:36 +0000 Subject: [PATCH 07/12] mouth --- potato.css | 4 ++++ potatohead.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/potato.css b/potato.css index 3ba511f..58255ec 100644 --- a/potato.css +++ b/potato.css @@ -41,6 +41,10 @@ h1 { /* Insert CSS for mouth below this line*/ +#mouth_image{ + top:220px; + right:128px; +} diff --git a/potatohead.html b/potatohead.html index 647223d..a99fced 100755 --- a/potatohead.html +++ b/potatohead.html @@ -16,7 +16,7 @@

Mr. Potato Head

- + From 797397696c1a831af6b2e3ab305a24c7484dec0f Mon Sep 17 00:00:00 2001 From: Sergio Tavarez Date: Thu, 2 Feb 2017 14:32:36 +0000 Subject: [PATCH 08/12] My change --- potato.css | 5 ++++- potatohead.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index 5c1d358..0a9f682 100644 --- a/potato.css +++ b/potato.css @@ -42,7 +42,10 @@ h1 { /* Insert CSS for nose below this line*/ - +#nose_image{ + top: 150px; + left: 135px +} diff --git a/potatohead.html b/potatohead.html index d039b2b..86cb98b 100755 --- a/potatohead.html +++ b/potatohead.html @@ -17,7 +17,7 @@

Mr. Potato Head

- + From 38ee835e1618c7f75ce13db931c1cdc57d355cc2 Mon Sep 17 00:00:00 2001 From: Henry Ramales Date: Thu, 2 Feb 2017 14:41:49 +0000 Subject: [PATCH 09/12] shoes redo --- potato.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index 9672306..8ac9eb7 100644 --- a/potato.css +++ b/potato.css @@ -76,8 +76,8 @@ h1 { /* Insert CSS for shoes below this line*/ #shoes_image { - top: 301px; - left: 47px; + top: 300px; + left: 46px; } From 243959204c849e88375b398305bff5e932d564e0 Mon Sep 17 00:00:00 2001 From: Hansell Acosta Date: Thu, 2 Feb 2017 14:48:04 +0000 Subject: [PATCH 10/12] added eyebrows --- potato.css | 3 ++- potatohead.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index 5c1d358..b78f710 100644 --- a/potato.css +++ b/potato.css @@ -49,7 +49,8 @@ h1 { /* Insert CSS for eyebrows below this line*/ - +#eyebrows_image { + right: 115px; top: 100px ; /* Insert CSS for glasses below this line*/ diff --git a/potatohead.html b/potatohead.html index d039b2b..9143af6 100755 --- a/potatohead.html +++ b/potatohead.html @@ -18,7 +18,7 @@

Mr. Potato Head

- + > From 138fc8bb4061d347deef58024637ce48a05ee4cf Mon Sep 17 00:00:00 2001 From: Amir Tawfik Date: Thu, 2 Feb 2017 09:48:41 -0500 Subject: [PATCH 11/12] Update potatohead.html --- potatohead.html | 1 + 1 file changed, 1 insertion(+) diff --git a/potatohead.html b/potatohead.html index e2af9de..d8945ad 100755 --- a/potatohead.html +++ b/potatohead.html @@ -22,6 +22,7 @@

Mr. Potato Head

+ From ab04289802b69d354e0a460632319bdc7d922d40 Mon Sep 17 00:00:00 2001 From: Amir Tawfik Date: Thu, 2 Feb 2017 09:52:34 -0500 Subject: [PATCH 12/12] Revert "added eyebrows" --- potato.css | 3 +-- potatohead.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/potato.css b/potato.css index a290ca1..e6118ac 100644 --- a/potato.css +++ b/potato.css @@ -68,8 +68,7 @@ h1 { /* Insert CSS for eyebrows below this line*/ -#eyebrows_image { - right: 115px; top: 100px ; + /* Insert CSS for glasses below this line*/ #glasses_image{ diff --git a/potatohead.html b/potatohead.html index 0c53ab8..d8945ad 100755 --- a/potatohead.html +++ b/potatohead.html @@ -18,7 +18,7 @@

Mr. Potato Head

- +