diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..56d17d1 Binary files /dev/null and b/.DS_Store differ diff --git a/src/.DS_Store b/src/.DS_Store new file mode 100644 index 0000000..04ec170 Binary files /dev/null and b/src/.DS_Store differ diff --git a/src/index.html b/src/index.html index db1b497..d4efd65 100644 --- a/src/index.html +++ b/src/index.html @@ -1,8 +1,9 @@ - +P feud + diff --git a/src/index.js b/src/index.js index 610b3ca..46577ff 100644 --- a/src/index.js +++ b/src/index.js @@ -9,6 +9,7 @@ import './images/feud_subtitle.png'; import './images/feud_splash_bkgd.png'; import './images/feud_modal_bkgd.png'; import './images/feud_vs.png'; +import './images/feud_icon.png' import data from './data.js'; @@ -71,7 +72,7 @@ $('#submit-guess').on('keypress click', (e) => { $('#guess-input').val(''); game.currentRound.logGuesses(game.currentRound.turnCounter, guess) } - } + } }) $('.help').click(showHelpModal); @@ -180,11 +181,10 @@ function countdown() { - - -

- +
+ +
`).insertAfter('#main-survey-guess') }