diff --git a/django/frontend/static/js/imgs/morpion.png b/django/frontend/static/js/imgs/morpion.png index 985a140..adee2f0 100644 Binary files a/django/frontend/static/js/imgs/morpion.png and b/django/frontend/static/js/imgs/morpion.png differ diff --git a/django/frontend/static/js/sound/tictactoe/incorrectbuzzer.mp3 b/django/frontend/static/js/sound/tictactoe/incorrectbuzzer.mp3 deleted file mode 100644 index 3df61fd..0000000 Binary files a/django/frontend/static/js/sound/tictactoe/incorrectbuzzer.mp3 and /dev/null differ diff --git a/django/frontend/static/js/sound/tictactoe/play-move.mp3 b/django/frontend/static/js/sound/tictactoe/play-move.mp3 deleted file mode 100644 index 1713db0..0000000 Binary files a/django/frontend/static/js/sound/tictactoe/play-move.mp3 and /dev/null differ diff --git a/django/frontend/static/js/views/HomeView.js b/django/frontend/static/js/views/HomeView.js index e30eda0..d4f3035 100644 --- a/django/frontend/static/js/views/HomeView.js +++ b/django/frontend/static/js/views/HomeView.js @@ -11,16 +11,6 @@ export default class extends AbstractView {

${lang.get('homeTitle', 'Home')}

-
-
- Screenshot of Pong -
-
${lang.get('homeTicTacToeOffline')}
-

${lang.get('matchmakingPresentation')}

- ${lang.get('homeTicTacToeOffline')} -
-
-
Screenshot of Pong @@ -31,6 +21,16 @@ export default class extends AbstractView {
+
+
+ Screenshot of Pong +
+
${lang.get('homeTicTacToeOffline')}
+

${lang.get('offlineTicTacToePresentation')}

+ ${lang.get('homeTicTacToeOffline')} +
+
+
Screenshot of Pong diff --git a/django/frontend/static/js/views/TicTacToeOfflineView.js b/django/frontend/static/js/views/TicTacToeOfflineView.js index 328d1a9..fdd8600 100644 --- a/django/frontend/static/js/views/TicTacToeOfflineView.js +++ b/django/frontend/static/js/views/TicTacToeOfflineView.js @@ -5,7 +5,7 @@ export class TicTacToeOfflineView extends AbstractView { constructor(params) { - super(params, lang.get('ticTacToe')); + super(params, "ticTacToeTitle"); this.width = 510; this.height = 510; this.morpion = [[],[],[],[],[],[],[],[],[]]; @@ -237,7 +237,7 @@ export class TicTacToeOfflineView extends AbstractView { return ` -

${lang.get('ticTacToe')}

+

${lang.get('ticTacToeTitle')}