diff --git a/app/fonts/glyphicons-halflings-regular.eot b/app/fonts/glyphicons-halflings-regular.eot
new file mode 100644
index 0000000..b93a495
Binary files /dev/null and b/app/fonts/glyphicons-halflings-regular.eot differ
diff --git a/app/fonts/glyphicons-halflings-regular.svg b/app/fonts/glyphicons-halflings-regular.svg
new file mode 100644
index 0000000..94fb549
--- /dev/null
+++ b/app/fonts/glyphicons-halflings-regular.svg
@@ -0,0 +1,288 @@
+
+
+
\ No newline at end of file
diff --git a/app/fonts/glyphicons-halflings-regular.ttf b/app/fonts/glyphicons-halflings-regular.ttf
new file mode 100644
index 0000000..1413fc6
Binary files /dev/null and b/app/fonts/glyphicons-halflings-regular.ttf differ
diff --git a/app/fonts/glyphicons-halflings-regular.woff b/app/fonts/glyphicons-halflings-regular.woff
new file mode 100644
index 0000000..9e61285
Binary files /dev/null and b/app/fonts/glyphicons-halflings-regular.woff differ
diff --git a/app/fonts/glyphicons-halflings-regular.woff2 b/app/fonts/glyphicons-halflings-regular.woff2
new file mode 100644
index 0000000..64539b5
Binary files /dev/null and b/app/fonts/glyphicons-halflings-regular.woff2 differ
diff --git a/app/index.html b/app/index.html
index 6805d25..c0953a7 100644
--- a/app/index.html
+++ b/app/index.html
@@ -43,7 +43,7 @@
-
+
diff --git a/app/scripts/app.js b/app/scripts/app.js
index 8fa3c20..edee0a5 100644
--- a/app/scripts/app.js
+++ b/app/scripts/app.js
@@ -40,7 +40,8 @@
ACTION_MESSAGE: 'Пожалуйста, заполните форму и получите подарок',
FAIL_MESSAGE: 'Попробуйте еще раз…',
CHANGE_LANGUAGE_BUTTON: 'English',
- CLICK_FOR_AGAIN:' Нажми, чтобы попробовать еще раз'
+ CLICK_FOR_AGAIN:' Нажми, чтобы попробовать еще раз',
+ GO_TO_GAME_BUTTON:'Начать игру'
};
var tableEnglish = {
@@ -50,7 +51,8 @@
ACTION_MESSAGE: 'Please Fill The Form And Collect Your Gift',
FAIL_MESSAGE: 'You have 1 more chance…',
CHANGE_LANGUAGE_BUTTON: 'Русский язык',
- CLICK_FOR_AGAIN:'Click to try again'
+ CLICK_FOR_AGAIN:'Click to try again',
+ GO_TO_GAME_BUTTON:'Start play'
};
var app = angular.module('app', ['ngRoute', 'ng', 'ngAnimate', 'ngAudio', 'pascalprecht.translate']);
@@ -135,9 +137,9 @@
this.checkState = function () {
if (globalVolume > 0) {
- this.changeTo = 'Mute'
+ this.changeTo = 'glyphicon-volume-off'
} else {
- this.changeTo = 'Unmute'
+ this.changeTo = 'glyphicon-volume-up'
}
};
diff --git a/app/templates/welcome.html b/app/templates/welcome.html
index d4f28ab..5381721 100644
--- a/app/templates/welcome.html
+++ b/app/templates/welcome.html
@@ -23,5 +23,7 @@ {{'WELCOME_MESSAGE'|translate}}
-
+