diff --git a/.DS_Store b/.DS_Store index 606a830..2797b69 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/tree/.DS_Store b/tree/.DS_Store index 1d5e363..4e17c43 100644 Binary files a/tree/.DS_Store and b/tree/.DS_Store differ diff --git a/tree/imgs/.DS_Store b/tree/imgs/.DS_Store index 36b51a9..3714949 100644 Binary files a/tree/imgs/.DS_Store and b/tree/imgs/.DS_Store differ diff --git a/tree/imgs/park/cat.gif b/tree/imgs/park/cat.gif new file mode 100644 index 0000000..8636469 Binary files /dev/null and b/tree/imgs/park/cat.gif differ diff --git a/tree/imgs/park/horse.gif b/tree/imgs/park/horse.gif new file mode 100644 index 0000000..47d7b27 Binary files /dev/null and b/tree/imgs/park/horse.gif differ diff --git a/tree/imgs/park/snake.gif b/tree/imgs/park/snake.gif new file mode 100644 index 0000000..0ea0ad7 Binary files /dev/null and b/tree/imgs/park/snake.gif differ diff --git a/tree/imgs/park/woman2.gif b/tree/imgs/park/woman2.gif new file mode 100644 index 0000000..db78869 Binary files /dev/null and b/tree/imgs/park/woman2.gif differ diff --git a/tree/park.css b/tree/park.css index 123a237..fcede05 100644 --- a/tree/park.css +++ b/tree/park.css @@ -106,9 +106,9 @@ span.button_text{ } .close { - position:relative; - top:25px; - left:80%; + position:absolute; + top:6.5%; + left:85%; } @@ -116,8 +116,8 @@ span.button_text{ position:fixed; /* border: solid black 2px;*/ left:20%; - top:12%; - bottom:18%; + top:15%; + bottom:16%; right:20%; font-family: sinistre; z-index:30; @@ -235,7 +235,7 @@ a:hover { font-size: 1vw; text-align: center; left: 15%; - top:4%; + top:8%; position:absolute; z-index: 50; } @@ -277,6 +277,7 @@ a:hover { left: 24%; position: absolute; z-index:18; + cursor:pointer; } #tree1 { @@ -344,6 +345,7 @@ a:hover { left: 57%; position: absolute; z-index:2; + cursor: pointer; } .bubble1 { @@ -401,7 +403,7 @@ a:hover { line-height: 17px; text-align: center; width: 160px; - height: 100px; + height: 108px; border-radius: 10px; padding: 18px; border: #000000 solid 1px; diff --git a/tree/park.html b/tree/park.html index 324755c..ede59d9 100644 --- a/tree/park.html +++ b/tree/park.html @@ -122,7 +122,8 @@
-
+ + @@ -130,19 +131,18 @@
Hello . It's Saturday morning. You are at the park waiting for your friend Amanda. She seems to be really late. - You spot a copy of today's newspaper on the bench close to you. Maybe you want to . You can also or just . + You spot a copy of today's newspaper on the bench close to you: maybe you want to give it a read. You can also or just .
-
@@ -168,8 +168,8 @@ } // open newspaper - $(".open_newspaper_index").click (function(){ - $(".message1, .message4").hide(); + $("#bench").click (function(){ + $(".message1, .message4, .bubble1, .bubble2").hide(); $("#newspaper, .close").show(); $(".blur"). addClass("blur_background"); //saves that u opened the newspaper in the local storage @@ -216,6 +216,7 @@ $(".message1").hide(); $("#newspaper,#baloon1, #baloon2, #baloon3, #baloon4, .close").hide(); $(".message4").show(); + $("#kiosk").show(); }); @@ -229,6 +230,7 @@ $(".message1").hide(); $(".message4").show(); $(".blur"). removeClass("blur_background"); + $("#kiosk ").show(); }); $("#fries").click (function(){ @@ -238,14 +240,14 @@ }); $("#kiosk").click (function(){ - $(".message5").hide(); $(".bubble1").show(); setTimeout (function () { - $(".bubble2").show(); - setTimeout (function () { - $(".message6").show(); - },2000); - },2000); + $(".bubble2").show(); + setTimeout (function () { + $(".message4").hide(); + $(".message5").show(); + },2000); + },2000); }); diff --git a/tree/park_N.html b/tree/park_N.html index c49753d..c1a83fa 100644 --- a/tree/park_N.html +++ b/tree/park_N.html @@ -53,7 +53,7 @@
- Move around the park with the arrows ←↑↓→ and click on the people to ask them if they saw the newspaper's owner. + Move around the park with the arrows ←↑↓→