From 12cf8320c3368d6fedc8a0ca311f854fa878cd57 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Sun, 30 Jul 2017 12:28:25 +0700 Subject: [PATCH] Language selector --- Gulpfile.coffee | 1 + html/en.html | 85 +++++++++++++++++++++++++++++++++++++++++++++++++ html/index.html | 62 ++++++++---------------------------- package.json | 8 ++--- 4 files changed, 104 insertions(+), 52 deletions(-) create mode 100644 html/en.html diff --git a/Gulpfile.coffee b/Gulpfile.coffee index af26f9a..5e851fb 100644 --- a/Gulpfile.coffee +++ b/Gulpfile.coffee @@ -16,6 +16,7 @@ html = (target, debug) -> return () -> sources = [ 'html/index.html' + 'html/en.html' 'html/ru.html' ] if (debug) diff --git a/html/en.html b/html/en.html new file mode 100644 index 0000000..bdacd1f --- /dev/null +++ b/html/en.html @@ -0,0 +1,85 @@ + + + + + Cloak of Darkness + + + + + + + + + +
+
+
+
+ +
+
+
+
+ +
+ + +
+
+ +
+
+ + + + + + + + + + + diff --git a/html/index.html b/html/index.html index bdacd1f..e98384c 100644 --- a/html/index.html +++ b/html/index.html @@ -26,60 +26,26 @@
-
-
- -
-
-
+
-
-
-
- -
- - - - - - - - + + + + + diff --git a/package.json b/package.json index 11bfcd1..accd276 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,19 @@ { "dependencies": { - "salet": "^1.7.7" + "salet": "^1.8.0" }, "private": true, "devDependencies": { "bootstrap": "^4.0.0-alpha.5", - "browser-sync": "^2.18.11", - "coffee-script": "^1.12.6", + "browser-sync": "^2.18.13", + "coffee-script": "^1.12.7", "cson": "^4.1.0", "gulp": "^3.8.11", "gulp-coffee": "^2.3.4", "gulp-concat": "^2.6.1", "gulp-rename": "^1.2.2", "gulp-sass": "^3.1.0", - "gulp-uglify": "^2.1.2", + "gulp-uglify": "^3.0.0", "gulp-util": "^3.0.8", "gulp-zip": "^4.0.0" }