Skip to content

Commit

Permalink
Update clues
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Kirby authored and Lisa Kirby committed Oct 30, 2023
1 parent ed8b6b0 commit f71b96d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ <h1 class="card-title">Clue #1</h1>
This is Mr. E’s Human Resources program. I’m scouting for someone who meets the following requirements:
</p>
<ol>
<li>They stick with their team through thick and thin</li>
<li>
Instead of bottling up their problems, they weigh out (the first two) solutions
They stick with their team through thick and thin
</li>
<li>
They weigh out the first solution (in grams)
</li>
<li>They're not easily foiled</li>
<li>They unlock their team's potential</li>
Expand Down Expand Up @@ -92,7 +94,7 @@ <h1 class="card-title">Clue #2</h1>
<p class="mb-2">
Mr. E’s GPS module is busted. You’ll need to help locate these
places in order to get him back in the zone. We’re in a time
crunch, keep an eye on the clock!
crunch, keep an eye on the hour!
</p>
<ol>
<li>Edmonton</li>
Expand Down Expand Up @@ -137,9 +139,9 @@ <h1 class="card-title">Clue #2</h1>
<h1 class="card-title">Clue #3</h1>
<div class="card-subtitle mb-3 text-muted">
<p class="mb-3">
Mr. E would like to C things more clearly. He needs
to find some classes… eeer, I mean glasses! And maybe read a
chapter or two…
Mr. E would like to C things more clearly to do some reading. He needs
to find some Classes… eeer, I mean glasses!
The last place he saw them was on a table...
</p>
</div>
</div>
Expand Down
14 changes: 7 additions & 7 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
var answer1 = "076205613"; // scavenger hunt
var answer1 = "012205613"; // scavenger hunt
var answer2 = "111210211011"; // time zones
var answer3 = "5112"; // book
var answer4 = "eye3"; // arduino
var answer5 = "54531"; // count items
var answer6 = "Green"; // thermometer

// var answer1 = ""; // scavenger hunt
// var answer2 = ""; // time zones
// var answer3 = ""; // book
// var answer4 = "eye3"; // arduino
// var answer5 = ""; // thermometer
// var answer6 = "Green"; // thermometer
//var answer1 = ""; // scavenger hunt
//var answer2 = ""; // time zones
//var answer3 = ""; // book
//var answer4 = "eye3"; // arduino
//var answer5 = ""; // thermometer
//var answer6 = "Green"; // thermometer

var firstPage = $("#intro");
var startBtn = $(".start-btn.beg");
Expand Down

0 comments on commit f71b96d

Please sign in to comment.