diff --git a/.bowerrc b/.bowerrc old mode 100644 new mode 100755 index 1669168..1669168 --- a/.bowerrc +++ b/.bowerrc diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 91851e9..91851e9 --- a/.gitignore +++ b/.gitignore diff --git a/.htaccess b/.htaccess old mode 100644 new mode 100755 index cf009bf..cf009bf --- a/.htaccess +++ b/.htaccess diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100644 new mode 100755 index 63b7f2b..63b7f2b --- a/CHANGELOG.md +++ b/CHANGELOG.md diff --git a/Initializer.php b/Initializer.php old mode 100644 new mode 100755 index 097bd64..097bd64 --- a/Initializer.php +++ b/Initializer.php diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 index e98f03d..e98f03d --- a/LICENSE.md +++ b/LICENSE.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 013197e..013197e --- a/README.md +++ b/README.md diff --git a/__composer.json b/__composer.json old mode 100644 new mode 100755 index ee2688b..ee2688b --- a/__composer.json +++ b/__composer.json diff --git a/backend/assets/AnalyticsAsset.php b/backend/assets/AnalyticsAsset.php old mode 100644 new mode 100755 index 0f0e5b5..0f0e5b5 --- a/backend/assets/AnalyticsAsset.php +++ b/backend/assets/AnalyticsAsset.php diff --git a/backend/assets/AppAsset.php b/backend/assets/AppAsset.php old mode 100644 new mode 100755 index 940c0af..940c0af --- a/backend/assets/AppAsset.php +++ b/backend/assets/AppAsset.php diff --git a/backend/codeception.yml b/backend/codeception.yml old mode 100644 new mode 100755 index 703b518..703b518 --- a/backend/codeception.yml +++ b/backend/codeception.yml diff --git a/backend/config/.gitignore b/backend/config/.gitignore old mode 100644 new mode 100755 index 42799dd..42799dd --- a/backend/config/.gitignore +++ b/backend/config/.gitignore diff --git a/backend/config/bootstrap.php b/backend/config/bootstrap.php old mode 100644 new mode 100755 index b3d9bbc..b3d9bbc --- a/backend/config/bootstrap.php +++ b/backend/config/bootstrap.php diff --git a/backend/config/main.php b/backend/config/main.php old mode 100644 new mode 100755 index 82916e0..82916e0 --- a/backend/config/main.php +++ b/backend/config/main.php diff --git a/backend/config/params.php b/backend/config/params.php old mode 100644 new mode 100755 index 7f754b9..7f754b9 --- a/backend/config/params.php +++ b/backend/config/params.php diff --git a/backend/config/test.php b/backend/config/test.php old mode 100644 new mode 100755 index 09536cf..09536cf --- a/backend/config/test.php +++ b/backend/config/test.php diff --git a/backend/controllers/AjaxController.php b/backend/controllers/AjaxController.php old mode 100644 new mode 100755 index 0c70726..0c70726 --- a/backend/controllers/AjaxController.php +++ b/backend/controllers/AjaxController.php diff --git a/backend/controllers/SettingsController.php b/backend/controllers/SettingsController.php old mode 100644 new mode 100755 index 3be3b99..3be3b99 --- a/backend/controllers/SettingsController.php +++ b/backend/controllers/SettingsController.php diff --git a/backend/controllers/SiteController.php b/backend/controllers/SiteController.php old mode 100644 new mode 100755 index 5a51140..5a51140 --- a/backend/controllers/SiteController.php +++ b/backend/controllers/SiteController.php diff --git a/backend/controllers/SitemapController.php b/backend/controllers/SitemapController.php old mode 100644 new mode 100755 index 39e96fe..39e96fe --- a/backend/controllers/SitemapController.php +++ b/backend/controllers/SitemapController.php diff --git a/backend/models/.gitkeep b/backend/models/.gitkeep old mode 100644 new mode 100755 index 72e8ffc..72e8ffc --- a/backend/models/.gitkeep +++ b/backend/models/.gitkeep diff --git a/backend/models/Analytics.php b/backend/models/Analytics.php old mode 100644 new mode 100755 index 1025072..1025072 --- a/backend/models/Analytics.php +++ b/backend/models/Analytics.php diff --git a/backend/runtime/.gitignore b/backend/runtime/.gitignore old mode 100644 new mode 100755 index c96a04f..c96a04f --- a/backend/runtime/.gitignore +++ b/backend/runtime/.gitignore diff --git a/backend/tests/_bootstrap.php b/backend/tests/_bootstrap.php old mode 100644 new mode 100755 index 83a1f26..83a1f26 --- a/backend/tests/_bootstrap.php +++ b/backend/tests/_bootstrap.php diff --git a/backend/tests/_data/.gitignore b/backend/tests/_data/.gitignore old mode 100644 new mode 100755 index e69de29..e69de29 --- a/backend/tests/_data/.gitignore +++ b/backend/tests/_data/.gitignore diff --git a/backend/tests/_data/login_data.php b/backend/tests/_data/login_data.php old mode 100644 new mode 100755 index 32aef6e..32aef6e --- a/backend/tests/_data/login_data.php +++ b/backend/tests/_data/login_data.php diff --git a/backend/tests/_output/.gitignore b/backend/tests/_output/.gitignore old mode 100644 new mode 100755 index d6b7ef3..d6b7ef3 --- a/backend/tests/_output/.gitignore +++ b/backend/tests/_output/.gitignore diff --git a/backend/tests/_support/.gitignore b/backend/tests/_support/.gitignore old mode 100644 new mode 100755 index 36e264c..36e264c --- a/backend/tests/_support/.gitignore +++ b/backend/tests/_support/.gitignore diff --git a/backend/tests/_support/FunctionalTester.php b/backend/tests/_support/FunctionalTester.php old mode 100644 new mode 100755 index 80a79ed..80a79ed --- a/backend/tests/_support/FunctionalTester.php +++ b/backend/tests/_support/FunctionalTester.php diff --git a/backend/tests/_support/UnitTester.php b/backend/tests/_support/UnitTester.php old mode 100644 new mode 100755 index 88db6ae..88db6ae --- a/backend/tests/_support/UnitTester.php +++ b/backend/tests/_support/UnitTester.php diff --git a/backend/tests/functional.suite.yml b/backend/tests/functional.suite.yml old mode 100644 new mode 100755 index acd31d8..acd31d8 --- a/backend/tests/functional.suite.yml +++ b/backend/tests/functional.suite.yml diff --git a/backend/tests/functional/LoginCest.php b/backend/tests/functional/LoginCest.php old mode 100644 new mode 100755 index 604551a..604551a --- a/backend/tests/functional/LoginCest.php +++ b/backend/tests/functional/LoginCest.php diff --git a/backend/tests/functional/_bootstrap.php b/backend/tests/functional/_bootstrap.php old mode 100644 new mode 100755 index 30ed54b..30ed54b --- a/backend/tests/functional/_bootstrap.php +++ b/backend/tests/functional/_bootstrap.php diff --git a/backend/tests/unit.suite.yml b/backend/tests/unit.suite.yml old mode 100644 new mode 100755 index 1ba1eb4..1ba1eb4 --- a/backend/tests/unit.suite.yml +++ b/backend/tests/unit.suite.yml diff --git a/backend/tests/unit/_bootstrap.php b/backend/tests/unit/_bootstrap.php old mode 100644 new mode 100755 index e432ce5..e432ce5 --- a/backend/tests/unit/_bootstrap.php +++ b/backend/tests/unit/_bootstrap.php diff --git a/backend/views/ajax/_table.php b/backend/views/ajax/_table.php old mode 100644 new mode 100755 index cff995e..cff995e --- a/backend/views/ajax/_table.php +++ b/backend/views/ajax/_table.php diff --git a/backend/views/layouts/main.php b/backend/views/layouts/main.php old mode 100644 new mode 100755 index 57f3331..57f3331 --- a/backend/views/layouts/main.php +++ b/backend/views/layouts/main.php diff --git a/backend/views/layouts/menu_items.php b/backend/views/layouts/menu_items.php old mode 100644 new mode 100755 index 709036b..709036b --- a/backend/views/layouts/menu_items.php +++ b/backend/views/layouts/menu_items.php diff --git a/backend/views/settings/_codes_tab.php b/backend/views/settings/_codes_tab.php old mode 100644 new mode 100755 index a43789a..a43789a --- a/backend/views/settings/_codes_tab.php +++ b/backend/views/settings/_codes_tab.php diff --git a/backend/views/settings/_contact_tab.php b/backend/views/settings/_contact_tab.php old mode 100644 new mode 100755 index d20c83b..d20c83b --- a/backend/views/settings/_contact_tab.php +++ b/backend/views/settings/_contact_tab.php diff --git a/backend/views/settings/_main_tab.php b/backend/views/settings/_main_tab.php old mode 100644 new mode 100755 index da1a81e..da1a81e --- a/backend/views/settings/_main_tab.php +++ b/backend/views/settings/_main_tab.php diff --git a/backend/views/settings/_social_tab.php b/backend/views/settings/_social_tab.php old mode 100644 new mode 100755 index 80c161c..80c161c --- a/backend/views/settings/_social_tab.php +++ b/backend/views/settings/_social_tab.php diff --git a/backend/views/settings/codes.php b/backend/views/settings/codes.php old mode 100644 new mode 100755 index fbc8577..fbc8577 --- a/backend/views/settings/codes.php +++ b/backend/views/settings/codes.php diff --git a/backend/views/settings/robots.php b/backend/views/settings/robots.php old mode 100644 new mode 100755 index b832f85..b832f85 --- a/backend/views/settings/robots.php +++ b/backend/views/settings/robots.php diff --git a/backend/views/settings/settings.php b/backend/views/settings/settings.php old mode 100644 new mode 100755 index a3c67d6..a3c67d6 --- a/backend/views/settings/settings.php +++ b/backend/views/settings/settings.php diff --git a/backend/views/site/error.php b/backend/views/site/error.php old mode 100644 new mode 100755 index 877471a..877471a --- a/backend/views/site/error.php +++ b/backend/views/site/error.php diff --git a/backend/views/site/index.php b/backend/views/site/index.php old mode 100644 new mode 100755 index 5563b65..5563b65 --- a/backend/views/site/index.php +++ b/backend/views/site/index.php diff --git a/backend/views/site/instruction.php b/backend/views/site/instruction.php old mode 100644 new mode 100755 index cf0473d..cf0473d --- a/backend/views/site/instruction.php +++ b/backend/views/site/instruction.php diff --git a/backend/views/site/login.php b/backend/views/site/login.php old mode 100644 new mode 100755 index e7b4289..e7b4289 --- a/backend/views/site/login.php +++ b/backend/views/site/login.php diff --git a/backend/views/sitemap/index.php b/backend/views/sitemap/index.php old mode 100644 new mode 100755 index ace4e26..ace4e26 --- a/backend/views/sitemap/index.php +++ b/backend/views/sitemap/index.php diff --git a/backend/views/sitemap/update.php b/backend/views/sitemap/update.php old mode 100644 new mode 100755 index 7613798..7613798 --- a/backend/views/sitemap/update.php +++ b/backend/views/sitemap/update.php diff --git a/backend/web/.gitignore b/backend/web/.gitignore old mode 100644 new mode 100755 index 25c74e6..25c74e6 --- a/backend/web/.gitignore +++ b/backend/web/.gitignore diff --git a/backend/web/assets/.gitignore b/backend/web/assets/.gitignore old mode 100644 new mode 100755 index d6b7ef3..d6b7ef3 --- a/backend/web/assets/.gitignore +++ b/backend/web/assets/.gitignore diff --git a/backend/web/css/custom.css b/backend/web/css/custom.css old mode 100644 new mode 100755 index 7b534d7..7b534d7 --- a/backend/web/css/custom.css +++ b/backend/web/css/custom.css diff --git a/backend/web/css/site.css b/backend/web/css/site.css old mode 100644 new mode 100755 index 2f085b3..2f085b3 --- a/backend/web/css/site.css +++ b/backend/web/css/site.css diff --git a/backend/web/favicon.ico b/backend/web/favicon.ico old mode 100644 new mode 100755 index 580ed73..580ed73 Binary files a/backend/web/favicon.ico and b/backend/web/favicon.ico differ diff --git a/backend/web/js/analytics.js b/backend/web/js/analytics.js old mode 100644 new mode 100755 index 07ec076..07ec076 --- a/backend/web/js/analytics.js +++ b/backend/web/js/analytics.js diff --git a/backend/web/js/custom.js b/backend/web/js/custom.js old mode 100644 new mode 100755 index 69f3952..69f3952 --- a/backend/web/js/custom.js +++ b/backend/web/js/custom.js diff --git a/backend/web/js/jquery.animateNumber.js b/backend/web/js/jquery.animateNumber.js old mode 100644 new mode 100755 index 7ea6e6e..7ea6e6e --- a/backend/web/js/jquery.animateNumber.js +++ b/backend/web/js/jquery.animateNumber.js diff --git a/backend/web/robots.txt b/backend/web/robots.txt old mode 100644 new mode 100755 index 1f53798..1f53798 --- a/backend/web/robots.txt +++ b/backend/web/robots.txt diff --git a/codeception.yml b/codeception.yml old mode 100644 new mode 100755 index af20104..af20104 --- a/codeception.yml +++ b/codeception.yml diff --git a/common/codeception.yml b/common/codeception.yml old mode 100644 new mode 100755 index de5d76a..de5d76a --- a/common/codeception.yml +++ b/common/codeception.yml diff --git a/common/components/Sitemap.php b/common/components/Sitemap.php old mode 100644 new mode 100755 index 64bf031..64bf031 --- a/common/components/Sitemap.php +++ b/common/components/Sitemap.php diff --git a/common/config/.gitignore b/common/config/.gitignore old mode 100644 new mode 100755 index 0be4f93..0be4f93 --- a/common/config/.gitignore +++ b/common/config/.gitignore diff --git a/common/config/Artbox-85b8559147bc.json b/common/config/Artbox-85b8559147bc.json old mode 100644 new mode 100755 index 91a06bb..91a06bb --- a/common/config/Artbox-85b8559147bc.json +++ b/common/config/Artbox-85b8559147bc.json diff --git a/common/config/SitemapDynamic.php b/common/config/SitemapDynamic.php old mode 100644 new mode 100755 index f02fbed..f02fbed --- a/common/config/SitemapDynamic.php +++ b/common/config/SitemapDynamic.php diff --git a/common/config/SitemapStatic.php b/common/config/SitemapStatic.php old mode 100644 new mode 100755 index f02fbed..f02fbed --- a/common/config/SitemapStatic.php +++ b/common/config/SitemapStatic.php diff --git a/common/config/bootstrap.php b/common/config/bootstrap.php old mode 100644 new mode 100755 index 6828027..6828027 --- a/common/config/bootstrap.php +++ b/common/config/bootstrap.php diff --git a/common/config/main.php b/common/config/main.php old mode 100644 new mode 100755 index dab8b2e..dab8b2e --- a/common/config/main.php +++ b/common/config/main.php diff --git a/common/config/params.php b/common/config/params.php old mode 100644 new mode 100755 index 4ec9ba6..4ec9ba6 --- a/common/config/params.php +++ b/common/config/params.php diff --git a/common/config/settings.php b/common/config/settings.php old mode 100644 new mode 100755 index 343b007..be6ad0f --- a/common/config/settings.php +++ b/common/config/settings.php @@ -5,7 +5,7 @@ return [ 'phone' => '+38 (044) 593-73-76', 'phone2' => '+38 (098) 468-07-64', 'skype' => 'artwebstudio', - 'email' => 'artweb.ua@gmail.com', + 'email' => '', 'house' => '1-М', 'street' => 'пр. М. Бажана', 'office' => '25', @@ -13,13 +13,13 @@ return [ 'country' => 'Украина', 'lat' => '50.403696', 'lon' => '30.641481', - 'facebook' => 'https://www.facebook.com/ArtWeb.ua/', - 'vk' => 'https://vk.com/artwebua', - 'ok' => 'https://ok.ru/artwebua', - 'google' => 'https://plus.google.com/+ArtwebUaAgency', - 'twitter' => 'https://twitter.com/ArtWeb_ua', + 'facebook' => '', + 'vk' => '', + 'ok' => '', + 'google' => '', + 'twitter' => '', 'name' => 'Artweb', - 'logo' => '5', + 'logo' => '6', 'about' => 'Строим бизнес в онлайне', 'analytics_key' => '119240817', 'robots' => 'User-agent: Google diff --git a/common/config/test.php b/common/config/test.php old mode 100644 new mode 100755 index c952c41..c952c41 --- a/common/config/test.php +++ b/common/config/test.php diff --git a/common/fixtures/User.php b/common/fixtures/User.php old mode 100644 new mode 100755 index d4b0f36..d4b0f36 --- a/common/fixtures/User.php +++ b/common/fixtures/User.php diff --git a/common/images/12_4FouLYMTIe16U_B5hf8AgqmIWNrmADep.jpg b/common/images/12_4FouLYMTIe16U_B5hf8AgqmIWNrmADep.jpg old mode 100644 new mode 100755 index 2c63bda..2c63bda Binary files a/common/images/12_4FouLYMTIe16U_B5hf8AgqmIWNrmADep.jpg and b/common/images/12_4FouLYMTIe16U_B5hf8AgqmIWNrmADep.jpg differ diff --git a/common/images/13_kkl4mozaMJ8zPlIbqSp_Fn-QoYehLYXV.jpg b/common/images/13_kkl4mozaMJ8zPlIbqSp_Fn-QoYehLYXV.jpg old mode 100644 new mode 100755 index ef352f1..ef352f1 Binary files a/common/images/13_kkl4mozaMJ8zPlIbqSp_Fn-QoYehLYXV.jpg and b/common/images/13_kkl4mozaMJ8zPlIbqSp_Fn-QoYehLYXV.jpg differ diff --git a/common/images/2_7Wyu7XtZY1Ru2jGZTVc4sBBuj7HTK2lz.png b/common/images/2_7Wyu7XtZY1Ru2jGZTVc4sBBuj7HTK2lz.png old mode 100644 new mode 100755 index b0c505a..b0c505a Binary files a/common/images/2_7Wyu7XtZY1Ru2jGZTVc4sBBuj7HTK2lz.png and b/common/images/2_7Wyu7XtZY1Ru2jGZTVc4sBBuj7HTK2lz.png differ diff --git a/common/images/3_QotMz-N2qttbYPDIacZFaogulUFKe1FX.jpg b/common/images/3_QotMz-N2qttbYPDIacZFaogulUFKe1FX.jpg old mode 100644 new mode 100755 index ef352f1..ef352f1 Binary files a/common/images/3_QotMz-N2qttbYPDIacZFaogulUFKe1FX.jpg and b/common/images/3_QotMz-N2qttbYPDIacZFaogulUFKe1FX.jpg differ diff --git a/common/images/4_9fuUrlgU9TyyyfdEvZYlu-VxQPzkJdVg.png b/common/images/4_9fuUrlgU9TyyyfdEvZYlu-VxQPzkJdVg.png new file mode 100755 index 0000000..b0c505a Binary files /dev/null and b/common/images/4_9fuUrlgU9TyyyfdEvZYlu-VxQPzkJdVg.png differ diff --git a/common/images/4_GqOguExNaYGZG64YgbUEmec4xKKAKK8G.jpg b/common/images/4_GqOguExNaYGZG64YgbUEmec4xKKAKK8G.jpg old mode 100644 new mode 100755 index 82f7b63..82f7b63 Binary files a/common/images/4_GqOguExNaYGZG64YgbUEmec4xKKAKK8G.jpg and b/common/images/4_GqOguExNaYGZG64YgbUEmec4xKKAKK8G.jpg differ diff --git a/common/images/5_2sVxteui6Xv-mD4vlFCQK0G38FOgqUXO.jpg b/common/images/5_2sVxteui6Xv-mD4vlFCQK0G38FOgqUXO.jpg old mode 100644 new mode 100755 index ee2e690..ee2e690 Binary files a/common/images/5_2sVxteui6Xv-mD4vlFCQK0G38FOgqUXO.jpg and b/common/images/5_2sVxteui6Xv-mD4vlFCQK0G38FOgqUXO.jpg differ diff --git a/common/images/6_THhbfwU-qb0xIPhqCd8zkYPpHlDKxoC-.png b/common/images/6_THhbfwU-qb0xIPhqCd8zkYPpHlDKxoC-.png new file mode 100755 index 0000000..b0c505a Binary files /dev/null and b/common/images/6_THhbfwU-qb0xIPhqCd8zkYPpHlDKxoC-.png differ diff --git a/common/images/6_nBM9N5_kUsjcCkVpJXuwwfWYnOt3N7Um.jpg b/common/images/6_nBM9N5_kUsjcCkVpJXuwwfWYnOt3N7Um.jpg old mode 100644 new mode 100755 index c5bc640..c5bc640 Binary files a/common/images/6_nBM9N5_kUsjcCkVpJXuwwfWYnOt3N7Um.jpg and b/common/images/6_nBM9N5_kUsjcCkVpJXuwwfWYnOt3N7Um.jpg differ diff --git a/common/images/7_SFsnRpreGcM6YJceVbOeAJeJ5PZpxmmo.jpg b/common/images/7_SFsnRpreGcM6YJceVbOeAJeJ5PZpxmmo.jpg old mode 100644 new mode 100755 index 0b0e38a..0b0e38a Binary files a/common/images/7_SFsnRpreGcM6YJceVbOeAJeJ5PZpxmmo.jpg and b/common/images/7_SFsnRpreGcM6YJceVbOeAJeJ5PZpxmmo.jpg differ diff --git a/common/mail/layouts/html.php b/common/mail/layouts/html.php old mode 100644 new mode 100755 index bddbc61..bddbc61 --- a/common/mail/layouts/html.php +++ b/common/mail/layouts/html.php diff --git a/common/mail/layouts/text.php b/common/mail/layouts/text.php old mode 100644 new mode 100755 index aab1d5d..aab1d5d --- a/common/mail/layouts/text.php +++ b/common/mail/layouts/text.php diff --git a/common/mail/passwordResetToken-html.php b/common/mail/passwordResetToken-html.php old mode 100644 new mode 100755 index f3daf49..f3daf49 --- a/common/mail/passwordResetToken-html.php +++ b/common/mail/passwordResetToken-html.php diff --git a/common/mail/passwordResetToken-text.php b/common/mail/passwordResetToken-text.php old mode 100644 new mode 100755 index 244c0cb..244c0cb --- a/common/mail/passwordResetToken-text.php +++ b/common/mail/passwordResetToken-text.php diff --git a/common/messages/en/app.php b/common/messages/en/app.php old mode 100644 new mode 100755 index e3b6834..e3b6834 --- a/common/messages/en/app.php +++ b/common/messages/en/app.php diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php old mode 100644 new mode 100755 index e3b6834..e3b6834 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php diff --git a/common/models/LoginForm.php b/common/models/LoginForm.php old mode 100644 new mode 100755 index da6de13..da6de13 --- a/common/models/LoginForm.php +++ b/common/models/LoginForm.php diff --git a/common/models/Settings.php b/common/models/Settings.php old mode 100644 new mode 100755 index 401d317..401d317 --- a/common/models/Settings.php +++ b/common/models/Settings.php diff --git a/common/models/SitemapDynamic.php b/common/models/SitemapDynamic.php old mode 100644 new mode 100755 index 7d01f94..7d01f94 --- a/common/models/SitemapDynamic.php +++ b/common/models/SitemapDynamic.php diff --git a/common/models/SitemapStatic.php b/common/models/SitemapStatic.php old mode 100644 new mode 100755 index 24b3be0..24b3be0 --- a/common/models/SitemapStatic.php +++ b/common/models/SitemapStatic.php diff --git a/common/tests/_bootstrap.php b/common/tests/_bootstrap.php old mode 100644 new mode 100755 index d5a93de..d5a93de --- a/common/tests/_bootstrap.php +++ b/common/tests/_bootstrap.php diff --git a/common/tests/_data/user.php b/common/tests/_data/user.php old mode 100644 new mode 100755 index 9c9f50a..9c9f50a --- a/common/tests/_data/user.php +++ b/common/tests/_data/user.php diff --git a/common/tests/_output/.gitignore b/common/tests/_output/.gitignore old mode 100644 new mode 100755 index d6b7ef3..d6b7ef3 --- a/common/tests/_output/.gitignore +++ b/common/tests/_output/.gitignore diff --git a/common/tests/_support/.gitignore b/common/tests/_support/.gitignore old mode 100644 new mode 100755 index 36e264c..36e264c --- a/common/tests/_support/.gitignore +++ b/common/tests/_support/.gitignore diff --git a/common/tests/_support/UnitTester.php b/common/tests/_support/UnitTester.php old mode 100644 new mode 100755 index 91cb34f..91cb34f --- a/common/tests/_support/UnitTester.php +++ b/common/tests/_support/UnitTester.php diff --git a/common/tests/unit.suite.yml b/common/tests/unit.suite.yml old mode 100644 new mode 100755 index 19f0b42..19f0b42 --- a/common/tests/unit.suite.yml +++ b/common/tests/unit.suite.yml diff --git a/common/tests/unit/models/LoginFormTest.php b/common/tests/unit/models/LoginFormTest.php old mode 100644 new mode 100755 index 0eb5eab..0eb5eab --- a/common/tests/unit/models/LoginFormTest.php +++ b/common/tests/unit/models/LoginFormTest.php diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 index 32764c0..32764c0 --- a/composer.json +++ b/composer.json diff --git a/composer.lock b/composer.lock old mode 100644 new mode 100755 index 2c1eaab..2c1eaab --- a/composer.lock +++ b/composer.lock diff --git a/console/config/.gitignore b/console/config/.gitignore old mode 100644 new mode 100755 index 20da318..20da318 --- a/console/config/.gitignore +++ b/console/config/.gitignore diff --git a/console/config/bootstrap.php b/console/config/bootstrap.php old mode 100644 new mode 100755 index b3d9bbc..b3d9bbc --- a/console/config/bootstrap.php +++ b/console/config/bootstrap.php diff --git a/console/config/main.php b/console/config/main.php old mode 100644 new mode 100755 index 8aaeeff..8aaeeff --- a/console/config/main.php +++ b/console/config/main.php diff --git a/console/config/params.php b/console/config/params.php old mode 100644 new mode 100755 index 7f754b9..7f754b9 --- a/console/config/params.php +++ b/console/config/params.php diff --git a/console/controllers/.gitkeep b/console/controllers/.gitkeep old mode 100644 new mode 100755 index e69de29..e69de29 --- a/console/controllers/.gitkeep +++ b/console/controllers/.gitkeep diff --git a/console/controllers/CheckController.php b/console/controllers/CheckController.php old mode 100644 new mode 100755 index efd9c07..efd9c07 --- a/console/controllers/CheckController.php +++ b/console/controllers/CheckController.php diff --git a/console/controllers/CreateController.php b/console/controllers/CreateController.php old mode 100644 new mode 100755 index 71d603b..71d603b --- a/console/controllers/CreateController.php +++ b/console/controllers/CreateController.php diff --git a/console/models/.gitkeep b/console/models/.gitkeep old mode 100644 new mode 100755 index 72e8ffc..72e8ffc --- a/console/models/.gitkeep +++ b/console/models/.gitkeep diff --git a/console/runtime/.gitignore b/console/runtime/.gitignore old mode 100644 new mode 100755 index c96a04f..c96a04f --- a/console/runtime/.gitignore +++ b/console/runtime/.gitignore diff --git a/environments/dbmysql.php b/environments/dbmysql.php old mode 100644 new mode 100755 index dbf6d83..dbf6d83 --- a/environments/dbmysql.php +++ b/environments/dbmysql.php diff --git a/environments/dbpostgresql.php b/environments/dbpostgresql.php old mode 100644 new mode 100755 index ee580f4..ee580f4 --- a/environments/dbpostgresql.php +++ b/environments/dbpostgresql.php diff --git a/environments/dev/backend/config/main-local.php b/environments/dev/backend/config/main-local.php old mode 100644 new mode 100755 index d9a8ceb..d9a8ceb --- a/environments/dev/backend/config/main-local.php +++ b/environments/dev/backend/config/main-local.php diff --git a/environments/dev/backend/config/params-local.php b/environments/dev/backend/config/params-local.php old mode 100644 new mode 100755 index d0b9c34..d0b9c34 --- a/environments/dev/backend/config/params-local.php +++ b/environments/dev/backend/config/params-local.php diff --git a/environments/dev/backend/config/test-local.php b/environments/dev/backend/config/test-local.php old mode 100644 new mode 100755 index 4513a34..4513a34 --- a/environments/dev/backend/config/test-local.php +++ b/environments/dev/backend/config/test-local.php diff --git a/environments/dev/backend/web/index-test.php b/environments/dev/backend/web/index-test.php old mode 100644 new mode 100755 index 262bc1a..262bc1a --- a/environments/dev/backend/web/index-test.php +++ b/environments/dev/backend/web/index-test.php diff --git a/environments/dev/backend/web/index.php b/environments/dev/backend/web/index.php old mode 100644 new mode 100755 index 1d75140..1d75140 --- a/environments/dev/backend/web/index.php +++ b/environments/dev/backend/web/index.php diff --git a/environments/dev/common/config/main-local.php b/environments/dev/common/config/main-local.php old mode 100644 new mode 100755 index 11c239d..11c239d --- a/environments/dev/common/config/main-local.php +++ b/environments/dev/common/config/main-local.php diff --git a/environments/dev/common/config/params-local.php b/environments/dev/common/config/params-local.php old mode 100644 new mode 100755 index d0b9c34..d0b9c34 --- a/environments/dev/common/config/params-local.php +++ b/environments/dev/common/config/params-local.php diff --git a/environments/dev/common/config/test-local.php b/environments/dev/common/config/test-local.php old mode 100644 new mode 100755 index b30e64b..b30e64b --- a/environments/dev/common/config/test-local.php +++ b/environments/dev/common/config/test-local.php diff --git a/environments/dev/console/config/main-local.php b/environments/dev/console/config/main-local.php old mode 100644 new mode 100755 index 1d2118f..1d2118f --- a/environments/dev/console/config/main-local.php +++ b/environments/dev/console/config/main-local.php diff --git a/environments/dev/console/config/params-local.php b/environments/dev/console/config/params-local.php old mode 100644 new mode 100755 index d0b9c34..d0b9c34 --- a/environments/dev/console/config/params-local.php +++ b/environments/dev/console/config/params-local.php diff --git a/environments/dev/frontend/config/main-local.php b/environments/dev/frontend/config/main-local.php old mode 100644 new mode 100755 index d9a8ceb..d9a8ceb --- a/environments/dev/frontend/config/main-local.php +++ b/environments/dev/frontend/config/main-local.php diff --git a/environments/dev/frontend/config/params-local.php b/environments/dev/frontend/config/params-local.php old mode 100644 new mode 100755 index d0b9c34..d0b9c34 --- a/environments/dev/frontend/config/params-local.php +++ b/environments/dev/frontend/config/params-local.php diff --git a/environments/dev/frontend/config/test-local.php b/environments/dev/frontend/config/test-local.php old mode 100644 new mode 100755 index 4513a34..4513a34 --- a/environments/dev/frontend/config/test-local.php +++ b/environments/dev/frontend/config/test-local.php diff --git a/environments/dev/frontend/web/index-test.php b/environments/dev/frontend/web/index-test.php old mode 100644 new mode 100755 index 262bc1a..262bc1a --- a/environments/dev/frontend/web/index-test.php +++ b/environments/dev/frontend/web/index-test.php diff --git a/environments/dev/frontend/web/index.php b/environments/dev/frontend/web/index.php old mode 100644 new mode 100755 index 1d75140..1d75140 --- a/environments/dev/frontend/web/index.php +++ b/environments/dev/frontend/web/index.php diff --git a/environments/dev/yii b/environments/dev/yii old mode 100644 new mode 100755 index 6f0c6d2..6f0c6d2 --- a/environments/dev/yii +++ b/environments/dev/yii diff --git a/environments/dev/yii_test b/environments/dev/yii_test old mode 100644 new mode 100755 index 880050e..880050e --- a/environments/dev/yii_test +++ b/environments/dev/yii_test diff --git a/environments/dev/yii_test.bat b/environments/dev/yii_test.bat old mode 100644 new mode 100755 index 854e08b..854e08b --- a/environments/dev/yii_test.bat +++ b/environments/dev/yii_test.bat diff --git a/environments/index.php b/environments/index.php old mode 100644 new mode 100755 index 0070519..0070519 --- a/environments/index.php +++ b/environments/index.php diff --git a/environments/prod/backend/config/main-local.php b/environments/prod/backend/config/main-local.php old mode 100644 new mode 100755 index af46ba3..af46ba3 --- a/environments/prod/backend/config/main-local.php +++ b/environments/prod/backend/config/main-local.php diff --git a/environments/prod/backend/config/params-local.php b/environments/prod/backend/config/params-local.php old mode 100644 new mode 100755 index d0b9c34..d0b9c34 --- a/environments/prod/backend/config/params-local.php +++ b/environments/prod/backend/config/params-local.php diff --git a/environments/prod/backend/web/index.php b/environments/prod/backend/web/index.php old mode 100644 new mode 100755 index 2af48dd..2af48dd --- a/environments/prod/backend/web/index.php +++ b/environments/prod/backend/web/index.php diff --git a/environments/prod/common/config/main-local.php b/environments/prod/common/config/main-local.php old mode 100644 new mode 100755 index 195993f..195993f --- a/environments/prod/common/config/main-local.php +++ b/environments/prod/common/config/main-local.php diff --git a/environments/prod/common/config/params-local.php b/environments/prod/common/config/params-local.php old mode 100644 new mode 100755 index d0b9c34..d0b9c34 --- a/environments/prod/common/config/params-local.php +++ b/environments/prod/common/config/params-local.php diff --git a/environments/prod/console/config/main-local.php b/environments/prod/console/config/main-local.php old mode 100644 new mode 100755 index d0b9c34..d0b9c34 --- a/environments/prod/console/config/main-local.php +++ b/environments/prod/console/config/main-local.php diff --git a/environments/prod/console/config/params-local.php b/environments/prod/console/config/params-local.php old mode 100644 new mode 100755 index d0b9c34..d0b9c34 --- a/environments/prod/console/config/params-local.php +++ b/environments/prod/console/config/params-local.php diff --git a/environments/prod/frontend/config/main-local.php b/environments/prod/frontend/config/main-local.php old mode 100644 new mode 100755 index af46ba3..af46ba3 --- a/environments/prod/frontend/config/main-local.php +++ b/environments/prod/frontend/config/main-local.php diff --git a/environments/prod/frontend/config/params-local.php b/environments/prod/frontend/config/params-local.php old mode 100644 new mode 100755 index d0b9c34..d0b9c34 --- a/environments/prod/frontend/config/params-local.php +++ b/environments/prod/frontend/config/params-local.php diff --git a/environments/prod/frontend/web/index.php b/environments/prod/frontend/web/index.php old mode 100644 new mode 100755 index 2af48dd..2af48dd --- a/environments/prod/frontend/web/index.php +++ b/environments/prod/frontend/web/index.php diff --git a/environments/prod/yii b/environments/prod/yii old mode 100644 new mode 100755 index 1fe0342..1fe0342 --- a/environments/prod/yii +++ b/environments/prod/yii diff --git a/frontend/assets/AppAsset.php b/frontend/assets/AppAsset.php old mode 100644 new mode 100755 index e97c2fa..e97c2fa --- a/frontend/assets/AppAsset.php +++ b/frontend/assets/AppAsset.php diff --git a/frontend/assets/MapAsset.php b/frontend/assets/MapAsset.php old mode 100644 new mode 100755 index 23143c3..23143c3 --- a/frontend/assets/MapAsset.php +++ b/frontend/assets/MapAsset.php diff --git a/frontend/codeception.yml b/frontend/codeception.yml old mode 100644 new mode 100755 index 1203f39..1203f39 --- a/frontend/codeception.yml +++ b/frontend/codeception.yml diff --git a/frontend/config/.gitignore b/frontend/config/.gitignore old mode 100644 new mode 100755 index 42799dd..42799dd --- a/frontend/config/.gitignore +++ b/frontend/config/.gitignore diff --git a/frontend/config/bootstrap.php b/frontend/config/bootstrap.php old mode 100644 new mode 100755 index b3d9bbc..b3d9bbc --- a/frontend/config/bootstrap.php +++ b/frontend/config/bootstrap.php diff --git a/frontend/config/main.php b/frontend/config/main.php old mode 100644 new mode 100755 index fc991cc..fc991cc --- a/frontend/config/main.php +++ b/frontend/config/main.php diff --git a/frontend/config/params.php b/frontend/config/params.php old mode 100644 new mode 100755 index 7f754b9..7f754b9 --- a/frontend/config/params.php +++ b/frontend/config/params.php diff --git a/frontend/config/test.php b/frontend/config/test.php old mode 100644 new mode 100755 index 775aa98..775aa98 --- a/frontend/config/test.php +++ b/frontend/config/test.php diff --git a/frontend/controllers/PageController.php b/frontend/controllers/PageController.php old mode 100644 new mode 100755 index b6614a5..b6614a5 --- a/frontend/controllers/PageController.php +++ b/frontend/controllers/PageController.php diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php old mode 100644 new mode 100755 index 8575678..8575678 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php diff --git a/frontend/runtime/.gitignore b/frontend/runtime/.gitignore old mode 100644 new mode 100755 index c96a04f..c96a04f --- a/frontend/runtime/.gitignore +++ b/frontend/runtime/.gitignore diff --git a/frontend/tests/_bootstrap.php b/frontend/tests/_bootstrap.php old mode 100644 new mode 100755 index 83a1f26..83a1f26 --- a/frontend/tests/_bootstrap.php +++ b/frontend/tests/_bootstrap.php diff --git a/frontend/tests/_data/login_data.php b/frontend/tests/_data/login_data.php old mode 100644 new mode 100755 index 32aef6e..32aef6e --- a/frontend/tests/_data/login_data.php +++ b/frontend/tests/_data/login_data.php diff --git a/frontend/tests/_data/user.php b/frontend/tests/_data/user.php old mode 100644 new mode 100755 index 3670e09..3670e09 --- a/frontend/tests/_data/user.php +++ b/frontend/tests/_data/user.php diff --git a/frontend/tests/_output/.gitignore b/frontend/tests/_output/.gitignore old mode 100644 new mode 100755 index d6b7ef3..d6b7ef3 --- a/frontend/tests/_output/.gitignore +++ b/frontend/tests/_output/.gitignore diff --git a/frontend/tests/_support/.gitignore b/frontend/tests/_support/.gitignore old mode 100644 new mode 100755 index 36e264c..36e264c --- a/frontend/tests/_support/.gitignore +++ b/frontend/tests/_support/.gitignore diff --git a/frontend/tests/_support/FunctionalTester.php b/frontend/tests/_support/FunctionalTester.php old mode 100644 new mode 100755 index 7475d8a..7475d8a --- a/frontend/tests/_support/FunctionalTester.php +++ b/frontend/tests/_support/FunctionalTester.php diff --git a/frontend/tests/_support/UnitTester.php b/frontend/tests/_support/UnitTester.php old mode 100644 new mode 100755 index 8c708e7..8c708e7 --- a/frontend/tests/_support/UnitTester.php +++ b/frontend/tests/_support/UnitTester.php diff --git a/frontend/tests/acceptance.suite.yml.example b/frontend/tests/acceptance.suite.yml.example old mode 100644 new mode 100755 index 9406c49..9406c49 --- a/frontend/tests/acceptance.suite.yml.example +++ b/frontend/tests/acceptance.suite.yml.example diff --git a/frontend/tests/acceptance/HomeCest.php b/frontend/tests/acceptance/HomeCest.php old mode 100644 new mode 100755 index cda635a..cda635a --- a/frontend/tests/acceptance/HomeCest.php +++ b/frontend/tests/acceptance/HomeCest.php diff --git a/frontend/tests/acceptance/_bootstrap.php b/frontend/tests/acceptance/_bootstrap.php old mode 100644 new mode 100755 index 47716f0..47716f0 --- a/frontend/tests/acceptance/_bootstrap.php +++ b/frontend/tests/acceptance/_bootstrap.php diff --git a/frontend/tests/functional.suite.yml b/frontend/tests/functional.suite.yml old mode 100644 new mode 100755 index 3f851d1..3f851d1 --- a/frontend/tests/functional.suite.yml +++ b/frontend/tests/functional.suite.yml diff --git a/frontend/tests/functional/AboutCest.php b/frontend/tests/functional/AboutCest.php old mode 100644 new mode 100755 index 6c3cb9e..6c3cb9e --- a/frontend/tests/functional/AboutCest.php +++ b/frontend/tests/functional/AboutCest.php diff --git a/frontend/tests/functional/ContactCest.php b/frontend/tests/functional/ContactCest.php old mode 100644 new mode 100755 index bdda991..bdda991 --- a/frontend/tests/functional/ContactCest.php +++ b/frontend/tests/functional/ContactCest.php diff --git a/frontend/tests/functional/HomeCest.php b/frontend/tests/functional/HomeCest.php old mode 100644 new mode 100755 index 8f99b48..8f99b48 --- a/frontend/tests/functional/HomeCest.php +++ b/frontend/tests/functional/HomeCest.php diff --git a/frontend/tests/functional/LoginCest.php b/frontend/tests/functional/LoginCest.php old mode 100644 new mode 100755 index 696aeda..696aeda --- a/frontend/tests/functional/LoginCest.php +++ b/frontend/tests/functional/LoginCest.php diff --git a/frontend/tests/functional/SignupCest.php b/frontend/tests/functional/SignupCest.php old mode 100644 new mode 100755 index 8cfde9a..8cfde9a --- a/frontend/tests/functional/SignupCest.php +++ b/frontend/tests/functional/SignupCest.php diff --git a/frontend/tests/functional/_bootstrap.php b/frontend/tests/functional/_bootstrap.php old mode 100644 new mode 100755 index 30ed54b..30ed54b --- a/frontend/tests/functional/_bootstrap.php +++ b/frontend/tests/functional/_bootstrap.php diff --git a/frontend/tests/unit.suite.yml b/frontend/tests/unit.suite.yml old mode 100644 new mode 100755 index 27f2907..27f2907 --- a/frontend/tests/unit.suite.yml +++ b/frontend/tests/unit.suite.yml diff --git a/frontend/tests/unit/_bootstrap.php b/frontend/tests/unit/_bootstrap.php old mode 100644 new mode 100755 index e432ce5..e432ce5 --- a/frontend/tests/unit/_bootstrap.php +++ b/frontend/tests/unit/_bootstrap.php diff --git a/frontend/tests/unit/models/ContactFormTest.php b/frontend/tests/unit/models/ContactFormTest.php old mode 100644 new mode 100755 index acdf9db..acdf9db --- a/frontend/tests/unit/models/ContactFormTest.php +++ b/frontend/tests/unit/models/ContactFormTest.php diff --git a/frontend/tests/unit/models/PasswordResetRequestFormTest.php b/frontend/tests/unit/models/PasswordResetRequestFormTest.php old mode 100644 new mode 100755 index eba7203..eba7203 --- a/frontend/tests/unit/models/PasswordResetRequestFormTest.php +++ b/frontend/tests/unit/models/PasswordResetRequestFormTest.php diff --git a/frontend/tests/unit/models/ResetPasswordFormTest.php b/frontend/tests/unit/models/ResetPasswordFormTest.php old mode 100644 new mode 100755 index 74929bf..74929bf --- a/frontend/tests/unit/models/ResetPasswordFormTest.php +++ b/frontend/tests/unit/models/ResetPasswordFormTest.php diff --git a/frontend/tests/unit/models/SignupFormTest.php b/frontend/tests/unit/models/SignupFormTest.php old mode 100644 new mode 100755 index 23a3463..23a3463 --- a/frontend/tests/unit/models/SignupFormTest.php +++ b/frontend/tests/unit/models/SignupFormTest.php diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php old mode 100644 new mode 100755 index 4e8406c..4e8406c --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php diff --git a/frontend/views/page/view.php b/frontend/views/page/view.php old mode 100644 new mode 100755 index 32db216..32db216 --- a/frontend/views/page/view.php +++ b/frontend/views/page/view.php diff --git a/frontend/views/site/about.php b/frontend/views/site/about.php old mode 100644 new mode 100755 index 87cda83..87cda83 --- a/frontend/views/site/about.php +++ b/frontend/views/site/about.php diff --git a/frontend/views/site/contact.php b/frontend/views/site/contact.php old mode 100644 new mode 100755 index e7a678b..e7a678b --- a/frontend/views/site/contact.php +++ b/frontend/views/site/contact.php diff --git a/frontend/views/site/error.php b/frontend/views/site/error.php old mode 100644 new mode 100755 index 26be2c8..26be2c8 --- a/frontend/views/site/error.php +++ b/frontend/views/site/error.php diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php old mode 100644 new mode 100755 index 80432da..80432da --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php diff --git a/frontend/web/.gitignore b/frontend/web/.gitignore old mode 100644 new mode 100755 index 25c74e6..25c74e6 --- a/frontend/web/.gitignore +++ b/frontend/web/.gitignore diff --git a/frontend/web/assets/.gitignore b/frontend/web/assets/.gitignore old mode 100644 new mode 100755 index d6b7ef3..d6b7ef3 --- a/frontend/web/assets/.gitignore +++ b/frontend/web/assets/.gitignore diff --git a/frontend/web/css/animate.css b/frontend/web/css/animate.css old mode 100644 new mode 100755 index 1b80aee..1b80aee --- a/frontend/web/css/animate.css +++ b/frontend/web/css/animate.css diff --git a/frontend/web/css/bootstrap.css b/frontend/web/css/bootstrap.css old mode 100644 new mode 100755 index e549c20..e549c20 --- a/frontend/web/css/bootstrap.css +++ b/frontend/web/css/bootstrap.css diff --git a/frontend/web/css/bootstrap.css.map b/frontend/web/css/bootstrap.css.map old mode 100644 new mode 100755 index 0b195b8..0b195b8 --- a/frontend/web/css/bootstrap.css.map +++ b/frontend/web/css/bootstrap.css.map diff --git a/frontend/web/css/bootstrap.min.css b/frontend/web/css/bootstrap.min.css old mode 100644 new mode 100755 index 28f154d..28f154d --- a/frontend/web/css/bootstrap.min.css +++ b/frontend/web/css/bootstrap.min.css diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css old mode 100644 new mode 100755 index ca45304..ca45304 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css diff --git a/frontend/web/css/font-awesome.css b/frontend/web/css/font-awesome.css old mode 100644 new mode 100755 index e0bed51..e0bed51 --- a/frontend/web/css/font-awesome.css +++ b/frontend/web/css/font-awesome.css diff --git a/frontend/web/css/fonts/FontAwesome.otf b/frontend/web/css/fonts/FontAwesome.otf old mode 100644 new mode 100755 index 3461e3f..3461e3f Binary files a/frontend/web/css/fonts/FontAwesome.otf and b/frontend/web/css/fonts/FontAwesome.otf differ diff --git a/frontend/web/css/fonts/fontawesome-webfont.eot b/frontend/web/css/fonts/fontawesome-webfont.eot old mode 100644 new mode 100755 index 6cfd566..6cfd566 Binary files a/frontend/web/css/fonts/fontawesome-webfont.eot and b/frontend/web/css/fonts/fontawesome-webfont.eot differ diff --git a/frontend/web/css/fonts/fontawesome-webfont.svg b/frontend/web/css/fonts/fontawesome-webfont.svg old mode 100644 new mode 100755 index 89cf758..89cf758 --- a/frontend/web/css/fonts/fontawesome-webfont.svg +++ b/frontend/web/css/fonts/fontawesome-webfont.svg diff --git a/frontend/web/css/fonts/fontawesome-webfont.ttf b/frontend/web/css/fonts/fontawesome-webfont.ttf old mode 100644 new mode 100755 index 5cd6cff..5cd6cff Binary files a/frontend/web/css/fonts/fontawesome-webfont.ttf and b/frontend/web/css/fonts/fontawesome-webfont.ttf differ diff --git a/frontend/web/css/fonts/fontawesome-webfont.woff b/frontend/web/css/fonts/fontawesome-webfont.woff old mode 100644 new mode 100755 index 9eaecb3..9eaecb3 Binary files a/frontend/web/css/fonts/fontawesome-webfont.woff and b/frontend/web/css/fonts/fontawesome-webfont.woff differ diff --git a/frontend/web/css/owl.carousel.css b/frontend/web/css/owl.carousel.css old mode 100644 new mode 100755 index 743d3b7..743d3b7 --- a/frontend/web/css/owl.carousel.css +++ b/frontend/web/css/owl.carousel.css diff --git a/frontend/web/css/owl.theme.css b/frontend/web/css/owl.theme.css old mode 100644 new mode 100755 index a74e3c3..a74e3c3 --- a/frontend/web/css/owl.theme.css +++ b/frontend/web/css/owl.theme.css diff --git a/frontend/web/css/style.blue.css b/frontend/web/css/style.blue.css old mode 100644 new mode 100755 index 58d3791..58d3791 --- a/frontend/web/css/style.blue.css +++ b/frontend/web/css/style.blue.css diff --git a/frontend/web/css/style.default.css b/frontend/web/css/style.default.css old mode 100644 new mode 100755 index 41ba4c8..41ba4c8 --- a/frontend/web/css/style.default.css +++ b/frontend/web/css/style.default.css diff --git a/frontend/web/css/style.green.css b/frontend/web/css/style.green.css old mode 100644 new mode 100755 index 07e4415..07e4415 --- a/frontend/web/css/style.green.css +++ b/frontend/web/css/style.green.css diff --git a/frontend/web/css/style.marsala.css b/frontend/web/css/style.marsala.css old mode 100644 new mode 100755 index 9badac4..9badac4 --- a/frontend/web/css/style.marsala.css +++ b/frontend/web/css/style.marsala.css diff --git a/frontend/web/css/style.pink.css b/frontend/web/css/style.pink.css old mode 100644 new mode 100755 index 6dfac1c..6dfac1c --- a/frontend/web/css/style.pink.css +++ b/frontend/web/css/style.pink.css diff --git a/frontend/web/css/style.red.css b/frontend/web/css/style.red.css old mode 100644 new mode 100755 index bc706fb..bc706fb --- a/frontend/web/css/style.red.css +++ b/frontend/web/css/style.red.css diff --git a/frontend/web/css/style.turquoise.css b/frontend/web/css/style.turquoise.css old mode 100644 new mode 100755 index 4742dd9..4742dd9 --- a/frontend/web/css/style.turquoise.css +++ b/frontend/web/css/style.turquoise.css diff --git a/frontend/web/css/style.violet.css b/frontend/web/css/style.violet.css old mode 100644 new mode 100755 index 5582122..5582122 --- a/frontend/web/css/style.violet.css +++ b/frontend/web/css/style.violet.css diff --git a/frontend/web/favicon.ico b/frontend/web/favicon.ico old mode 100644 new mode 100755 index 580ed73..580ed73 Binary files a/frontend/web/favicon.ico and b/frontend/web/favicon.ico differ diff --git a/frontend/web/img/7_bMIj6pnE4WCbYj8XV7jYIc3PmtwqBi_F.png b/frontend/web/img/7_bMIj6pnE4WCbYj8XV7jYIc3PmtwqBi_F.png old mode 100644 new mode 100755 index 4eb94e5..4eb94e5 Binary files a/frontend/web/img/7_bMIj6pnE4WCbYj8XV7jYIc3PmtwqBi_F.png and b/frontend/web/img/7_bMIj6pnE4WCbYj8XV7jYIc3PmtwqBi_F.png differ diff --git a/frontend/web/img/8_6cR4qWhyoJXORQG87Vm5K5O5vyq5-0k2.jpg b/frontend/web/img/8_6cR4qWhyoJXORQG87Vm5K5O5vyq5-0k2.jpg old mode 100644 new mode 100755 index dca89cc..dca89cc Binary files a/frontend/web/img/8_6cR4qWhyoJXORQG87Vm5K5O5vyq5-0k2.jpg and b/frontend/web/img/8_6cR4qWhyoJXORQG87Vm5K5O5vyq5-0k2.jpg differ diff --git a/frontend/web/img/apple-touch-icon-114x114.png b/frontend/web/img/apple-touch-icon-114x114.png old mode 100644 new mode 100755 index 6e20c26..6e20c26 Binary files a/frontend/web/img/apple-touch-icon-114x114.png and b/frontend/web/img/apple-touch-icon-114x114.png differ diff --git a/frontend/web/img/apple-touch-icon-120x120.png b/frontend/web/img/apple-touch-icon-120x120.png old mode 100644 new mode 100755 index df3b619..df3b619 Binary files a/frontend/web/img/apple-touch-icon-120x120.png and b/frontend/web/img/apple-touch-icon-120x120.png differ diff --git a/frontend/web/img/apple-touch-icon-144x144.png b/frontend/web/img/apple-touch-icon-144x144.png old mode 100644 new mode 100755 index 22d7c84..22d7c84 Binary files a/frontend/web/img/apple-touch-icon-144x144.png and b/frontend/web/img/apple-touch-icon-144x144.png differ diff --git a/frontend/web/img/apple-touch-icon-152x152.png b/frontend/web/img/apple-touch-icon-152x152.png old mode 100644 new mode 100755 index 58dcd97..58dcd97 Binary files a/frontend/web/img/apple-touch-icon-152x152.png and b/frontend/web/img/apple-touch-icon-152x152.png differ diff --git a/frontend/web/img/apple-touch-icon-57x57.png b/frontend/web/img/apple-touch-icon-57x57.png old mode 100644 new mode 100755 index b3531dd..b3531dd Binary files a/frontend/web/img/apple-touch-icon-57x57.png and b/frontend/web/img/apple-touch-icon-57x57.png differ diff --git a/frontend/web/img/apple-touch-icon-72x72.png b/frontend/web/img/apple-touch-icon-72x72.png old mode 100644 new mode 100755 index ac20ff5..ac20ff5 Binary files a/frontend/web/img/apple-touch-icon-72x72.png and b/frontend/web/img/apple-touch-icon-72x72.png differ diff --git a/frontend/web/img/apple-touch-icon-76x76.png b/frontend/web/img/apple-touch-icon-76x76.png old mode 100644 new mode 100755 index eeb24eb..eeb24eb Binary files a/frontend/web/img/apple-touch-icon-76x76.png and b/frontend/web/img/apple-touch-icon-76x76.png differ diff --git a/frontend/web/img/apple-touch-icon.png b/frontend/web/img/apple-touch-icon.png old mode 100644 new mode 100755 index b3531dd..b3531dd Binary files a/frontend/web/img/apple-touch-icon.png and b/frontend/web/img/apple-touch-icon.png differ diff --git a/frontend/web/img/artweb-cust.png b/frontend/web/img/artweb-cust.png old mode 100644 new mode 100755 index adaf85d..adaf85d Binary files a/frontend/web/img/artweb-cust.png and b/frontend/web/img/artweb-cust.png differ diff --git a/frontend/web/img/banner.jpg b/frontend/web/img/banner.jpg old mode 100644 new mode 100755 index 3bdfd19..3bdfd19 Binary files a/frontend/web/img/banner.jpg and b/frontend/web/img/banner.jpg differ diff --git a/frontend/web/img/banner2.jpg b/frontend/web/img/banner2.jpg old mode 100644 new mode 100755 index 09a370a..09a370a Binary files a/frontend/web/img/banner2.jpg and b/frontend/web/img/banner2.jpg differ diff --git a/frontend/web/img/basketsquare.jpg b/frontend/web/img/basketsquare.jpg old mode 100644 new mode 100755 index 5040f39..5040f39 Binary files a/frontend/web/img/basketsquare.jpg and b/frontend/web/img/basketsquare.jpg differ diff --git a/frontend/web/img/blog-avatar.jpg b/frontend/web/img/blog-avatar.jpg old mode 100644 new mode 100755 index 5a43f60..5a43f60 Binary files a/frontend/web/img/blog-avatar.jpg and b/frontend/web/img/blog-avatar.jpg differ diff --git a/frontend/web/img/blog-avatar2.jpg b/frontend/web/img/blog-avatar2.jpg old mode 100644 new mode 100755 index 4319e8a..4319e8a Binary files a/frontend/web/img/blog-avatar2.jpg and b/frontend/web/img/blog-avatar2.jpg differ diff --git a/frontend/web/img/blog-medium.jpg b/frontend/web/img/blog-medium.jpg old mode 100644 new mode 100755 index 3736e1d..3736e1d Binary files a/frontend/web/img/blog-medium.jpg and b/frontend/web/img/blog-medium.jpg differ diff --git a/frontend/web/img/blog-recent-2.jpg b/frontend/web/img/blog-recent-2.jpg old mode 100644 new mode 100755 index f3a3d19..f3a3d19 Binary files a/frontend/web/img/blog-recent-2.jpg and b/frontend/web/img/blog-recent-2.jpg differ diff --git a/frontend/web/img/blog-recent-3.jpg b/frontend/web/img/blog-recent-3.jpg old mode 100644 new mode 100755 index ad35c12..ad35c12 Binary files a/frontend/web/img/blog-recent-3.jpg and b/frontend/web/img/blog-recent-3.jpg differ diff --git a/frontend/web/img/blog-recent.jpg b/frontend/web/img/blog-recent.jpg old mode 100644 new mode 100755 index fd7aae6..fd7aae6 Binary files a/frontend/web/img/blog-recent.jpg and b/frontend/web/img/blog-recent.jpg differ diff --git a/frontend/web/img/blog.jpg b/frontend/web/img/blog.jpg old mode 100644 new mode 100755 index 541c867..541c867 Binary files a/frontend/web/img/blog.jpg and b/frontend/web/img/blog.jpg differ diff --git a/frontend/web/img/blog2.jpg b/frontend/web/img/blog2.jpg old mode 100644 new mode 100755 index 3910ba7..3910ba7 Binary files a/frontend/web/img/blog2.jpg and b/frontend/web/img/blog2.jpg differ diff --git a/frontend/web/img/customer-1.png b/frontend/web/img/customer-1.png old mode 100644 new mode 100755 index 131bef2..131bef2 Binary files a/frontend/web/img/customer-1.png and b/frontend/web/img/customer-1.png differ diff --git a/frontend/web/img/customer-2.png b/frontend/web/img/customer-2.png old mode 100644 new mode 100755 index aefb5b0..aefb5b0 Binary files a/frontend/web/img/customer-2.png and b/frontend/web/img/customer-2.png differ diff --git a/frontend/web/img/customer-3.png b/frontend/web/img/customer-3.png old mode 100644 new mode 100755 index 69cd03e..69cd03e Binary files a/frontend/web/img/customer-3.png and b/frontend/web/img/customer-3.png differ diff --git a/frontend/web/img/customer-4.png b/frontend/web/img/customer-4.png old mode 100644 new mode 100755 index c906944..c906944 Binary files a/frontend/web/img/customer-4.png and b/frontend/web/img/customer-4.png differ diff --git a/frontend/web/img/customer-5.png b/frontend/web/img/customer-5.png old mode 100644 new mode 100755 index bdd6625..bdd6625 Binary files a/frontend/web/img/customer-5.png and b/frontend/web/img/customer-5.png differ diff --git a/frontend/web/img/customer-6.png b/frontend/web/img/customer-6.png old mode 100644 new mode 100755 index b9b6797..b9b6797 Binary files a/frontend/web/img/customer-6.png and b/frontend/web/img/customer-6.png differ diff --git a/frontend/web/img/detailbig1.jpg b/frontend/web/img/detailbig1.jpg old mode 100644 new mode 100755 index b52370c..b52370c Binary files a/frontend/web/img/detailbig1.jpg and b/frontend/web/img/detailbig1.jpg differ diff --git a/frontend/web/img/detailbig2.jpg b/frontend/web/img/detailbig2.jpg old mode 100644 new mode 100755 index c519e8b..c519e8b Binary files a/frontend/web/img/detailbig2.jpg and b/frontend/web/img/detailbig2.jpg differ diff --git a/frontend/web/img/detailbig3.jpg b/frontend/web/img/detailbig3.jpg old mode 100644 new mode 100755 index 2ea5871..2ea5871 Binary files a/frontend/web/img/detailbig3.jpg and b/frontend/web/img/detailbig3.jpg differ diff --git a/frontend/web/img/detailsquare.jpg b/frontend/web/img/detailsquare.jpg old mode 100644 new mode 100755 index b2b3a45..b2b3a45 Binary files a/frontend/web/img/detailsquare.jpg and b/frontend/web/img/detailsquare.jpg differ diff --git a/frontend/web/img/detailsquare2.jpg b/frontend/web/img/detailsquare2.jpg old mode 100644 new mode 100755 index d061be1..d061be1 Binary files a/frontend/web/img/detailsquare2.jpg and b/frontend/web/img/detailsquare2.jpg differ diff --git a/frontend/web/img/detailsquare3.jpg b/frontend/web/img/detailsquare3.jpg old mode 100644 new mode 100755 index 8f46a39..8f46a39 Binary files a/frontend/web/img/detailsquare3.jpg and b/frontend/web/img/detailsquare3.jpg differ diff --git a/frontend/web/img/favicon.ico b/frontend/web/img/favicon.ico old mode 100644 new mode 100755 index 01970e8..01970e8 Binary files a/frontend/web/img/favicon.ico and b/frontend/web/img/favicon.ico differ diff --git a/frontend/web/img/fixed-background-1.jpg b/frontend/web/img/fixed-background-1.jpg old mode 100644 new mode 100755 index 51a018d..51a018d Binary files a/frontend/web/img/fixed-background-1.jpg and b/frontend/web/img/fixed-background-1.jpg differ diff --git a/frontend/web/img/fixed-background-2.jpg b/frontend/web/img/fixed-background-2.jpg old mode 100644 new mode 100755 index 34351c8..34351c8 Binary files a/frontend/web/img/fixed-background-2.jpg and b/frontend/web/img/fixed-background-2.jpg differ diff --git a/frontend/web/img/home-try.jpg b/frontend/web/img/home-try.jpg old mode 100644 new mode 100755 index df7666f..df7666f Binary files a/frontend/web/img/home-try.jpg and b/frontend/web/img/home-try.jpg differ diff --git a/frontend/web/img/home.jpg b/frontend/web/img/home.jpg old mode 100644 new mode 100755 index e236a42..e236a42 Binary files a/frontend/web/img/home.jpg and b/frontend/web/img/home.jpg differ diff --git a/frontend/web/img/homepage-slider.jpg b/frontend/web/img/homepage-slider.jpg old mode 100644 new mode 100755 index 696a47f..696a47f Binary files a/frontend/web/img/homepage-slider.jpg and b/frontend/web/img/homepage-slider.jpg differ diff --git a/frontend/web/img/hp_tab_sales.gif b/frontend/web/img/hp_tab_sales.gif old mode 100644 new mode 100755 index 57afd7e..57afd7e Binary files a/frontend/web/img/hp_tab_sales.gif and b/frontend/web/img/hp_tab_sales.gif differ diff --git a/frontend/web/img/kben-cust.png b/frontend/web/img/kben-cust.png old mode 100644 new mode 100755 index 1b9ee50..1b9ee50 Binary files a/frontend/web/img/kben-cust.png and b/frontend/web/img/kben-cust.png differ diff --git a/frontend/web/img/logo-small.png b/frontend/web/img/logo-small.png old mode 100644 new mode 100755 index c6aaa97..c6aaa97 Binary files a/frontend/web/img/logo-small.png and b/frontend/web/img/logo-small.png differ diff --git a/frontend/web/img/logo.png b/frontend/web/img/logo.png old mode 100644 new mode 100755 index 75508b8..75508b8 Binary files a/frontend/web/img/logo.png and b/frontend/web/img/logo.png differ diff --git a/frontend/web/img/main-slider1.jpg b/frontend/web/img/main-slider1.jpg old mode 100644 new mode 100755 index 192dc38..192dc38 Binary files a/frontend/web/img/main-slider1.jpg and b/frontend/web/img/main-slider1.jpg differ diff --git a/frontend/web/img/main-slider2.jpg b/frontend/web/img/main-slider2.jpg old mode 100644 new mode 100755 index 7b96f50..7b96f50 Binary files a/frontend/web/img/main-slider2.jpg and b/frontend/web/img/main-slider2.jpg differ diff --git a/frontend/web/img/main-slider3.jpg b/frontend/web/img/main-slider3.jpg old mode 100644 new mode 100755 index 4e91db7..4e91db7 Binary files a/frontend/web/img/main-slider3.jpg and b/frontend/web/img/main-slider3.jpg differ diff --git a/frontend/web/img/main-slider4.jpg b/frontend/web/img/main-slider4.jpg old mode 100644 new mode 100755 index b211a15..b211a15 Binary files a/frontend/web/img/main-slider4.jpg and b/frontend/web/img/main-slider4.jpg differ diff --git a/frontend/web/img/marker.png b/frontend/web/img/marker.png old mode 100644 new mode 100755 index 29cba88..29cba88 Binary files a/frontend/web/img/marker.png and b/frontend/web/img/marker.png differ diff --git a/frontend/web/img/men.jpg b/frontend/web/img/men.jpg old mode 100644 new mode 100755 index 94b117c..94b117c Binary files a/frontend/web/img/men.jpg and b/frontend/web/img/men.jpg differ diff --git a/frontend/web/img/no-image.png b/frontend/web/img/no-image.png old mode 100644 new mode 100755 index 0558c93..0558c93 Binary files a/frontend/web/img/no-image.png and b/frontend/web/img/no-image.png differ diff --git a/frontend/web/img/oblako-cust.png b/frontend/web/img/oblako-cust.png old mode 100644 new mode 100755 index 742cfbe..742cfbe Binary files a/frontend/web/img/oblako-cust.png and b/frontend/web/img/oblako-cust.png differ diff --git a/frontend/web/img/odoo-laptop.png b/frontend/web/img/odoo-laptop.png old mode 100644 new mode 100755 index 4480ba6..4480ba6 Binary files a/frontend/web/img/odoo-laptop.png and b/frontend/web/img/odoo-laptop.png differ diff --git a/frontend/web/img/odoo_serv_01.png b/frontend/web/img/odoo_serv_01.png old mode 100644 new mode 100755 index 59ac58d..59ac58d Binary files a/frontend/web/img/odoo_serv_01.png and b/frontend/web/img/odoo_serv_01.png differ diff --git a/frontend/web/img/page-1.jpg b/frontend/web/img/page-1.jpg old mode 100644 new mode 100755 index 301ab7c..301ab7c Binary files a/frontend/web/img/page-1.jpg and b/frontend/web/img/page-1.jpg differ diff --git a/frontend/web/img/page-2.jpg b/frontend/web/img/page-2.jpg old mode 100644 new mode 100755 index a054be2..a054be2 Binary files a/frontend/web/img/page-2.jpg and b/frontend/web/img/page-2.jpg differ diff --git a/frontend/web/img/page-3.jpg b/frontend/web/img/page-3.jpg old mode 100644 new mode 100755 index e3323b4..e3323b4 Binary files a/frontend/web/img/page-3.jpg and b/frontend/web/img/page-3.jpg differ diff --git a/frontend/web/img/payment.png b/frontend/web/img/payment.png old mode 100644 new mode 100755 index 3e24158..3e24158 Binary files a/frontend/web/img/payment.png and b/frontend/web/img/payment.png differ diff --git a/frontend/web/img/person-1.jpg b/frontend/web/img/person-1.jpg old mode 100644 new mode 100755 index 11c4cb3..11c4cb3 Binary files a/frontend/web/img/person-1.jpg and b/frontend/web/img/person-1.jpg differ diff --git a/frontend/web/img/person-2.jpg b/frontend/web/img/person-2.jpg old mode 100644 new mode 100755 index 1abb3e9..1abb3e9 Binary files a/frontend/web/img/person-2.jpg and b/frontend/web/img/person-2.jpg differ diff --git a/frontend/web/img/person-3.png b/frontend/web/img/person-3.png old mode 100644 new mode 100755 index cfa6fbd..cfa6fbd Binary files a/frontend/web/img/person-3.png and b/frontend/web/img/person-3.png differ diff --git a/frontend/web/img/person-4.jpg b/frontend/web/img/person-4.jpg old mode 100644 new mode 100755 index d08cf7e..d08cf7e Binary files a/frontend/web/img/person-4.jpg and b/frontend/web/img/person-4.jpg differ diff --git a/frontend/web/img/photogrid.jpg b/frontend/web/img/photogrid.jpg old mode 100644 new mode 100755 index 137e111..137e111 Binary files a/frontend/web/img/photogrid.jpg and b/frontend/web/img/photogrid.jpg differ diff --git a/frontend/web/img/pic-block-five.png b/frontend/web/img/pic-block-five.png old mode 100644 new mode 100755 index f5b777a..f5b777a Binary files a/frontend/web/img/pic-block-five.png and b/frontend/web/img/pic-block-five.png differ diff --git a/frontend/web/img/pic-block-four.png b/frontend/web/img/pic-block-four.png old mode 100644 new mode 100755 index 953e1c2..953e1c2 Binary files a/frontend/web/img/pic-block-four.png and b/frontend/web/img/pic-block-four.png differ diff --git a/frontend/web/img/pic-block-three.png b/frontend/web/img/pic-block-three.png old mode 100644 new mode 100755 index b7a6e45..b7a6e45 Binary files a/frontend/web/img/pic-block-three.png and b/frontend/web/img/pic-block-three.png differ diff --git a/frontend/web/img/portfolio-1.jpg b/frontend/web/img/portfolio-1.jpg old mode 100644 new mode 100755 index 7f9a017..7f9a017 Binary files a/frontend/web/img/portfolio-1.jpg and b/frontend/web/img/portfolio-1.jpg differ diff --git a/frontend/web/img/portfolio-2.jpg b/frontend/web/img/portfolio-2.jpg old mode 100644 new mode 100755 index 54edd87..54edd87 Binary files a/frontend/web/img/portfolio-2.jpg and b/frontend/web/img/portfolio-2.jpg differ diff --git a/frontend/web/img/portfolio-3.jpg b/frontend/web/img/portfolio-3.jpg old mode 100644 new mode 100755 index 58f666e..58f666e Binary files a/frontend/web/img/portfolio-3.jpg and b/frontend/web/img/portfolio-3.jpg differ diff --git a/frontend/web/img/portfolio-4.jpg b/frontend/web/img/portfolio-4.jpg old mode 100644 new mode 100755 index 2dbc994..2dbc994 Binary files a/frontend/web/img/portfolio-4.jpg and b/frontend/web/img/portfolio-4.jpg differ diff --git a/frontend/web/img/portfolio-5.jpg b/frontend/web/img/portfolio-5.jpg old mode 100644 new mode 100755 index 147fc43..147fc43 Binary files a/frontend/web/img/portfolio-5.jpg and b/frontend/web/img/portfolio-5.jpg differ diff --git a/frontend/web/img/portfolio-6.jpg b/frontend/web/img/portfolio-6.jpg old mode 100644 new mode 100755 index 54677b5..54677b5 Binary files a/frontend/web/img/portfolio-6.jpg and b/frontend/web/img/portfolio-6.jpg differ diff --git a/frontend/web/img/portfolio-7.jpg b/frontend/web/img/portfolio-7.jpg old mode 100644 new mode 100755 index e7c1c6f..e7c1c6f Binary files a/frontend/web/img/portfolio-7.jpg and b/frontend/web/img/portfolio-7.jpg differ diff --git a/frontend/web/img/portfolio-8.jpg b/frontend/web/img/portfolio-8.jpg old mode 100644 new mode 100755 index 9ec275d..9ec275d Binary files a/frontend/web/img/portfolio-8.jpg and b/frontend/web/img/portfolio-8.jpg differ diff --git a/frontend/web/img/portfolio-9.jpg b/frontend/web/img/portfolio-9.jpg old mode 100644 new mode 100755 index 03ebd86..03ebd86 Binary files a/frontend/web/img/portfolio-9.jpg and b/frontend/web/img/portfolio-9.jpg differ diff --git a/frontend/web/img/product1.jpg b/frontend/web/img/product1.jpg old mode 100644 new mode 100755 index 0fd5db7..0fd5db7 Binary files a/frontend/web/img/product1.jpg and b/frontend/web/img/product1.jpg differ diff --git a/frontend/web/img/product2.jpg b/frontend/web/img/product2.jpg old mode 100644 new mode 100755 index 0a47585..0a47585 Binary files a/frontend/web/img/product2.jpg and b/frontend/web/img/product2.jpg differ diff --git a/frontend/web/img/product3.jpg b/frontend/web/img/product3.jpg old mode 100644 new mode 100755 index c3d22f3..c3d22f3 Binary files a/frontend/web/img/product3.jpg and b/frontend/web/img/product3.jpg differ diff --git a/frontend/web/img/product4.jpg b/frontend/web/img/product4.jpg old mode 100644 new mode 100755 index 09b15fb..09b15fb Binary files a/frontend/web/img/product4.jpg and b/frontend/web/img/product4.jpg differ diff --git a/frontend/web/img/slide1.jpg b/frontend/web/img/slide1.jpg old mode 100644 new mode 100755 index cbb30ee..cbb30ee Binary files a/frontend/web/img/slide1.jpg and b/frontend/web/img/slide1.jpg differ diff --git a/frontend/web/img/slide2.jpg b/frontend/web/img/slide2.jpg old mode 100644 new mode 100755 index 0d5ef40..0d5ef40 Binary files a/frontend/web/img/slide2.jpg and b/frontend/web/img/slide2.jpg differ diff --git a/frontend/web/img/slide3.jpg b/frontend/web/img/slide3.jpg old mode 100644 new mode 100755 index da9b6da..da9b6da Binary files a/frontend/web/img/slide3.jpg and b/frontend/web/img/slide3.jpg differ diff --git a/frontend/web/img/slide4.jpg b/frontend/web/img/slide4.jpg old mode 100644 new mode 100755 index 83889ce..83889ce Binary files a/frontend/web/img/slide4.jpg and b/frontend/web/img/slide4.jpg differ diff --git a/frontend/web/img/slide5.jpg b/frontend/web/img/slide5.jpg old mode 100644 new mode 100755 index d4749b7..d4749b7 Binary files a/frontend/web/img/slide5.jpg and b/frontend/web/img/slide5.jpg differ diff --git a/frontend/web/img/slide6.jpg b/frontend/web/img/slide6.jpg old mode 100644 new mode 100755 index 48f72bc..48f72bc Binary files a/frontend/web/img/slide6.jpg and b/frontend/web/img/slide6.jpg differ diff --git a/frontend/web/img/template-easy-code.png b/frontend/web/img/template-easy-code.png old mode 100644 new mode 100755 index a9b573a..a9b573a Binary files a/frontend/web/img/template-easy-code.png and b/frontend/web/img/template-easy-code.png differ diff --git a/frontend/web/img/template-easy-customize-less.png b/frontend/web/img/template-easy-customize-less.png old mode 100644 new mode 100755 index c600c36..c600c36 Binary files a/frontend/web/img/template-easy-customize-less.png and b/frontend/web/img/template-easy-customize-less.png differ diff --git a/frontend/web/img/template-easy-customize.png b/frontend/web/img/template-easy-customize.png old mode 100644 new mode 100755 index 6080be0..6080be0 Binary files a/frontend/web/img/template-easy-customize.png and b/frontend/web/img/template-easy-customize.png differ diff --git a/frontend/web/img/template-homepage.png b/frontend/web/img/template-homepage.png old mode 100644 new mode 100755 index 6541b60..6541b60 Binary files a/frontend/web/img/template-homepage.png and b/frontend/web/img/template-homepage.png differ diff --git a/frontend/web/img/template-mac.png b/frontend/web/img/template-mac.png old mode 100644 new mode 100755 index 17887c4..17887c4 Binary files a/frontend/web/img/template-mac.png and b/frontend/web/img/template-mac.png differ diff --git a/frontend/web/img/template-tablets-2.png b/frontend/web/img/template-tablets-2.png old mode 100644 new mode 100755 index 9aac3c6..9aac3c6 Binary files a/frontend/web/img/template-tablets-2.png and b/frontend/web/img/template-tablets-2.png differ diff --git a/frontend/web/img/template-tablets.png b/frontend/web/img/template-tablets.png old mode 100644 new mode 100755 index c9b8fba..c9b8fba Binary files a/frontend/web/img/template-tablets.png and b/frontend/web/img/template-tablets.png differ diff --git a/frontend/web/img/texture-bw.png b/frontend/web/img/texture-bw.png old mode 100644 new mode 100755 index 4215594..4215594 Binary files a/frontend/web/img/texture-bw.png and b/frontend/web/img/texture-bw.png differ diff --git a/frontend/web/img/texture-turquoise.png b/frontend/web/img/texture-turquoise.png old mode 100644 new mode 100755 index 8da5351..8da5351 Binary files a/frontend/web/img/texture-turquoise.png and b/frontend/web/img/texture-turquoise.png differ diff --git a/frontend/web/img/texture-violet.png b/frontend/web/img/texture-violet.png old mode 100644 new mode 100755 index 81a4e1a..81a4e1a Binary files a/frontend/web/img/texture-violet.png and b/frontend/web/img/texture-violet.png differ diff --git a/frontend/web/img/women.jpg b/frontend/web/img/women.jpg old mode 100644 new mode 100755 index 7e0e6db..7e0e6db Binary files a/frontend/web/img/women.jpg and b/frontend/web/img/women.jpg differ diff --git a/frontend/web/js/bootstrap-hover-dropdown.js b/frontend/web/js/bootstrap-hover-dropdown.js old mode 100644 new mode 100755 index e3ab30f..e3ab30f --- a/frontend/web/js/bootstrap-hover-dropdown.js +++ b/frontend/web/js/bootstrap-hover-dropdown.js diff --git a/frontend/web/js/bootstrap.min.js b/frontend/web/js/bootstrap.min.js old mode 100644 new mode 100755 index c6d3692..c6d3692 --- a/frontend/web/js/bootstrap.min.js +++ b/frontend/web/js/bootstrap.min.js diff --git a/frontend/web/js/front.js b/frontend/web/js/front.js old mode 100644 new mode 100755 index e373840..e373840 --- a/frontend/web/js/front.js +++ b/frontend/web/js/front.js diff --git a/frontend/web/js/gmaps.init.js b/frontend/web/js/gmaps.init.js old mode 100644 new mode 100755 index 58e3d00..58e3d00 --- a/frontend/web/js/gmaps.init.js +++ b/frontend/web/js/gmaps.init.js diff --git a/frontend/web/js/gmaps.js b/frontend/web/js/gmaps.js old mode 100644 new mode 100755 index 0c6c111..0c6c111 --- a/frontend/web/js/gmaps.js +++ b/frontend/web/js/gmaps.js diff --git a/frontend/web/js/jquery-1.11.0.min.js b/frontend/web/js/jquery-1.11.0.min.js old mode 100644 new mode 100755 index 73f33fb..73f33fb --- a/frontend/web/js/jquery-1.11.0.min.js +++ b/frontend/web/js/jquery-1.11.0.min.js diff --git a/frontend/web/js/jquery.cookie.js b/frontend/web/js/jquery.cookie.js old mode 100644 new mode 100755 index abc6c5e..abc6c5e --- a/frontend/web/js/jquery.cookie.js +++ b/frontend/web/js/jquery.cookie.js diff --git a/frontend/web/js/jquery.counterup.min.js b/frontend/web/js/jquery.counterup.min.js old mode 100644 new mode 100755 index cddf5a1..cddf5a1 --- a/frontend/web/js/jquery.counterup.min.js +++ b/frontend/web/js/jquery.counterup.min.js diff --git a/frontend/web/js/jquery.parallax-1.1.3.js b/frontend/web/js/jquery.parallax-1.1.3.js old mode 100644 new mode 100755 index f086c2b..f086c2b --- a/frontend/web/js/jquery.parallax-1.1.3.js +++ b/frontend/web/js/jquery.parallax-1.1.3.js diff --git a/frontend/web/js/owl.carousel.js b/frontend/web/js/owl.carousel.js old mode 100644 new mode 100755 index 82c1d9b..82c1d9b --- a/frontend/web/js/owl.carousel.js +++ b/frontend/web/js/owl.carousel.js diff --git a/frontend/web/js/owl.carousel.min.js b/frontend/web/js/owl.carousel.min.js old mode 100644 new mode 100755 index 98ae16e..98ae16e --- a/frontend/web/js/owl.carousel.min.js +++ b/frontend/web/js/owl.carousel.min.js diff --git a/frontend/web/js/respond.min.js b/frontend/web/js/respond.min.js old mode 100644 new mode 100755 index e8d6207..e8d6207 --- a/frontend/web/js/respond.min.js +++ b/frontend/web/js/respond.min.js diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js old mode 100644 new mode 100755 index ed766d7..ed766d7 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js diff --git a/frontend/web/js/waypoints.min.js b/frontend/web/js/waypoints.min.js old mode 100644 new mode 100755 index b9098f8..b9098f8 --- a/frontend/web/js/waypoints.min.js +++ b/frontend/web/js/waypoints.min.js diff --git a/frontend/web/robots.txt b/frontend/web/robots.txt old mode 100644 new mode 100755 index 6f27bb6..6f27bb6 --- a/frontend/web/robots.txt +++ b/frontend/web/robots.txt diff --git a/frontend/web/sitemap.xml b/frontend/web/sitemap.xml old mode 100644 new mode 100755 index 4f5f6d7..4f5f6d7 --- a/frontend/web/sitemap.xml +++ b/frontend/web/sitemap.xml diff --git a/init b/init old mode 100644 new mode 100755 index 976bb40..976bb40 --- a/init +++ b/init diff --git a/init.bat b/init.bat old mode 100644 new mode 100755 index e50c242..e50c242 --- a/init.bat +++ b/init.bat diff --git a/requirements.php b/requirements.php old mode 100644 new mode 100755 index 62c731b..62c731b --- a/requirements.php +++ b/requirements.php diff --git a/yii.bat b/yii.bat old mode 100644 new mode 100755 index d516b3a..d516b3a --- a/yii.bat +++ b/yii.bat -- libgit2 0.21.4